Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c336 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
366 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
371 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
375 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
H A Ddrm_connector.c2242 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Defifb.c545 orientation = drm_get_panel_orientation_quirk(efifb_defined.xres, in efifb_probe()