Searched refs:refcyc_per_meta_chunk_nom_c (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml_display_rq_dlg_calc.c | 259 dml_float_t refcyc_per_meta_chunk_nom_c; in dml_rq_dlg_get_dlg_reg() local 448 …refcyc_per_meta_chunk_nom_c = dml_get_refcyc_per_meta_chunk_nom_c_in_us(mode_lib, pipe_idx) * ref… in dml_rq_dlg_get_dlg_reg() 465 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = (dml_uint_t)(refcyc_per_meta_chunk_nom_c); in dml_rq_dlg_get_dlg_reg() 546 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_c >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg() 547 disp_dlg_regs->refcyc_per_meta_chunk_nom_c = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
|
| H A D | display_mode_util.c | 282 dml_print("DML: refcyc_per_meta_chunk_nom_c = 0x%x\n", dlg_regs->refcyc_per_meta_chunk_nom_c); in dml_print_dlg_regs_st()
|
| H A D | display_mode_core_structs.h | 1960 dml_uint_t refcyc_per_meta_chunk_nom_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_rq_dlg_calc_32.c | 259 double refcyc_per_meta_chunk_nom_c; in dml32_rq_dlg_get_dlg_reg() local 492 …refcyc_per_meta_chunk_nom_c = get_refcyc_per_meta_chunk_nom_c_in_us(mode_lib, e2e_pipe_param, num_… in dml32_rq_dlg_get_dlg_reg() 514 dlg_regs->refcyc_per_meta_chunk_nom_c = refcyc_per_meta_chunk_nom_c; in dml32_rq_dlg_get_dlg_reg() 597 if (dlg_regs->refcyc_per_meta_chunk_nom_c >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg() 598 dlg_regs->refcyc_per_meta_chunk_nom_c = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
|
| /linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
| H A D | dcn21_hubp.c | 420 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()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/ |
| H A D | dml_top_dchub_registers.h | 58 uint32_t refcyc_per_meta_chunk_nom_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dml/ |
| H A D | display_mode_structs.h | 652 unsigned int refcyc_per_meta_chunk_nom_c; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_hw_sequencer_debug.c | 273 dlg_regs->refcyc_per_meta_chunk_nom_c, dlg_regs->refcyc_per_line_delivery_pre_l, in dcn10_get_dlg_states()
|