Home
last modified time | relevance | path

Searched refs:dml2_check_mode_supported_in_out (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
H A Ddml_top.h28 bool dml2_check_mode_supported(struct dml2_check_mode_supported_in_out *in_out);
H A Ddml_top_types.h105 struct dml2_check_mode_supported_in_out { struct
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_internal_types.h150 struct dml2_check_mode_supported_in_out mode_support;
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_top/
H A Ddml_top.c95 bool dml2_check_mode_supported(struct dml2_check_mode_supported_in_out *in_out) in dml2_check_mode_supported()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.c253 struct dml2_check_mode_supported_in_out *mode_support = &dml_ctx->v21.mode_support; in dml21_check_mode_support()