Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1370 unsigned int compbuf_size = 0; in dcn401_prepare_bandwidth() local
1404 compbuf_size = context->bw_ctx.bw.dcn.arb_regs.compbuf_size; in dcn401_prepare_bandwidth()
1405 …dc->optimized_required |= (compbuf_size != dc->current_state->bw_ctx.bw.dcn.arb_regs.compbuf_size); in dcn401_prepare_bandwidth()
1407 hubbub->funcs->program_compbuf_segments(hubbub, compbuf_size, false); in dcn401_prepare_bandwidth()
1454 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_optimize_bandwidth()
1940 …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.h2903 …uint32_t compbuf_size; /* DCHUBBUB_COMPBUF_CTRL->COMPBUF_SIZE from hubbub->funcs… member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6699 state->hubbub.compbuf_size = context->bw_ctx.bw.dcn.arb_regs.compbuf_size; in dc_capture_register_software_state()