HomeSort by: relevance | last modified time | path
    Searched refs:drm_get_panel_orientation_quirk (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_utils.h 17 int drm_get_panel_orientation_quirk(int width, int height);
  /src/sys/external/bsd/drm2/dist/drm/
drm_panel_orientation_quirks.c 224 * drm_get_panel_orientation_quirk - Check for panel orientation quirks
242 int drm_get_panel_orientation_quirk(int width, int height) function in typeref:typename:int
272 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
277 int drm_get_panel_orientation_quirk(int width, int height) function in typeref:typename:int
281 EXPORT_SYMBOL(drm_get_panel_orientation_quirk);
drm_connector.c 2089 orientation_quirk = drm_get_panel_orientation_quirk(width, height);

Completed in 16 milliseconds