Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1277 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs, in hubp2_validate_dml_output() argument
1315 if (rq_regs.plane1_base_address != dml_rq_regs->plane1_base_address) in hubp2_validate_dml_output()
1317 dml_rq_regs->plane1_base_address, rq_regs.plane1_base_address); in hubp2_validate_dml_output()
1318 if (rq_regs.drq_expansion_mode != dml_rq_regs->drq_expansion_mode) in hubp2_validate_dml_output()
1320 dml_rq_regs->drq_expansion_mode, rq_regs.drq_expansion_mode); in hubp2_validate_dml_output()
1321 if (rq_regs.prq_expansion_mode != dml_rq_regs->prq_expansion_mode) in hubp2_validate_dml_output()
1323 dml_rq_regs->prq_expansion_mode, rq_regs.prq_expansion_mode); in hubp2_validate_dml_output()
1324 if (rq_regs.mrq_expansion_mode != dml_rq_regs->mrq_expansion_mode) in hubp2_validate_dml_output()
1326 dml_rq_regs->mrq_expansion_mode, rq_regs.mrq_expansion_mode); in hubp2_validate_dml_output()
1327 if (rq_regs.crq_expansion_mode != dml_rq_regs->crq_expansion_mode) in hubp2_validate_dml_output()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h187 struct _vcs_dpi_display_rq_regs_st *dml_rq_regs,