summaryrefslogtreecommitdiff
path: root/include/drm/drmP.h
AgeCommit message (Expand)Author
2012-07-19drm: kill dma queue supportDaniel Vetter
2012-07-19drm: kill reclaim_buffers callbackDaniel Vetter
2012-07-19drm: kill reclaim_buffers_lockedDaniel Vetter
2012-07-19drm: kill reclaim_buffers_idlelocked functionsDaniel Vetter
2012-07-19drm/pci: add support for getting the supported link bw.Dave Airlie
2012-05-23drm/prime: introduce sg->pages/addr arrays helperDave Airlie
2012-05-22drm: Constify gem_vm_ops pointerLaurent Pinchart
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart
2012-05-11drm: pass dev to drm_vm_{open,close}_locked()Rob Clark
2012-04-12Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie
2012-03-30drm: base prime/dma-buf support (v5)Dave Airlie
2012-03-27drm: add helper to clflush a virtual address rangeDaniel Vetter
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie
2012-02-29drm: remove unused codeSascha Hauer
2012-01-25drm: Fix authentication kernel crashThomas Hellstrom
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2012-01-06drm: introduce drm_can_sleep and use in intel/radeon drivers. (v2)Dave Airlie
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock
2011-11-11drm: Make the per-driver file_operations struct constArjan van de Ven
2011-11-11drm: serialize access to list of debugfs filesMarcin Slusarz
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-08-30drm/gem: add functions for mmap offset creationRob Clark
2011-07-25drm/gem: add support for private objectsAlan Cox
2011-07-13DRM: remove drm_pci_device_is_pcieJon Mason
2011-06-21drm/gem: add hooks to notify driver when object handle is created/destroyedBen Skeggs
2011-04-28drm: Export the command-line mode parserChris Wilson
2011-04-28drm: Verify debug message argumentsJoe Perches
2011-04-28drm: Create and use drm_errJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-nextDave Airlie
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs
2011-02-28drm: fix unsigned vs signed comparison issue in modeset ctl ioctl.Dave Airlie
2011-02-07drm: add usb frameworkDave Airlie
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie
2011-01-31drm/i915: Suppress spurious vblank interruptsChris Wilson
2011-01-05drm/switcheroo: track state of switch in drivers.Dave Airlie
2010-12-16Merge remote branch 'airlied/drm-core-next' into drm-intel-nextChris Wilson
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter
2010-11-22drm/vblank: Add support for precise vblank timestamping.Mario Kleiner
2010-11-01drm/i915: Move the invalidate|flush information out of the device structChris Wilson
2010-10-06Merge remote branch 'korg/drm-fixes' into drm-vmware-nextDave Airlie
2010-10-01drm: Move the GTT accounting to i915Chris Wilson
2010-10-01drm: Hold the mutex when dropping the last GEM reference (v2)Chris Wilson
2010-10-01drm/gem: handlecount isn't really a kref so don't make it one.Dave Airlie
2010-09-28drm: Prune GEM vma entriesChris Wilson
2010-08-30drm: kill get_reg_ofs callbackDaniel Vetter