Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/
Ddrm_panel_orientation_quirks.c491 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
521 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
526 int drm_get_panel_orientation_quirk(int width, int height) in drm_get_panel_orientation_quirk() function
530 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
Ddrm_connector.c2880 orientation_quirk = drm_get_panel_orientation_quirk(width, height); in drm_connector_set_panel_orientation_with_quirk()
/linux-6.12.1/include/drm/
Ddrm_utils.h15 int drm_get_panel_orientation_quirk(int width, int height);
/linux-6.12.1/drivers/video/fbdev/
Defifb.c548 orientation = drm_get_panel_orientation_quirk(efifb_defined.xres, in efifb_probe()