Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h191 …void (*program_compbuf_size)(struct hubbub *hubbub, unsigned compbuf_size_kb, bool safe_to_increas… member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c2085 if (hubbub->funcs->program_compbuf_size) { in dcn20_prepare_bandwidth()
2094 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false); in dcn20_prepare_bandwidth()
2127 if (hubbub->funcs->program_compbuf_size) in dcn20_optimize_bandwidth()
2128 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true); in dcn20_optimize_bandwidth()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_hubbub.c1044 .program_compbuf_size = dcn31_program_compbuf_size,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c994 .program_compbuf_size = dcn32_program_compbuf_size,