mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
drm/amd/display: Adjust the structure dml2_dchub_watermark_regs
Adjust the structure dml2_dchub_watermark_regs for future usage Reviewed-by: Austin Zheng <austin.zheng@amd.com> Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Wayne Lin <wayne.lin@amd.com> Tested-by: Dan Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
1cc234930e
commit
a79f5e4c0c
|
|
@ -171,8 +171,15 @@ struct dml2_dchub_watermark_regs {
|
|||
uint32_t sr_exit_low_power;
|
||||
uint32_t uclk_pstate;
|
||||
uint32_t fclk_pstate;
|
||||
union {
|
||||
uint32_t temp_read_or_ppt;
|
||||
uint32_t temp_read;
|
||||
};
|
||||
uint32_t ppt;
|
||||
union {
|
||||
uint32_t usr;
|
||||
uint32_t buffer_fullness;
|
||||
};
|
||||
/* qos */
|
||||
uint32_t refcyc_per_trip_to_mem;
|
||||
uint32_t refcyc_per_meta_trip_to_mem;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user