summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
diff options
context:
space:
mode:
authorJohn Barberiz <jbarberi@amd.com>2018-01-18 20:22:11 +0300
committerAlex Deucher <alexander.deucher@amd.com>2018-02-19 22:19:25 +0300
commit3e5df76ae51f2955796d9c10105a92b7f7f660e0 (patch)
tree7b84c59cdc9b1f2b628c9a234c5acece95ac4d5f /drivers/gpu/drm/amd/display/dc/dc_hw_types.h
parent69b9723a81e74e517048e1523a24d76fe8e2aef2 (diff)
downloadlinux-3e5df76ae51f2955796d9c10105a92b7f7f660e0.tar.xz
drm/amd/display: Bypass gamma set if not standard type
If non-standard gamma type detected set identity matrix flag so that we can bypass the gamma mode. Signed-off-by: John Barberiz <jbarberi@amd.com> Reviewed-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dc_hw_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc_hw_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
index 11104086828d..e91ac6811990 100644
--- a/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
+++ b/drivers/gpu/drm/amd/display/dc/dc_hw_types.h
@@ -436,6 +436,8 @@ struct dc_gamma {
/* private to DC core */
struct dc_context *ctx;
+
+ bool is_identity;
};
/* Used by both ipp amd opp functions*/