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:
David Herrmann 2012-06-24 01:06:16 +02:00
parent 66b7cce2cf
commit 771a85a482

View File

@ -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 = {