summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)Author
2016-04-20drm/qxl: fix cursor position with non-zero hotspotJohn Keeping
2016-03-04drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_commandGerd Hoffmann
2015-10-22drm/qxl: recreate the primary surface when the bo is not primaryFabiano Fidêncio
2015-10-22drm/qxl: only report first monitor as connected if we have no stateDave Airlie
2015-09-21drm/qxl: validate monitors config modesJonathon Jongsma
2015-08-03drm/qxl: Do not leak memory if qxl_release_list_add failsFrediano Ziglio
2015-08-03drm/qxl: Do not cause spice-server to clean our objectsFrediano Ziglio
2015-04-07drm/qxl: constify all struct drm_*_helper funcs pointersJani Nikula
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding
2014-12-03drm/ttm: optionally move duplicates to a separate listChristian König
2014-11-15drm/qxl: drop unused mode private pointerDave Airlie
2014-11-15drm/qxl: use suggested x/y offset properties to pass guest prefsDave Airlie
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-22qxl: don't create too large primary surfaceMarc-André Lureau
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst
2014-09-24drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helperFabian Frederick
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-11drm/ttm: allow fence to be added as sharedChristian König
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-09-03drm/qxl: Fix crash in eviction from qxl_release_fence_buffer_objectsMaarten Lankhorst
2014-09-03drm/qxl: fix gaping memory holeMaarten Lankhorst
2014-09-03drm/qxl: Remove release_lock stupidityMaarten Lankhorst
2014-09-03drm/qxl: enables gem prime helpers for qxl using dummy driver callbacksAndreas Pokorny
2014-09-03drm/qxl: simple crtc page flipping emulated using buffer copyAndreas Pokorny
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst
2014-09-02drm/qxl: rework to new fence interfaceMaarten Lankhorst
2014-09-01drm/ttm: kill off some members to ttm_validate_bufferMaarten Lankhorst
2014-09-01drm/ttm: add interruptible parameter to ttm_eu_reserve_buffersMaarten Lankhorst
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-08-05Merge tag 'v3.16' into drm-nextDave Airlie
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding
2014-07-17drm/qxl: return IRQ_NONE if it was not our irqJason Wang
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding
2014-06-19drm: add register and unregister functions for connectorsThomas Wood
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau
2014-06-04drm/qxl: use surface_id 0 for primary surface on all monitorsDavid Mansfield
2014-05-01Merge branch 'drm-init-cleanup' of git://people.freedesktop.org/~danvet/drm i...Dave Airlie
2014-05-01drm: qxl: Remove unused device pointerChristian Engelmayer
2014-05-01drm: try harder to avoid regression when merging mode bitsDave Airlie
2014-04-23drm/<drivers>: don't set driver->dev_priv_size to 0Daniel Vetter
2014-04-23drm: pass the irq explicitly to drm_irq_installDaniel Vetter
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom
2014-04-02Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst