summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_agpsupport.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Include <asm/agp.h> iff CONFIG_AGP is setThomas Zimmermann2021-05-111-0/+2
* drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-101-48/+51
* drm: Upcast struct drm_device.dev to struct pci_device; replace pdevThomas Zimmermann2021-01-191-3/+6
* drm/drm_agpsupport: Strip out obviously wrong descriptions and demote to stan...Lee Jones2021-01-181-35/+11
* drm: Inline AGP wrappers into their only callersThomas Zimmermann2021-01-131-6/+6
* drm: use DIV_ROUND_UP helper macro for calculationsWambui Karuga2019-11-041-2/+2
* gpu/drm: fix a few kernel-doc "/**" mark warningsQian Cai2019-07-161-1/+1
* drm/agp: Remove unused function drm_agp_bind_pagesMaya Rashish2019-07-151-43/+0
* drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-2/+9
* drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-1/+1
* drm/agpsupport: Remove extra blank lineMeghana Madhyastha2017-09-201-1/+0
* drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its functionMeghana Madhyastha2017-09-201-3/+0
* drm/agpsupport: Remove assignment in if conditionMeghana Madhyastha2017-09-201-13/+18
* drm/agpsupport: Replace "foo * bar" with "foo *bar"Meghana Madhyastha2017-09-201-5/+5
* drm/i810: drop device_is_agp callbackDaniel Vetter2017-01-261-0/+2
* drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter2016-08-081-4/+2
* drm: Give drm_agp_clear drm_legacy_ prefixDaniel Vetter2016-04-271-2/+2
* drm: Remove __OS_HAS_AGPDaniel Vetter2015-09-301-4/+0
* drm: move AGP definitions harderDavid Herrmann2014-09-101-0/+1
* drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter2013-12-181-4/+4
* drm/agpsupport: use kzalloc instead of kmalloc/memsetDave Airlie2013-12-181-5/+2
* drm: inline drm_agp_destroyDaniel Vetter2013-12-181-15/+3
* drm: rip out drm_core_has_AGPDaniel Vetter2013-12-181-1/+1
* drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann2013-08-071-0/+51
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-1/+1
* drm: kill drm_agp_chipset_flushDaniel Vetter2010-11-231-6/+0
* drm: kill agp indirection messDaniel Vetter2010-08-301-36/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-191-1/+1
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-181-6/+6
* drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt2009-01-221-1/+2
* i915: Map status page cached for chips with GTT-based HWS location.Keith Packard2008-10-181-2/+3
* drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt2008-10-181-1/+50
* drm: reorganise drm tree to be more future proof.Dave Airlie2008-07-141-0/+455