summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/dc.h
diff options
context:
space:
mode:
authorAnthony Koo <Anthony.Koo@amd.com>2017-10-16 10:43:59 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-12-04 16:33:20 -0500
commit553aae12e3ad4d4d9cb9accb129a8c818bce506b (patch)
tree78d1ed9723cd311a8ffbf579c50596c0fcdc6008 /drivers/gpu/drm/amd/display/dc/dc.h
parent433f1aa786378e4822f17f7782d8dba321a2740b (diff)
drm/amd/display: Add APU cap in dc_caps
Some features should only be enabled on APUs or should not be enabled on APUs. Signed-off-by: Anthony Koo <anthony.koo@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@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.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dc.h b/drivers/gpu/drm/amd/display/dc/dc.h
index 9d8f4a55c74e..9ca838b3c4d7 100644
--- a/drivers/gpu/drm/amd/display/dc/dc.h
+++ b/drivers/gpu/drm/amd/display/dc/dc.h
@@ -60,6 +60,7 @@ struct dc_caps {
unsigned int max_video_width;
bool dcc_const_color;
bool dynamic_audio;
+ bool is_apu;
};
struct dc_dcc_surface_param {