Home
last modified time | relevance | path

Searched refs:dml2_build_mcache_programming_in_out (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top.h44 bool dml2_build_mcache_programming(struct dml2_build_mcache_programming_in_out *in_out);
Ddml_top_types.h697 struct dml2_build_mcache_programming_in_out { struct
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
Ddml2_top_soc15.h13 bool dml2_top_soc15_build_mcache_programming(struct dml2_build_mcache_programming_in_out *params);
Ddml2_top_interfaces.c43 bool dml2_build_mcache_programming(struct dml2_build_mcache_programming_in_out *in_out) in dml2_build_mcache_programming()
Ddml_top.c350 bool dml2_build_mcache_programming(struct dml2_build_mcache_programming_in_out *in_out) in dml2_build_mcache_programming()
Ddml2_top_soc15.c1026 bool dml2_top_soc15_build_mcache_programming(struct dml2_build_mcache_programming_in_out *params) in dml2_top_soc15_build_mcache_programming()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/
Ddml2_internal_types.h117 struct dml2_build_mcache_programming_in_out build_mcache_programming_params;
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
Ddml2_internal_shared_types.h765 struct dml2_build_mcache_programming_in_out *mcache_programming;
949 bool (*build_mcache_programming)(struct dml2_build_mcache_programming_in_out *in_out);
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_wrapper.c305 …memset(&l->build_mcache_programming_params, 0, sizeof(struct dml2_build_mcache_programming_in_out)… in dml21_prepare_mcache_programming()