Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c255 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs, in hubp21_validate_dml_output() argument
292 if (rq_regs.plane1_base_address != dml_rq_regs->plane1_base_address) in hubp21_validate_dml_output()
294 dml_rq_regs->plane1_base_address, rq_regs.plane1_base_address); in hubp21_validate_dml_output()
295 if (rq_regs.drq_expansion_mode != dml_rq_regs->drq_expansion_mode) in hubp21_validate_dml_output()
297 dml_rq_regs->drq_expansion_mode, rq_regs.drq_expansion_mode); in hubp21_validate_dml_output()
298 if (rq_regs.prq_expansion_mode != dml_rq_regs->prq_expansion_mode) in hubp21_validate_dml_output()
300 dml_rq_regs->prq_expansion_mode, rq_regs.prq_expansion_mode); in hubp21_validate_dml_output()
301 if (rq_regs.mrq_expansion_mode != dml_rq_regs->mrq_expansion_mode) in hubp21_validate_dml_output()
303 dml_rq_regs->mrq_expansion_mode, rq_regs.mrq_expansion_mode); in hubp21_validate_dml_output()
304 if (rq_regs.crq_expansion_mode != dml_rq_regs->crq_expansion_mode) in hubp21_validate_dml_output()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
H A Ddcn20_hubp.c1361 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs, in hubp2_validate_dml_output() argument
1399 if (rq_regs.plane1_base_address != dml_rq_regs->plane1_base_address) in hubp2_validate_dml_output()
1401 dml_rq_regs->plane1_base_address, rq_regs.plane1_base_address); in hubp2_validate_dml_output()
1402 if (rq_regs.drq_expansion_mode != dml_rq_regs->drq_expansion_mode) in hubp2_validate_dml_output()
1404 dml_rq_regs->drq_expansion_mode, rq_regs.drq_expansion_mode); in hubp2_validate_dml_output()
1405 if (rq_regs.prq_expansion_mode != dml_rq_regs->prq_expansion_mode) in hubp2_validate_dml_output()
1407 dml_rq_regs->prq_expansion_mode, rq_regs.prq_expansion_mode); in hubp2_validate_dml_output()
1408 if (rq_regs.mrq_expansion_mode != dml_rq_regs->mrq_expansion_mode) in hubp2_validate_dml_output()
1410 dml_rq_regs->mrq_expansion_mode, rq_regs.mrq_expansion_mode); in hubp2_validate_dml_output()
1411 if (rq_regs.crq_expansion_mode != dml_rq_regs->crq_expansion_mode) in hubp2_validate_dml_output()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h251 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs,