We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd17177 commit 86eac5aCopy full SHA for 86eac5a
1 file changed
drivers/gpu/drm/apple/apple_drv.c
@@ -118,6 +118,7 @@ static void apple_plane_atomic_update(struct drm_plane *plane,
118
static const struct drm_plane_helper_funcs apple_plane_helper_funcs = {
119
.atomic_check = apple_plane_atomic_check,
120
.atomic_update = apple_plane_atomic_update,
121
+ .get_scanout_buffer = drm_fb_dma_get_scanout_buffer,
122
};
123
124
static void apple_plane_cleanup(struct drm_plane *plane)
0 commit comments