uterm: video_drm: set .blit to NULL
We do not support blitting via drm (yet) so set it to NULL explicitely. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
This commit is contained in:
parent
66b7cce2cf
commit
771a85a482
@ -787,6 +787,7 @@ const struct display_ops drm_display_ops = {
|
||||
.set_dpms = display_set_dpms,
|
||||
.use = display_use,
|
||||
.swap = display_swap,
|
||||
.blit = NULL,
|
||||
};
|
||||
|
||||
const struct video_ops drm_video_ops = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user