Home
last modified time | relevance | path

Searched refs:refcyc_per_meta_chunk_nom_c (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_hubp.c420 REFCYC_PER_META_CHUNK_NOM_C, &dlg_attr.refcyc_per_meta_chunk_nom_c); in hubp21_validate_dml_output()
459 if (dlg_attr.refcyc_per_meta_chunk_nom_c != dml_dlg_attr->refcyc_per_meta_chunk_nom_c) in hubp21_validate_dml_output()
461 dml_dlg_attr->refcyc_per_meta_chunk_nom_c, dlg_attr.refcyc_per_meta_chunk_nom_c); in hubp21_validate_dml_output()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c141 REFCYC_PER_META_CHUNK_NOM_C, dlg_attr->refcyc_per_meta_chunk_nom_c); in hubp2_program_deadline()
1172 REFCYC_PER_META_CHUNK_NOM_C, &dlg_attr->refcyc_per_meta_chunk_nom_c); in hubp2_read_state_common()
1447 REFCYC_PER_META_CHUNK_NOM_C, &dlg_attr.refcyc_per_meta_chunk_nom_c); in hubp2_validate_dml_output()
1486 if (dlg_attr.refcyc_per_meta_chunk_nom_c != dml_dlg_attr->refcyc_per_meta_chunk_nom_c) in hubp2_validate_dml_output()
1488 dml_dlg_attr->refcyc_per_meta_chunk_nom_c, dlg_attr.refcyc_per_meta_chunk_nom_c); in hubp2_validate_dml_output()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_rq_dlg_helpers.c287 dlg_regs.refcyc_per_meta_chunk_nom_c); in print__dlg_regs_st()
Ddisplay_mode_structs.h467 unsigned int refcyc_per_meta_chunk_nom_c; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20v2.c1484 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = in dml20v2_rq_dlg_get_dlg_params()
1488 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_c >= (unsigned int) dml_pow(2, 23)) in dml20v2_rq_dlg_get_dlg_params()
1489 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = dml_pow(2, 23) - 1; in dml20v2_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20.c1483 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = in dml20_rq_dlg_get_dlg_params()
1487 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_c >= (unsigned int) dml_pow(2, 23)) in dml20_rq_dlg_get_dlg_params()
1488 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = dml_pow(2, 23) - 1; in dml20_rq_dlg_get_dlg_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c1591 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = in dml_rq_dlg_get_dlg_params()
1595 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_c >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1596 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c1765 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = in dml_rq_dlg_get_dlg_params()
1769 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_c >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1770 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c648 REFCYC_PER_META_CHUNK_NOM_C, dlg_attr->refcyc_per_meta_chunk_nom_c); in hubp1_program_deadline()
969 REFCYC_PER_META_CHUNK_NOM_C, &dlg_attr->refcyc_per_meta_chunk_nom_c); in hubp1_read_state_common()
Ddcn10_hw_sequencer_debug.c272 dlg_regs->refcyc_per_meta_chunk_nom_c, dlg_regs->refcyc_per_line_delivery_pre_l, in dcn10_get_dlg_states()
Ddcn10_hw_sequencer.c241 dlg_regs->refcyc_per_meta_chunk_nom_c, dlg_regs->refcyc_per_line_delivery_pre_l, in dcn10_log_hubp_states()