summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_agpsupport.c
AgeCommit message (Expand)Author
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper
2017-09-20drm/agpsupport: Remove extra blank lineMeghana Madhyastha
2017-09-20drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its functionMeghana Madhyastha
2017-09-20drm/agpsupport: Remove assignment in if conditionMeghana Madhyastha
2017-09-20drm/agpsupport: Replace "foo * bar" with "foo *bar"Meghana Madhyastha
2017-01-26drm/i810: drop device_is_agp callbackDaniel Vetter
2016-08-08drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter
2016-04-27drm: Give drm_agp_clear drm_legacy_ prefixDaniel Vetter
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter
2014-09-10drm: move AGP definitions harderDavid Herrmann
2013-12-18drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter
2013-12-18drm/agpsupport: use kzalloc instead of kmalloc/memsetDave Airlie
2013-12-18drm: inline drm_agp_destroyDaniel Vetter
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter
2010-08-30drm: kill agp indirection messDaniel Vetter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt
2009-01-22drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie