summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)Author
2015-10-01drm/qxl: recreate the primary surface when the bo is not primaryFabiano Fidêncio
2015-09-24drm/qxl: only report first monitor as connected if we have no stateDave Airlie
2015-09-11drm/qxl: validate monitors config modesJonathon Jongsma
2015-08-11drm/qxl: Don't take dev->struct_mutex in bo_force_deleteDaniel Vetter
2015-08-06drm/qxl: Use new drm_fb_helper functionsArchit Taneja
2015-06-05drm/qxl: Propagate correctly errors from qxlhw_handle_to_boFrediano Ziglio
2015-06-05drm/qxl: Simplify cleaning qxl processing commandFrediano Ziglio
2015-06-05drm/qxl: Move main reference counter to GEM object instead of TTM onesFrediano Ziglio
2015-06-05drm/qxl: Remove format string errorsFrediano Ziglio
2015-06-05drm/qxl: Handle correctly failures in qxl_alloc_relase_reservedFrediano Ziglio
2015-06-05drm/qxl: Fix return for qxl_release_allocFrediano Ziglio
2015-06-05drm/qxl: Handle all errors in qxl_surface_evictFrediano Ziglio
2015-06-05drm/qxl: Avoid double free on errorFrediano Ziglio
2015-06-05drm/qxl: Fix print statement not using uninitialized variableFrediano Ziglio
2015-06-05drm/qxl: Do not leak memory if qxl_release_list_add failsFrediano Ziglio
2015-06-05drm/qxl: Do not cause spice-server to clean our objectsFrediano Ziglio
2015-05-07drm/qxl: rewrite framebuffer supportGerd Hoffmann
2015-05-04drm/qxl: Fix qxl_noop_get_vblank_counter()Mario Kleiner
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