Home
last modified time | relevance | path

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 Ddml_display_rq_dlg_calc.c259 dml_float_t refcyc_per_meta_chunk_nom_c; in dml_rq_dlg_get_dlg_reg() local
448refcyc_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 Ddisplay_mode_util.c282 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 Ddisplay_mode_core_structs.h1960 dml_uint_t refcyc_per_meta_chunk_nom_c; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c259 double refcyc_per_meta_chunk_nom_c; in dml32_rq_dlg_get_dlg_reg() local
492refcyc_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 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()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_dchub_registers.h58 uint32_t refcyc_per_meta_chunk_nom_c; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h652 unsigned int refcyc_per_meta_chunk_nom_c; member
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.c273 dlg_regs->refcyc_per_meta_chunk_nom_c, dlg_regs->refcyc_per_line_delivery_pre_l, in dcn10_get_dlg_states()