drm/i915/skl: Enable pipe gamma for sprite planes.
authorBob Paauwe <bob.j.paauwe@intel.com>
Thu, 27 Aug 2015 20:46:30 +0000 (13:46 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 15 Oct 2015 13:22:15 +0000 (15:22 +0200)
commite12c8ce8c91fe4fa999d3b4cae8eb4af4fab49d5
treee954da89ac79e18807d24413ecf2164402887cf4
parentfc6f93bce582ccf76335843584e6a797ac72813c
drm/i915/skl: Enable pipe gamma for sprite planes.

Since SKL has universal planes, we should configure the sprite planes
and the primary plane the same.  For the primary plane we do enable
the pipe gamma on the plane so do the same for the non-primary planes.

Without this, the pipe CRC values will be different for something
displayed on the primary plane and something displayed on a sprite
plane when the ARGB8888 format is used.

Signed-off-by: Bob Paauwe <bob.j.paauwe@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_sprite.c
This page took 0.039135 seconds and 5 git commands to generate.