]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
drm/i915: Enable pipe gamma for the overlay
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 28 Oct 2019 11:30:35 +0000 (13:30 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 15 May 2020 17:12:08 +0000 (20:12 +0300)
commit7cd0f22019feef75197d4b9c4d8eea1914bc0d13
tree6f73426f7fc0191fafd5936b155ed5d898ff1ed8
parente0b5d48e555d88d4ebe335469ac953b159915d92
drm/i915: Enable pipe gamma for the overlay

We pass the plane data through the pipe gamma for all the other
planes. Can't see why we should treat the overlay differently,
so let's enable pipe gamma for it as well.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191028113036.27553-5-ville.syrjala@linux.intel.com
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/display/intel_overlay.c