Searched refs:compbuf_size_kb (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| D | dchubbub.h | 191 …void (*program_compbuf_size)(struct hubbub *hubbub, unsigned compbuf_size_kb, bool safe_to_increas…
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
| D | dcn20_hwseq.c | 2024 unsigned int compbuf_size_kb = 0; in dcn20_prepare_bandwidth() local 2059 compbuf_size_kb = context->bw_ctx.dml.ip.min_comp_buffer_size_kbytes; in dcn20_prepare_bandwidth() 2060 …dc->wm_optimized_required |= (compbuf_size_kb != dc->current_state->bw_ctx.dml.ip.min_comp_buffer_… in dcn20_prepare_bandwidth() 2062 compbuf_size_kb = context->bw_ctx.bw.dcn.compbuf_size_kb; in dcn20_prepare_bandwidth() 2063 …dc->wm_optimized_required |= (compbuf_size_kb != dc->current_state->bw_ctx.bw.dcn.compbuf_size_kb); in dcn20_prepare_bandwidth() 2066 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false); in dcn20_prepare_bandwidth() 2100 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true); in dcn20_optimize_bandwidth()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
| D | core_types.h | 464 int compbuf_size_kb; member
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
| D | dcn31_hubbub.c | 112 static void dcn31_program_compbuf_size(struct hubbub *hubbub, unsigned int compbuf_size_kb, bool sa… in dcn31_program_compbuf_size() argument 115 …unsigned int compbuf_size_segments = (compbuf_size_kb + DCN31_CRB_SEGMENT_SIZE_KB - 1) / DCN31_CRB… in dcn31_program_compbuf_size()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
| D | dcn32_hubbub.c | 131 static void dcn32_program_compbuf_size(struct hubbub *hubbub, unsigned int compbuf_size_kb, bool sa… in dcn32_program_compbuf_size() argument 134 …unsigned int compbuf_size_segments = (compbuf_size_kb + DCN32_CRB_SEGMENT_SIZE_KB - 1) / DCN32_CRB… in dcn32_program_compbuf_size()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| D | dcn31_fpu.c | 577 …context->bw_ctx.bw.dcn.compbuf_size_kb = context->bw_ctx.dml.ip.config_return_buffer_size_in_kbyte… in dcn31_calculate_wm_and_dlg_fp()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| D | dcn32_fpu.c | 1488 …context->bw_ctx.bw.dcn.compbuf_size_kb = context->bw_ctx.dml.ip.config_return_buffer_size_in_kbyte… in dcn32_calculate_dlg_params() 1492 context->bw_ctx.bw.dcn.compbuf_size_kb -= context->res_ctx.pipe_ctx[i].det_buffer_size_kb; in dcn32_calculate_dlg_params()
|
| /Linux-v6.6/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| D | dcn20_fpu.c | 1120 context->bw_ctx.bw.dcn.compbuf_size_kb = context->bw_ctx.dml.ip.config_return_buffer_size_in_kbytes in dcn20_calculate_dlg_params()
|