From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> Remainder of the infoframe precompute/readout stuff. Addressed the review comments (I hope) and massaged a few things that had changed. The main thing was lspcon appearing in the meantime. Note that I didn't implement precompute+readout for lspcon. That'll probably need to happen at some point, but I was too lazy to do it right now. Entire series available here: git://github.com/vsyrjala/linux.git infoframe_precompute_6 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 | 517 ++++++++++++++++++++++----- drivers/gpu/drm/i915/intel_lspcon.c | 13 +- drivers/gpu/drm/i915/intel_sdvo.c | 154 ++++++-- include/linux/hdmi.h | 15 + 8 files changed, 706 insertions(+), 122 deletions(-) -- 2.19.2 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx