Searched refs:plane_funcs (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_plane_helper.c | 343 const struct drm_plane_helper_funcs *plane_funcs; in drm_plane_helper_commit() local 348 plane_funcs = plane->helper_private; in drm_plane_helper_commit() 359 if (plane_funcs->atomic_check) { in drm_plane_helper_commit() 360 ret = plane_funcs->atomic_check(plane, plane_state); in drm_plane_helper_commit() 365 if (plane_funcs->prepare_fb && plane_state->fb != old_fb) { in drm_plane_helper_commit() 366 ret = plane_funcs->prepare_fb(plane, in drm_plane_helper_commit() 385 plane_funcs->atomic_disable) in drm_plane_helper_commit() 386 plane_funcs->atomic_disable(plane, plane_state); in drm_plane_helper_commit() 388 plane_funcs->atomic_update(plane, plane_state); in drm_plane_helper_commit() 419 if (plane_funcs->cleanup_fb) in drm_plane_helper_commit() [all …]
|
D | drm_atomic_helper.c | 2413 const struct drm_plane_helper_funcs *plane_funcs; in drm_atomic_helper_commit_planes_on_crtc() local 2415 plane_funcs = plane->helper_private; in drm_atomic_helper_commit_planes_on_crtc() 2417 if (!old_plane_state || !plane_funcs) in drm_atomic_helper_commit_planes_on_crtc() 2424 plane_funcs->atomic_disable) in drm_atomic_helper_commit_planes_on_crtc() 2425 plane_funcs->atomic_disable(plane, old_plane_state); in drm_atomic_helper_commit_planes_on_crtc() 2428 plane_funcs->atomic_update(plane, old_plane_state); in drm_atomic_helper_commit_planes_on_crtc() 2465 const struct drm_plane_helper_funcs *plane_funcs = in drm_atomic_helper_disable_planes_on_crtc() local 2468 if (!plane_funcs) in drm_atomic_helper_disable_planes_on_crtc() 2471 WARN_ON(!plane_funcs->atomic_disable); in drm_atomic_helper_disable_planes_on_crtc() 2472 if (plane_funcs->atomic_disable) in drm_atomic_helper_disable_planes_on_crtc() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_sprite.c | 1503 const struct drm_plane_funcs *plane_funcs; in intel_sprite_plane_create() local 1549 plane_funcs = &skl_plane_funcs; in intel_sprite_plane_create() 1562 plane_funcs = &vlv_sprite_funcs; in intel_sprite_plane_create() 1580 plane_funcs = &snb_sprite_funcs; in intel_sprite_plane_create() 1594 plane_funcs = &snb_sprite_funcs; in intel_sprite_plane_create() 1599 plane_funcs = &g4x_sprite_funcs; in intel_sprite_plane_create() 1626 possible_crtcs, plane_funcs, in intel_sprite_plane_create() 1633 possible_crtcs, plane_funcs, in intel_sprite_plane_create()
|
D | intel_display.c | 13651 const struct drm_plane_funcs *plane_funcs; in intel_primary_plane_create() local 13727 plane_funcs = &skl_plane_funcs; in intel_primary_plane_create() 13737 plane_funcs = &i965_plane_funcs; in intel_primary_plane_create() 13747 plane_funcs = &i8xx_plane_funcs; in intel_primary_plane_create() 13752 0, plane_funcs, in intel_primary_plane_create() 13759 0, plane_funcs, in intel_primary_plane_create() 13766 0, plane_funcs, in intel_primary_plane_create()
|