Home
last modified time | relevance | path

Searched refs:check_mode_supported (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_top/ !
H A Ddml2_top_interfaces.c29 if (!in_out->dml2_instance->funcs.check_mode_supported) in dml2_check_mode_supported()
32 return in_out->dml2_instance->funcs.check_mode_supported(in_out); in dml2_check_mode_supported()
H A Ddml2_top_soc15.c1104 .check_mode_supported = dml2_top_soc15_check_mode_supported,
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/inc/ !
H A Ddml2_internal_shared_types.h977 bool (*check_mode_supported)(struct dml2_check_mode_supported_in_out *in_out); member
/linux/drivers/video/fbdev/ !
H A Dvga16fb.c186 static inline int check_mode_supported(const struct screen_info *si) in check_mode_supported() function
1320 ret = check_mode_supported(si); in vga16fb_probe()