linux/drivers/gpu/drm/qxl
Dave Airlie 0665f9f852 drm/qxl: add delayed fb operations
Due to the nature of qxl hw we cannot queue operations while in an irq
context, so we queue these operations as best we can until atomic allocations
fail, and dequeue them later in a work queue.

Daniel looked over the locking on the list and agrees it should be sufficent.

The atomic allocs use no warn, as the last thing we want if we haven't memory
to allocate space for a printk in an irq context is more printks.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2013-07-24 11:58:09 +10:00
..
Kconfig qxl: fix Kconfig deps - select FB_DEFERRED_IO 2013-05-28 17:03:37 +10:00
Makefile drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_cmd.c qxl: add ring prep code for s/r 2013-07-05 10:44:17 +10:00
qxl_debugfs.c drivers, drm: fix qxl build error when debugfs is disabled 2013-04-30 10:00:27 +10:00
qxl_dev.h drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_display.c qxl: use drm helper hotplug support 2013-07-05 10:44:19 +10:00
qxl_draw.c drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_drv.c qxl: add suspend/resume/hibernate support. 2013-07-05 10:44:18 +10:00
qxl_drv.h drm/qxl: add delayed fb operations 2013-07-24 11:58:09 +10:00
qxl_dumb.c drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_fb.c drm/qxl: add delayed fb operations 2013-07-24 11:58:09 +10:00
qxl_fence.c drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_gem.c drm/qxl: make lots of things static. 2013-04-16 13:33:36 +10:00
qxl_image.c drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_ioctl.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-07-09 16:04:31 -07:00
qxl_irq.c drm: add new QXL driver. (v1.4) 2013-04-12 13:51:07 +10:00
qxl_kms.c qxl: use drm helper hotplug support 2013-07-05 10:44:19 +10:00
qxl_object.c qxl: add suspend/resume/hibernate support. 2013-07-05 10:44:18 +10:00
qxl_object.h drm/ttm: convert to the reservation api 2013-06-28 12:04:01 +10:00
qxl_release.c qxl: update to new idr interfaces. 2013-05-03 10:37:20 +10:00
qxl_ttm.c drm/qxl: fix build with debugfs turned off. 2013-04-18 11:47:40 +10:00