drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks
authorAndreas Pokorny <andreas.pokorny@canonical.com>
Fri, 8 Aug 2014 08:40:56 +0000 (10:40 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 3 Sep 2014 05:36:52 +0000 (15:36 +1000)
commit47c1296829505d119d7d58dd23d39cc5db344f12
treeddb7ef1e51da975954cd9feeb81352238c2319a9
parent058e9f5c8236ad740ab984588b507758e5feee6d
drm/qxl: enables gem prime helpers for qxl using dummy driver callbacks

As there should not be any other virtual device that might share buffers,
the callbacks remain empty stubs. Still prime can be used to transfer buffers
between processes that use qxl.

Signed-off-by: Andreas Pokorny <andreas.pokorny@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/Makefile
drivers/gpu/drm/qxl/qxl_drv.c
drivers/gpu/drm/qxl/qxl_drv.h
drivers/gpu/drm/qxl/qxl_prime.c [new file with mode: 0644]
This page took 0.02954 seconds and 5 git commands to generate.