commit | bafbcc2fd148610e897ba49a4681f088a0eb58f9 | [log] [tgz] |
---|---|---|
author | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Thu Jan 26 13:24:21 2017 +0200 |
committer | Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> | Mon Jan 30 09:52:47 2017 +0200 |
tree | 483c2910d61dd8592bff73fc113d9145ada1f5aa | |
parent | 9fb5026f857dc3145cf13eedabadb28ed028d093 [diff] |
drm/i915: Disable plane gamma in SKL+ sprite planes The plane gamma tables are never programmed, so just disable it, like it is done for the primary plane. Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1485429865-10687-2-git-send-email-ander.conselvan.de.oliveira@intel.com
diff --git a/drivers/gpu/drm/i915/intel_sprite.c b/drivers/gpu/drm/i915/intel_sprite.c index 9ef5468..c05545f 100644 --- a/drivers/gpu/drm/i915/intel_sprite.c +++ b/drivers/gpu/drm/i915/intel_sprite.c
@@ -226,6 +226,7 @@ skl_update_plane(struct drm_plane *drm_plane, plane_ctl |= skl_plane_ctl_format(fb->format->format); plane_ctl |= skl_plane_ctl_tiling(fb->modifier); + plane_ctl |= PLANE_CTL_PLANE_GAMMA_DISABLE; plane_ctl |= skl_plane_ctl_rotation(rotation); if (key->flags) {