Searched refs:drm_atomic_set_fb_for_plane (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_atomic_uapi.h | 50 void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state,
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_load_detect.c | 41 drm_atomic_set_fb_for_plane(plane_state, NULL); in intel_modeset_disable_planes()
|
| D | intel_cursor.c | 844 drm_atomic_set_fb_for_plane(&new_plane_state->uapi, fb); in intel_legacy_cursor_update()
|
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_atomic_uapi.c | 240 drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_fb_for_plane() function 257 EXPORT_SYMBOL(drm_atomic_set_fb_for_plane); 484 drm_atomic_set_fb_for_plane(state, fb); in drm_atomic_plane_set_property()
|
| D | drm_atomic.c | 1578 drm_atomic_set_fb_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane() 1692 drm_atomic_set_fb_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config() 1712 drm_atomic_set_fb_for_plane(primary_state, set->fb); in __drm_atomic_helper_set_config()
|
| D | drm_atomic_helper.c | 3181 drm_atomic_set_fb_for_plane(plane_state, fb); in drm_atomic_helper_update_plane() 3361 drm_atomic_set_fb_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all() 3651 drm_atomic_set_fb_for_plane(plane_state, fb); in page_flip_common()
|
| D | drm_framebuffer.c | 1037 drm_atomic_set_fb_for_plane(plane_state, NULL); in atomic_remove_fb()
|