[Mesa-dev] [PATCH v2 0/4] gbm: Add a modifier_plane_count query

Jason Ekstrand jason at jlekstrand.net
Tue Sep 5 15:48:31 UTC 2017


This is mostly just a re-send of the original patch series I sent out only
with a couple of reviews and fixes applied.  I'm happy with it and I think
Daniel can confirm that it fixes the problem we're having in modesetting
when trying to enable CCS.  Anyone opposed?

Jason Ekstrand (4):
  dri/image: Add a format modifier attributes query
  gbm: Add a gbm_device_get_format_modifier_plane_count function
  i965/screen: Report the correct number of image planes
  i965/screen: Implement queryDmaBufFormatModifierAttirbs

 include/GL/internal/dri_interface.h      | 27 +++++++++++++++++++++++++-
 src/gbm/backends/dri/gbm_dri.c           | 26 +++++++++++++++++++++++++
 src/gbm/main/gbm.c                       | 14 ++++++++++++++
 src/gbm/main/gbm.h                       |  5 +++++
 src/gbm/main/gbmint.h                    |  3 +++
 src/mesa/drivers/dri/i965/intel_screen.c | 33 ++++++++++++++++++++++++++++++--
 6 files changed, 105 insertions(+), 3 deletions(-)

-- 
2.5.0.400.gff86faf



More information about the mesa-dev mailing list