Skip to content

Commit 3dd836b

Browse files
committed
drm: apple: Add .get_scanout_buffer for drm_panic support
Signed-off-by: Janne Grunau <[email protected]>
1 parent 24ce7b2 commit 3dd836b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/apple/apple_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ static void apple_plane_atomic_update(struct drm_plane *plane,
118118
static const struct drm_plane_helper_funcs apple_plane_helper_funcs = {
119119
.atomic_check = apple_plane_atomic_check,
120120
.atomic_update = apple_plane_atomic_update,
121+
.get_scanout_buffer = drm_fb_dma_get_scanout_buffer,
121122
};
122123

123124
static void apple_plane_cleanup(struct drm_plane *plane)

0 commit comments

Comments
 (0)