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