Home
last modified time | relevance | path

Searched refs:build_mcache_programming_params (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.c309 memset(&l->build_mcache_programming_params, 0, sizeof(struct dml2_build_mcache_programming_in_out)); in dml21_prepare_mcache_programming()
310 l->build_mcache_programming_params.dml2_instance = dml_ctx->v21.dml_init.dml2_instance; in dml21_prepare_mcache_programming()
319 mcache_config = &l->build_mcache_programming_params.mcache_configurations[dml_prog_idx]; in dml21_prepare_mcache_programming()
324 l->build_mcache_programming_params.num_configurations++; in dml21_prepare_mcache_programming()
346 mcache_config = &l->build_mcache_programming_params.mcache_configurations[dml_phantom_prog_idx]; in dml21_prepare_mcache_programming()
351 l->build_mcache_programming_params.num_configurations++; in dml21_prepare_mcache_programming()
364 dml2_build_mcache_programming(&l->build_mcache_programming_params); in dml21_prepare_mcache_programming()
378 if (l->build_mcache_programming_params.per_plane_pipe_mcache_regs[dml_prog_idx][dc_pipe_index]) { in dml21_prepare_mcache_programming()
380 l->build_mcache_programming_params.per_plane_pipe_mcache_regs[dml_prog_idx][dc_pipe_index], in dml21_prepare_mcache_programming()
392 if (l->build_mcache_programming_params in dml21_copy()
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_internal_types.h117 struct dml2_build_mcache_programming_in_out build_mcache_programming_params; member