mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-19 15:15:46 -04:00
drm/amd/display: add register definitions in dcn_hubbub_registers
Reviewed-by: Roman Li <roman.li@amd.com> Signed-off-by: Charlene Liu <Charlene.Liu@amd.com> Signed-off-by: Roman Li <roman.li@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
531fe6e0fe
commit
ae20768e30
@@ -437,7 +437,9 @@ struct dcn_hubbub_registers {
|
||||
type DCHUBBUB_ARB_REFCYC_PER_META_TRIP_A;\
|
||||
type DCHUBBUB_ARB_REFCYC_PER_META_TRIP_B;\
|
||||
type DCHUBBUB_ARB_FRAC_URG_BW_MALL_A;\
|
||||
type DCHUBBUB_ARB_FRAC_URG_BW_MALL_B
|
||||
type DCHUBBUB_ARB_FRAC_URG_BW_MALL_B;\
|
||||
type DCHUBBUB_ARB_ALLOW_DCFCLK_DEEP_SLEEP_FORCE_VALUE;\
|
||||
type DCHUBBUB_ARB_ALLOW_DCFCLK_DEEP_SLEEP_FORCE_ENABLE
|
||||
|
||||
struct dcn_hubbub_shift {
|
||||
DCN_HUBBUB_REG_FIELD_LIST(uint8_t);
|
||||
@@ -447,6 +449,7 @@ struct dcn_hubbub_shift {
|
||||
HUBBUB_REG_FIELD_LIST_DCN32(uint8_t);
|
||||
HUBBUB_REG_FIELD_LIST_DCN35(uint8_t);
|
||||
HUBBUB_REG_FIELD_LIST_DCN4_01(uint8_t);
|
||||
|
||||
};
|
||||
|
||||
struct dcn_hubbub_mask {
|
||||
@@ -457,6 +460,7 @@ struct dcn_hubbub_mask {
|
||||
HUBBUB_REG_FIELD_LIST_DCN32(uint32_t);
|
||||
HUBBUB_REG_FIELD_LIST_DCN35(uint32_t);
|
||||
HUBBUB_REG_FIELD_LIST_DCN4_01(uint32_t);
|
||||
|
||||
};
|
||||
|
||||
struct dc;
|
||||
|
||||
Reference in New Issue
Block a user