summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2017-08-10 14:39:50 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:32 -0400
commitebfdf0d0770bd20e9baff3750b5103d6b7fa21c3 (patch)
tree972762987ebfbf1b29bfc0bd99c442932c8d7bfc /drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
parentea062558fd796ecff167ca64282bd2c3e3e2663f (diff)
downloadlinux-stable-ebfdf0d0770bd20e9baff3750b5103d6b7fa21c3.tar.gz
linux-stable-ebfdf0d0770bd20e9baff3750b5103d6b7fa21c3.tar.bz2
linux-stable-ebfdf0d0770bd20e9baff3750b5103d6b7fa21c3.zip
drm/amd/display/dc: add DCE_VERSION for DCE8 APUs
DCE 8.1 = Kaveri DCE 8.3 = Kabini/Mullins Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-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/gpio/hw_factory.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
index 425f1c4fa891..25f6f9103c44 100644
--- a/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
+++ b/drivers/gpu/drm/amd/display/dc/gpio/hw_factory.c
@@ -66,6 +66,8 @@ bool dal_hw_factory_init(
switch (dce_version) {
case DCE_VERSION_8_0:
+ case DCE_VERSION_8_1:
+ case DCE_VERSION_8_3:
dal_hw_factory_dce80_init(factory);
return true;