/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 256 double refcyc_per_pte_group_vblank_c; in dml32_rq_dlg_get_dlg_reg() local 484 refcyc_per_pte_group_vblank_c = get_refcyc_per_pte_group_vblank_c_in_us(mode_lib, e2e_pipe_param, in dml32_rq_dlg_get_dlg_reg() 511 dlg_regs->refcyc_per_pte_group_vblank_c = refcyc_per_pte_group_vblank_c; in dml32_rq_dlg_get_dlg_reg() 592 ASSERT(dlg_regs->refcyc_per_pte_group_vblank_c < (unsigned int)dml_pow(2, 13)); in dml32_rq_dlg_get_dlg_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 255 dml_float_t refcyc_per_pte_group_vblank_c; in dml_rq_dlg_get_dlg_reg() local 455 …refcyc_per_pte_group_vblank_c = dml_get_refcyc_per_pte_group_vblank_c_in_us(mode_lib, pipe_idx) * … in dml_rq_dlg_get_dlg_reg() 473 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (dml_uint_t)(refcyc_per_pte_group_vblank_c); in dml_rq_dlg_get_dlg_reg() 552 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c < (dml_uint_t)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_reg()
|
H A D | dml2_translation_helper.c | 1450 out->dlg_regs.refcyc_per_pte_group_vblank_c = disp_dlg_regs->refcyc_per_pte_group_vblank_c; in dml2_update_pipe_ctx_dchub_regs()
|
H A D | display_mode_util.c | 268 dml_print("DML: refcyc_per_pte_group_vblank_c = 0x%x\n", dlg_regs->refcyc_per_pte_group_vblank_c); in dml_print_dlg_regs_st()
|
H A D | display_mode_core_structs.h | 1888 dml_uint_t refcyc_per_pte_group_vblank_c; member
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 412 REFCYC_PER_PTE_GROUP_VBLANK_C, &dlg_attr.refcyc_per_pte_group_vblank_c); in hubp21_validate_dml_output() 449 if (dlg_attr.refcyc_per_pte_group_vblank_c != dml_dlg_attr->refcyc_per_pte_group_vblank_c) in hubp21_validate_dml_output() 451 dml_dlg_attr->refcyc_per_pte_group_vblank_c, dlg_attr.refcyc_per_pte_group_vblank_c); in hubp21_validate_dml_output()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 129 REFCYC_PER_PTE_GROUP_VBLANK_C, dlg_attr->refcyc_per_pte_group_vblank_c); in hubp2_program_deadline() 1206 REFCYC_PER_PTE_GROUP_VBLANK_C, &dlg_attr->refcyc_per_pte_group_vblank_c); in hubp2_read_state_common() 1505 REFCYC_PER_PTE_GROUP_VBLANK_C, &dlg_attr.refcyc_per_pte_group_vblank_c); in hubp2_validate_dml_output() 1542 if (dlg_attr.refcyc_per_pte_group_vblank_c != dml_dlg_attr->refcyc_per_pte_group_vblank_c) in hubp2_validate_dml_output() 1544 dml_dlg_attr->refcyc_per_pte_group_vblank_c, dlg_attr.refcyc_per_pte_group_vblank_c); in hubp2_validate_dml_output()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_dchub_registers.h | 28 uint32_t refcyc_per_pte_group_vblank_c; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 1474 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int) (dst_y_per_row_vblank in dml_rq_dlg_get_dlg_params() 1478 disp_dlg_regs->refcyc_per_pte_group_vblank_c >= (unsigned int)dml_pow(2, 13)) in dml_rq_dlg_get_dlg_params() 1479 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (1 << 13) - 1; in dml_rq_dlg_get_dlg_params() 1481 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_rq_dlg_helpers.c | 242 dlg_regs->refcyc_per_pte_group_vblank_c); in print__dlg_regs_st()
|
H A D | display_mode_structs.h | 638 unsigned int refcyc_per_pte_group_vblank_c; member
|
H A D | dml1_display_rq_dlg_calc.c | 1534 disp_dlg_regs->refcyc_per_pte_group_vblank_c = in dml1_rq_dlg_get_dlg_params() 1537 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c < (unsigned int) dml_pow(2, 13)); in dml1_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_utils.c | 194 out->dlg_regs.refcyc_per_pte_group_vblank_c = disp_dlg_regs->refcyc_per_pte_group_vblank_c; in dml21_update_pipe_ctx_dchub_regs()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
H A D | dcn401_hubp.c | 248 REFCYC_PER_PTE_GROUP_VBLANK_C, dlg_attr->refcyc_per_pte_group_vblank_c); in hubp401_program_deadline() 853 REFCYC_PER_PTE_GROUP_VBLANK_C, &dlg_attr->refcyc_per_pte_group_vblank_c); in hubp401_read_state()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
H A D | dcn10_hubp.c | 634 REFCYC_PER_PTE_GROUP_VBLANK_C, dlg_attr->refcyc_per_pte_group_vblank_c); in hubp1_program_deadline() 971 REFCYC_PER_PTE_GROUP_VBLANK_C, &dlg_attr->refcyc_per_pte_group_vblank_c); in hubp1_read_state_common()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 1395 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int) (dst_y_per_row_vblank in dml20_rq_dlg_get_dlg_params() 1398 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c in dml20_rq_dlg_get_dlg_params()
|
H A D | display_rq_dlg_calc_20v2.c | 1396 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int) (dst_y_per_row_vblank in dml20v2_rq_dlg_get_dlg_params() 1399 ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c in dml20v2_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 1441 double refcyc_per_pte_group_vblank_c; member
|
H A D | dml2_core_shared.c | 11819 …l->refcyc_per_pte_group_vblank_c = mode_lib->mp.time_per_pte_group_vblank_chroma[mode_lib->mp.pipe… in rq_dlg_get_dlg_reg() 11830 disp_dlg_regs->refcyc_per_pte_group_vblank_c = (unsigned int)(l->refcyc_per_pte_group_vblank_c); in rq_dlg_get_dlg_reg() 11914 DML2_ASSERT(disp_dlg_regs->refcyc_per_pte_group_vblank_c < (unsigned int)math_pow(2, 13)); in rq_dlg_get_dlg_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_hwseq.c | 251 dlg_regs->refcyc_per_pte_group_vblank_c, dlg_regs->refcyc_per_meta_chunk_vblank_l, in dcn10_log_hubp_states()
|