]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/amd/display: Add pte_buffer_mode and force_one_row_for_frame in dchub reg
authorAustin Zheng <Austin.Zheng@amd.com>
Wed, 17 Sep 2025 15:38:37 +0000 (10:38 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Nov 2025 16:53:20 +0000 (11:53 -0500)
[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>
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/dml_top_dchub_registers.h

index 8e5a30287220fe5ee1d089ed3f02481f1d0ed626..bf57df42d1d954200a5b9e087c954f61e0323bc0 100644 (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;