[Intel-gfx] [PATCH v2 00/10] drm/i915: Infoframe precompute/check

Ville Syrjala ville.syrjala at linux.intel.com
Mon Dec 17 15:54:48 UTC 2018


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

Remainder of the infoframe precompute/check work. Review comments
addressesed, and I added a bunch of FIXMEs for lspcon. Note that
the lack of proper implementation for lspcon shouldn't matter since
we don't do the precompute/readout/check for DP encoders atm.

Entire series is available here:
git://github.com/vsyrjala/linux.git infoframe_precompute_5

Ville Syrjälä (10):
  video/hdmi: Add an enum for HDMI packet types
  drm/i915: Add the missing HDMI gamut metadata packet stuff
  drm/i915: Return the mask of enabled infoframes from
    ->inforame_enabled()
  drm/i915: Store mask of enabled infoframes in the crtc state
  drm/i915: Precompute HDMI infoframes
  drm/i915: Read out HDMI infoframes
  drm/i915/sdvo: Precompute HDMI infoframes
  drm/i915/sdvo: Read out HDMI infoframes
  drm/i915: Check infoframe state in intel_pipe_config_compare()
  drm/i915: Include infoframes in the crtc state dump

 drivers/gpu/drm/i915/i915_reg.h      |   8 +-
 drivers/gpu/drm/i915/intel_ddi.c     |  17 +-
 drivers/gpu/drm/i915/intel_display.c |  75 +++-
 drivers/gpu/drm/i915/intel_drv.h     |  29 +-
 drivers/gpu/drm/i915/intel_hdmi.c    | 516 ++++++++++++++++++++++-----
 drivers/gpu/drm/i915/intel_lspcon.c  |  13 +-
 drivers/gpu/drm/i915/intel_sdvo.c    | 152 +++++++-
 include/linux/hdmi.h                 |  15 +
 8 files changed, 706 insertions(+), 119 deletions(-)

-- 
2.18.1



More information about the Intel-gfx mailing list