summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/via
AgeCommit message (Expand)AuthorFilesLines
2014-11-21drm/mm: add "best_match" flag to drm_mm_insert_node()David Herrmann1-2/+2
2013-02-27drm/via: convert to idr_alloc()Tejun Heo1-10/+3
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells9-18/+18
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells3-3/+0
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard1-0/+3
2012-07-19drm/via: clean up reclaim_buffersDaniel Vetter2-5/+12
2012-06-16drm via: initialize object_idrMárton Németh1-2/+1
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2012-01-09drm/sis|via: don't return stack garbage from free_mem ioctlDaniel Vetter1-2/+1
2011-12-22drm/via: use drm_mm instead of drm_smanDaniel Vetter3-41/+43
2011-12-22drm/sis: track user->memblock mapping with idrDaniel Vetter1-0/+2
2011-12-22drm/via: track user->memblock mapping with idrDaniel Vetter3-14/+47
2011-12-22drm/sman: rip out owner trackingDaniel Vetter1-1/+1
2011-12-22drm/via: track obj->drm_fd relations in the driverDaniel Vetter2-8/+39
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven1-11/+12
2011-10-31gpu: add module.h to drivers/gpu files as required.Paul Gortmaker1-0/+2
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-6/+7
2010-11-09drivers/gpu: Use vzallocJoe Perches1-2/+2
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2010-09-16drm: use noop_llseekArnd Bergmann1-0/+1
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter1-1/+0
2010-08-30drm: kill drm_map_ofs callbacksDaniel Vetter1-1/+0
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-14/+14
2010-08-02drm/via: fixed coding style issues, simplified returnNicolas Kaiser10-166/+136
2010-05-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-1/+1
2010-04-28drivers/gpu/drm/via/via_video.c: fix off by one issueDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-2/+2
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-1/+1
2009-07-15drm/via: Fix vblank IRQ on VIA hardware.Simon Farnsworth1-1/+5
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-4/+4
2009-06-12drm/via: vfree() no need checking before calling itFigo.zhang1-4/+2
2009-04-20drm: count reaches -1Roel Kluin1-5/+7
2009-03-13drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg1-6/+0
2008-11-25drm: move drm vblank initialization/cleanup to driver load/unloadKeith Packard2-2/+10
2008-10-18drm: kill drm_device->irqJesse Barnes2-5/+1
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes3-61/+83
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie13-0/+5587