Searched refs:drm_atomic_set_crtc_for_plane (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/drm/ |
D | drm_atomic_uapi.h | 48 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_atomic.c | 1264 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane() 1378 ret = drm_atomic_set_crtc_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config() 1396 ret = drm_atomic_set_crtc_for_plane(primary_state, crtc); in __drm_atomic_helper_set_config()
|
D | drm_atomic_uapi.c | 177 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_crtc_for_plane() function 214 EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane); 544 return drm_atomic_set_crtc_for_plane(state, crtc); in drm_atomic_plane_set_property()
|
D | drm_atomic_helper.c | 2852 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in drm_atomic_helper_update_plane() 3031 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all() 3317 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in page_flip_common()
|
D | drm_framebuffer.c | 888 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in atomic_remove_fb()
|
/Linux-v5.4/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 276 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in armada_overlay_plane_update()
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_display.c | 11076 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in intel_modeset_disable_planes()
|