Searched refs:drm_atomic_set_fb_for_plane (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/ |
H A D | drm_atomic_uapi.h | 54 void drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state,
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/ |
H A D | drm_atomic.c | 1281 drm_atomic_set_fb_for_plane(plane_state, NULL); in __drm_atomic_helper_disable_plane() 1395 drm_atomic_set_fb_for_plane(primary_state, NULL); in __drm_atomic_helper_set_config() 1415 drm_atomic_set_fb_for_plane(primary_state, set->fb); in __drm_atomic_helper_set_config()
|
H A D | drm_atomic_uapi.c | 232 drm_atomic_set_fb_for_plane(struct drm_plane_state *plane_state, in drm_atomic_set_fb_for_plane() function 247 EXPORT_SYMBOL(drm_atomic_set_fb_for_plane); 531 drm_atomic_set_fb_for_plane(state, fb); in drm_atomic_plane_set_property()
|
H A D | drm_atomic_helper.c | 2897 drm_atomic_set_fb_for_plane(plane_state, fb); in drm_atomic_helper_update_plane() 3077 drm_atomic_set_fb_for_plane(plane_state, NULL); in drm_atomic_helper_disable_all() 3362 drm_atomic_set_fb_for_plane(plane_state, fb); in page_flip_common()
|
H A D | drm_framebuffer.c | 897 drm_atomic_set_fb_for_plane(plane_state, NULL); in atomic_remove_fb()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/ |
H A D | intel_display.c | 11690 drm_atomic_set_fb_for_plane(plane_state, NULL); in intel_modeset_disable_planes() 16055 drm_atomic_set_fb_for_plane(&new_plane_state->uapi, fb); in intel_legacy_cursor_update()
|