]> www.infradead.org Git - nvme.git/commit
drm/i915: Pass the whole atomic state to intel_color_prepare_commit()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 11 Jun 2024 13:33:38 +0000 (16:33 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 20 Jun 2024 12:37:59 +0000 (15:37 +0300)
commit42c8065d83fa3e9267bf99d6de70512c5c071a3b
tree9e81b63731c7753b7fb2d8c18e005feb4a6b651e
parent294ffd2bfaa3bb0434d2b86321c5de54bd79732a
drm/i915: Pass the whole atomic state to intel_color_prepare_commit()

We'll have need to examine both the old and new crtc states in
intel_color_prepare_commit(), so let's just pass in the whole
atomic state.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240611133344.30673-6-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_color.c
drivers/gpu/drm/i915/display/intel_color.h
drivers/gpu/drm/i915/display/intel_display.c