summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2016-06-20drm/fb-helper: Propagate errors from initial config failureThierry Reding1-6/+16
2016-04-20drm/qxl: fix cursor position with non-zero hotspotJohn Keeping2-4/+11
2016-03-04drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann1-1/+2
2015-10-28drm/qxl: validate monitors config modesJonathon Jongsma2-26/+42
2015-10-28drm/qxl: recreate the primary surface when the bo is not primaryFabiano Fidêncio1-1/+1
2015-10-28drm/qxl: only report first monitor as connected if we have no stateDave Airlie1-5/+7
2015-07-04drm/qxl: Do not leak memory if qxl_release_list_add failsFrediano Ziglio1-1/+3
2015-07-04drm/qxl: Do not cause spice-server to clean our objectsFrediano Ziglio1-0/+1
2014-10-22qxl: don't create too large primary surfaceMarc-André Lureau1-8/+8
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie3-3/+3
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst2-2/+2
2014-09-24drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter1-1/+1
2014-09-11drm/ttm: allow fence to be added as sharedChristian König1-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+2
2014-09-03drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objectsMaarten Lankhorst1-1/+1
2014-09-03drm/qxl: fix gaping memory holeMaarten Lankhorst1-4/+6
2014-09-03drm/qxl: Remove release_lock stupidityMaarten Lankhorst2-8/+3
2014-09-03drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAndreas Pokorny4-2/+97
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny3-4/+79
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst6-115/+5
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst9-175/+220
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst1-1/+0
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst1-1/+1
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst4-10/+0
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König3-11/+16
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie1-0/+3
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-2/+2
2014-07-17drm/qxl: return IRQ_NONE if it was not our irqJason Wang1-0/+3
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+4
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+2
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2014-06-04drm/qxl: use surface_id 0 for primary surface on all monitorsDavid Mansfield1-0/+4
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie2-2/+1
2014-05-01drm: qxl: Remove unused device pointerChristian Engelmayer1-6/+0
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie1-1/+1
2014-04-23drm/<drivers>: don't set driver->dev_priv_size to 0Daniel Vetter1-1/+0
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter1-1/+1
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom1-1/+1
2014-04-02Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie1-5/+5
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst1-0/+1
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann2-3/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann2-4/+2
2014-01-30Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds5-6/+13
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+5