Skip to content

Commit 8a9b4df

Browse files
committed
drm: apple: Add .get_scanout_buffer for drm_panic support
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent b72e851 commit 8a9b4df

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
@@ -119,6 +119,7 @@ static void apple_plane_atomic_update(struct drm_plane *plane,
119119
static const struct drm_plane_helper_funcs apple_plane_helper_funcs = {
120120
.atomic_check = apple_plane_atomic_check,
121121
.atomic_update = apple_plane_atomic_update,
122+
.get_scanout_buffer = drm_fb_dma_get_scanout_buffer,
122123
};
123124

124125
static void apple_plane_cleanup(struct drm_plane *plane)

0 commit comments

Comments
 (0)