]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/i915: Disable updating of LUT values during vblank
authorChaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Fri, 23 May 2025 06:20:41 +0000 (11:50 +0530)
committerAnimesh Manna <animesh.manna@intel.com>
Mon, 26 May 2025 07:48:16 +0000 (13:18 +0530)
commitdc0698d1b30c053d48dbe49cedb037633fa8a391
tree89e582c46a0729aa8fe25f44b95121005e9869c7
parent88d7e284b24ee3e16b97630536c6aa06e58941db
drm/i915: Disable updating of LUT values during vblank

Do not schedule vblank worker for LUT update if the registers are
double buffered

v2: Do not schedule the worker at all (Ville)

Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Reviewed-by: Uma Shankar <uma.shankar@intel.com>
Signed-off-by: Animesh Manna <animesh.manna@intel.com>
Link: https://lore.kernel.org/r/20250523062041.166468-12-chaitanya.kumar.borah@intel.com
drivers/gpu/drm/i915/display/intel_crtc.c