Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c492 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
522 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
527 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
531 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
H A Ddrm_connector.c2613 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()
/openbmc/linux/include/drm/
H A Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
/openbmc/linux/drivers/video/fbdev/
H A Defifb.c557 orientation = drm_get_panel_orientation_quirk(efifb_defined.xres, in efifb_probe()