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.1.27/include/drm/
Ddrm_crtc_helper.h192 extern void drm_helper_move_panel_connectors_to_head(struct drm_device *);
/linux-4.1.27/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.1.27/drivers/gpu/drm/i915/
Dintel_display.c13193 drm_helper_move_panel_connectors_to_head(dev); in intel_setup_outputs()