Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h229 …void (*program_compbuf_segments)(struct hubbub *hubbub, unsigned compbuf_size_seg, bool safe_to_in… member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1431 if (hubbub->funcs->program_compbuf_segments) { in dcn401_prepare_bandwidth()
1435 hubbub->funcs->program_compbuf_segments(hubbub, compbuf_size, false); in dcn401_prepare_bandwidth()
1477 if (hubbub->funcs->program_compbuf_segments) in dcn401_optimize_bandwidth()
1478 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_optimize_bandwidth()
1770 if (hubbub->funcs->program_compbuf_segments) in dcn401_program_outstanding_updates()
1771 …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/hubbub/dcn401/
H A Ddcn401_hubbub.c1216 .program_compbuf_segments = dcn401_program_compbuf_segments,