mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-01 15:15:19 -04:00
drm/amd/display: add missing ABM register offsets
[Why] Some ABM registers don't exist on DCN 3.01, so are missing from its register offset list. However, this list was copied to later versions of DCN that do have these registers. As a result, they're inaccessible from the driver on those DCN versions even though they exist. [How] Add the missing ABM register offsets to DCN 3.02+ Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com> Signed-off-by: Josip Pavic <Josip.Pavic@amd.com> Tested-by: Daniel Wheeler <Daniel.Wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
f01ee01958
commit
b5ce6fe812
@@ -366,7 +366,7 @@ static const struct dce110_clk_src_mask cs_mask = {
|
||||
|
||||
#define abm_regs(id)\
|
||||
[id] = {\
|
||||
ABM_DCN301_REG_LIST(id)\
|
||||
ABM_DCN302_REG_LIST(id)\
|
||||
}
|
||||
|
||||
static const struct dce_abm_registers abm_regs[] = {
|
||||
|
||||
Reference in New Issue
Block a user