Searched refs:refcyc_per_pte_group_vblank_l (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubp.c | 392 REFCYC_PER_PTE_GROUP_VBLANK_L, &dlg_attr.refcyc_per_pte_group_vblank_l); in hubp21_validate_dml_output() 426 if (dlg_attr.refcyc_per_pte_group_vblank_l != dml_dlg_attr->refcyc_per_pte_group_vblank_l) in hubp21_validate_dml_output() 428 dml_dlg_attr->refcyc_per_pte_group_vblank_l, dlg_attr.refcyc_per_pte_group_vblank_l); in hubp21_validate_dml_output()
|
/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 106 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l); in hubp2_program_deadline() 1120 REFCYC_PER_PTE_GROUP_VBLANK_L, &dlg_attr->refcyc_per_pte_group_vblank_l); in hubp2_read_state_common() 1419 REFCYC_PER_PTE_GROUP_VBLANK_L, &dlg_attr.refcyc_per_pte_group_vblank_l); in hubp2_validate_dml_output() 1453 if (dlg_attr.refcyc_per_pte_group_vblank_l != dml_dlg_attr->refcyc_per_pte_group_vblank_l) in hubp2_validate_dml_output() 1455 dml_dlg_attr->refcyc_per_pte_group_vblank_l, dlg_attr.refcyc_per_pte_group_vblank_l); in hubp2_validate_dml_output()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1484 disp_dlg_regs->refcyc_per_pte_group_vblank_l = in dml_rq_dlg_get_dlg_params() 1488 disp_dlg_regs->refcyc_per_pte_group_vblank_l >= (unsigned int)dml_pow(2, 13)) in dml_rq_dlg_get_dlg_params() 1489 disp_dlg_regs->refcyc_per_pte_group_vblank_l = (1 << 13) - 1; in dml_rq_dlg_get_dlg_params() 1491 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_l < (unsigned int)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_rq_dlg_helpers.c | 242 dlg_regs.refcyc_per_pte_group_vblank_l); in print__dlg_regs_st()
|
D | display_mode_structs.h | 452 unsigned int refcyc_per_pte_group_vblank_l; member
|
D | dml1_display_rq_dlg_calc.c | 1534 disp_dlg_regs->refcyc_per_pte_group_vblank_l = in dml1_rq_dlg_get_dlg_params() 1537 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_l < (unsigned int) dml_pow(2, 13)); in dml1_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hubp.c | 613 REFCYC_PER_PTE_GROUP_VBLANK_L, dlg_attr->refcyc_per_pte_group_vblank_l); in hubp1_program_deadline() 917 REFCYC_PER_PTE_GROUP_VBLANK_L, &dlg_attr->refcyc_per_pte_group_vblank_l); in hubp1_read_state_common()
|
D | dcn10_hw_sequencer_debug.c | 264 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_get_dlg_states()
|
D | dcn10_hw_sequencer.c | 233 dlg_regs->vratio_prefetch, dlg_regs->vratio_prefetch_c, dlg_regs->refcyc_per_pte_group_vblank_l, in dcn10_log_hubp_states()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 1409 disp_dlg_regs->refcyc_per_pte_group_vblank_l = in dml20_rq_dlg_get_dlg_params() 1412 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_l < (unsigned int) dml_pow(2, 13)); in dml20_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20v2.c | 1410 disp_dlg_regs->refcyc_per_pte_group_vblank_l = in dml20v2_rq_dlg_get_dlg_params() 1413 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_l < (unsigned int) dml_pow(2, 13)); in dml20v2_rq_dlg_get_dlg_params()
|
/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1671 disp_dlg_regs->refcyc_per_pte_group_vblank_l = in dml_rq_dlg_get_dlg_params() 1674 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_l < (unsigned int)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_params()
|