]> Pileus Git - ~andy/linux/commit
drm/vmwgfx: Hook up the prime ioctls
authorThomas Hellstrom <thellstrom@vmware.com>
Wed, 13 Nov 2013 09:50:46 +0000 (01:50 -0800)
committerThomas Hellstrom <thellstrom@vmware.com>
Mon, 18 Nov 2013 12:11:53 +0000 (04:11 -0800)
commit69977ff55eac7fc26fb78de5ec1d9a9ab802d9fd
treef0002adc0a8bc0b417b7b99e8f405e53dc267a25
parent65981f7681abdf92b25942222b629b9c512d0705
drm/vmwgfx: Hook up the prime ioctls

Also provide a completely dumb dma-buf ops implementation.
Once we have other virtual dma-buf aware devices, we need to provide
something better.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
drivers/gpu/drm/vmwgfx/Makefile
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_prime.c [new file with mode: 0644]