Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top.h44 bool dml2_build_mcache_programming(struct dml2_build_mcache_programming_in_out *in_out);
H A Ddml_top_types.h694 struct dml2_build_mcache_programming_in_out { struct
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml_top_mcache.h19 bool dml2_top_mcache_build_mcache_programming(struct dml2_build_mcache_programming_in_out *params);
H A Ddml_top.c350 bool dml2_build_mcache_programming(struct dml2_build_mcache_programming_in_out *in_out) in dml2_build_mcache_programming()
H A Ddml_top_mcache.c341 bool dml2_top_mcache_build_mcache_programming(struct dml2_build_mcache_programming_in_out *params) in dml2_top_mcache_build_mcache_programming()
/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;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/inc/
H A Ddml2_internal_shared_types.h787 struct dml2_build_mcache_programming_in_out *mcache_programming;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.c303 …memset(&l->build_mcache_programming_params, 0, sizeof(struct dml2_build_mcache_programming_in_out)… in dml21_prepare_mcache_programming()