drm/amd/display: Add pte_buffer_mode and force_one_row_for_frame in dchub reg

[Why & How]
Update structs for rq regs

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Signed-off-by: Austin Zheng <Austin.Zheng@amd.com>
Signed-off-by: Ray Wu <ray.wu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Austin Zheng 2025-09-17 10:38:37 -05:00 committed by Alex Deucher
parent 7d041982fe
commit e19cb97ea8

View File

@ -121,6 +121,8 @@ struct dml2_display_rq_regs {
uint32_t crq_expansion_mode;
uint32_t plane1_base_address;
uint32_t unbounded_request_enabled;
bool pte_buffer_mode;
bool force_one_row_for_frame;
// MRQ
uint32_t mrq_expansion_mode;