mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
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>
This commit is contained in:
committed by
Alex Deucher
parent
ea062558fd
commit
ebfdf0d077
@@ -65,6 +65,8 @@ bool dal_hw_translate_init(
|
||||
|
||||
switch (dce_version) {
|
||||
case DCE_VERSION_8_0:
|
||||
case DCE_VERSION_8_1:
|
||||
case DCE_VERSION_8_3:
|
||||
dal_hw_translate_dce80_init(translate);
|
||||
return true;
|
||||
case DCE_VERSION_10_0:
|
||||
|
||||
Reference in New Issue
Block a user