Searched refs:drm_atomic_set_crtc_for_plane (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/drm/ |
D | drm_atomic_uapi.h | 48 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state,
|
/linux-6.6.21/drivers/gpu/drm/i915/display/ |
D | intel_load_detect.c | 37 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in intel_modeset_disable_planes()
|
/linux-6.6.21/drivers/gpu/drm/ |
D | drm_atomic.c | 1552 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane() 1666 ret = drm_atomic_set_crtc_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config() 1684 ret = drm_atomic_set_crtc_for_plane(primary_state, crtc); in __drm_atomic_helper_set_config()
|
D | drm_atomic_uapi.c | 187 drm_atomic_set_crtc_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_crtc_for_plane() function 226 EXPORT_SYMBOL(drm_atomic_set_crtc_for_plane); 548 return drm_atomic_set_crtc_for_plane(state, crtc); in drm_atomic_plane_set_property()
|
D | drm_atomic_helper.c | 3168 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in drm_atomic_helper_update_plane() 3347 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all() 3635 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in page_flip_common()
|
D | drm_framebuffer.c | 1018 ret = drm_atomic_set_crtc_for_plane(plane_state, NULL); in atomic_remove_fb()
|
/linux-6.6.21/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 283 ret = drm_atomic_set_crtc_for_plane(plane_state, crtc); in armada_overlay_plane_update()
|