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: Remove DCE12 guards
Signed-off-by: Jordan Lazare <Jordan.Lazare@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -42,9 +42,7 @@
|
||||
|
||||
#include "dce80/hw_translate_dce80.h"
|
||||
#include "dce110/hw_translate_dce110.h"
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCE12_0)
|
||||
#include "dce120/hw_translate_dce120.h"
|
||||
#endif
|
||||
#include "diagnostics/hw_translate_diag.h"
|
||||
|
||||
/*
|
||||
@@ -70,11 +68,9 @@ bool dal_hw_translate_init(
|
||||
case DCE_VERSION_11_2:
|
||||
dal_hw_translate_dce110_init(translate);
|
||||
return true;
|
||||
#if defined(CONFIG_DRM_AMD_DC_DCE12_0)
|
||||
case DCE_VERSION_12_0:
|
||||
dal_hw_translate_dce120_init(translate);
|
||||
return true;
|
||||
#endif
|
||||
default:
|
||||
BREAK_TO_DEBUGGER();
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user