Searched refs:drm_atomic_set_fb_for_plane (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/include/drm/ |
| D | drm_atomic_uapi.h | 50 void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state,
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_atomic.c | 1268 drm_atomic_set_fb_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane() 1382 drm_atomic_set_fb_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config() 1402 drm_atomic_set_fb_for_plane(primary_state, set->fb); in __drm_atomic_helper_set_config()
|
| D | drm_atomic_uapi.c | 227 drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_fb_for_plane() function 242 EXPORT_SYMBOL(drm_atomic_set_fb_for_plane); 526 drm_atomic_set_fb_for_plane(state, fb); in drm_atomic_plane_set_property()
|
| D | drm_atomic_helper.c | 2855 drm_atomic_set_fb_for_plane(plane_state, fb); in drm_atomic_helper_update_plane() 3035 drm_atomic_set_fb_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all() 3320 drm_atomic_set_fb_for_plane(plane_state, fb); in page_flip_common()
|
| D | drm_framebuffer.c | 887 drm_atomic_set_fb_for_plane(plane_state, NULL); in atomic_remove_fb()
|
| /Linux-v5.4/drivers/gpu/drm/armada/ |
| D | armada_overlay.c | 280 drm_atomic_set_fb_for_plane(plane_state, fb); in armada_overlay_plane_update()
|
| /Linux-v5.4/drivers/gpu/drm/vc4/ |
| D | vc4_crtc.c | 954 drm_atomic_set_fb_for_plane(plane->state, fb); in vc4_async_page_flip()
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_display.c | 11080 drm_atomic_set_fb_for_plane(plane_state, NULL); in intel_modeset_disable_planes() 14743 drm_atomic_set_fb_for_plane(new_plane_state, fb); in intel_legacy_cursor_update()
|