mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: Fix type of ODMCombineType field
The type was changed previously to better reflect possible register values. Signed-off-by: Ilya Bakoulin <Ilya.Bakoulin@amd.com> Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com> Acked-by: Leo Li <sunpeng.li@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bbdd620d3f
commit
92a3701c43
|
@ -491,7 +491,7 @@ struct vba_vars_st {
|
|||
unsigned int NoOfDPP[DC__VOLTAGE_STATES + 1][2][DC__NUM_DPP__MAX];
|
||||
int NoOfDPPThisState[DC__NUM_DPP__MAX];
|
||||
bool ODMCombineEnablePerState[DC__VOLTAGE_STATES + 1][DC__NUM_DPP__MAX];
|
||||
bool ODMCombineTypeEnablePerState[DC__VOLTAGE_STATES + 1][DC__NUM_DPP__MAX];
|
||||
enum odm_combine_mode ODMCombineTypeEnablePerState[DC__VOLTAGE_STATES + 1][DC__NUM_DPP__MAX];
|
||||
unsigned int SwathWidthYThisState[DC__NUM_DPP__MAX];
|
||||
unsigned int SwathHeightCPerState[DC__VOLTAGE_STATES + 1][2][DC__NUM_DPP__MAX];
|
||||
unsigned int SwathHeightYThisState[DC__NUM_DPP__MAX];
|
||||
|
|
Loading…
Reference in New Issue