Home
last modified time | relevance | path

Searched refs:compbuf_size (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1377 unsigned int compbuf_size = 0; in dcn401_prepare_bandwidth() local
1411 compbuf_size = context->bw_ctx.bw.dcn.arb_regs.compbuf_size; in dcn401_prepare_bandwidth()
1412 …dc->optimized_required |= (compbuf_size != dc->current_state->bw_ctx.bw.dcn.arb_regs.compbuf_size); in dcn401_prepare_bandwidth()
1414 hubbub->funcs->program_compbuf_segments(hubbub, compbuf_size, false); in dcn401_prepare_bandwidth()
1461 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_optimize_bandwidth()
1951 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_program_outstanding_updates()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2968 …uint32_t compbuf_size; /* DCHUBBUB_COMPBUF_CTRL->COMPBUF_SIZE from hubbub->funcs… member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6763 state->hubbub.compbuf_size = context->bw_ctx.bw.dcn.arb_regs.compbuf_size; in dc_capture_register_software_state()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12723 …arb_param->compbuf_size = mode_lib->mp.CompressedBufferSizeInkByte / mode_lib->ip.compressed_buffe… in rq_dlg_get_arb_params()