Home
last modified time | relevance | path

Searched refs:dml_rq_regs (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c253 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs, in hubp21_validate_dml_output() argument
290 if (rq_regs.plane1_base_address != dml_rq_regs->plane1_base_address) in hubp21_validate_dml_output()
292 dml_rq_regs->plane1_base_address, rq_regs.plane1_base_address); in hubp21_validate_dml_output()
293 if (rq_regs.drq_expansion_mode != dml_rq_regs->drq_expansion_mode) in hubp21_validate_dml_output()
295 dml_rq_regs->drq_expansion_mode, rq_regs.drq_expansion_mode); in hubp21_validate_dml_output()
296 if (rq_regs.prq_expansion_mode != dml_rq_regs->prq_expansion_mode) in hubp21_validate_dml_output()
298 dml_rq_regs->prq_expansion_mode, rq_regs.prq_expansion_mode); in hubp21_validate_dml_output()
299 if (rq_regs.mrq_expansion_mode != dml_rq_regs->mrq_expansion_mode) in hubp21_validate_dml_output()
301 dml_rq_regs->mrq_expansion_mode, rq_regs.mrq_expansion_mode); in hubp21_validate_dml_output()
302 if (rq_regs.crq_expansion_mode != dml_rq_regs->crq_expansion_mode) in hubp21_validate_dml_output()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c1336 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs, in hubp2_validate_dml_output() argument
1374 if (rq_regs.plane1_base_address != dml_rq_regs->plane1_base_address) in hubp2_validate_dml_output()
1376 dml_rq_regs->plane1_base_address, rq_regs.plane1_base_address); in hubp2_validate_dml_output()
1377 if (rq_regs.drq_expansion_mode != dml_rq_regs->drq_expansion_mode) in hubp2_validate_dml_output()
1379 dml_rq_regs->drq_expansion_mode, rq_regs.drq_expansion_mode); in hubp2_validate_dml_output()
1380 if (rq_regs.prq_expansion_mode != dml_rq_regs->prq_expansion_mode) in hubp2_validate_dml_output()
1382 dml_rq_regs->prq_expansion_mode, rq_regs.prq_expansion_mode); in hubp2_validate_dml_output()
1383 if (rq_regs.mrq_expansion_mode != dml_rq_regs->mrq_expansion_mode) in hubp2_validate_dml_output()
1385 dml_rq_regs->mrq_expansion_mode, rq_regs.mrq_expansion_mode); in hubp2_validate_dml_output()
1386 if (rq_regs.crq_expansion_mode != dml_rq_regs->crq_expansion_mode) in hubp2_validate_dml_output()
[all …]
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h196 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs,