Searched refs:get_connectors_for_crtc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_plane_helper.c | 71 static int get_connectors_for_crtc(struct drm_crtc *crtc, in get_connectors_for_crtc() function 197 num_connectors = get_connectors_for_crtc(crtc, NULL, 0); in drm_primary_helper_update() 203 get_connectors_for_crtc(crtc, connector_list, num_connectors); in drm_primary_helper_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_plane_helper.c | 64 static int get_connectors_for_crtc(struct drm_crtc *crtc, in get_connectors_for_crtc() function 217 num_connectors = get_connectors_for_crtc(crtc, NULL, 0); in drm_plane_helper_update_primary() 223 get_connectors_for_crtc(crtc, connector_list, num_connectors); in drm_plane_helper_update_primary()
|
Completed in 1 milliseconds