Home
last modified time | relevance | path

Searched refs:drm_helper_move_panel_connectors_to_head (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/drm/
Ddrm_crtc_helper.h197 extern void drm_helper_move_panel_connectors_to_head(struct drm_device *);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc_helper.c81 void drm_helper_move_panel_connectors_to_head(struct drm_device *dev) in drm_helper_move_panel_connectors_to_head() function
97 EXPORT_SYMBOL(drm_helper_move_panel_connectors_to_head);
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_display.c14234 drm_helper_move_panel_connectors_to_head(dev); in intel_setup_outputs()