Home
last modified time | relevance | path

Searched refs:dml21_validate (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_wrapper.h40 * dml21_validate - Determines if a display configuration is supported or not.
61 bool dml21_validate(const struct dc *in_dc, struct dc_state *context, struct dml2_context *dml_ctx,
H A Ddml21_wrapper.c293 bool dml21_validate(const struct dc *in_dc, struct dc_state *context, struct dml2_context *dml_ctx, in dml21_validate() function
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c559 out = dml21_validate(in_dc, context, dml2, validate_mode); in dml2_validate()