]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/dsb: Don't use DSB to load the LUTs during full modeset
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 6 Jun 2023 19:14:56 +0000 (22:14 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 27 Sep 2023 15:40:16 +0000 (18:40 +0300)
commitdd1c3eae5855ad36134ea415d84e567d2b55e6c7
tree994515c70f344f343475f1ede170bb34018cf4a5
parent5053121b25bf860e231784165e62714ae817e313
drm/i915/dsb: Don't use DSB to load the LUTs during full modeset

Using the DSB for LUT loading during full modesets would require
some actual though. Let's just use mmio for the time being.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230606191504.18099-12-ville.syrjala@linux.intel.com
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
drivers/gpu/drm/i915/display/intel_color.c