summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_agpsupport.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-04drm: use DIV_ROUND_UP helper macro for calculationsWambui Karuga1-2/+2
2019-07-16gpu/drm: fix a few kernel-doc "/**" mark warningsQian Cai1-1/+1
2019-07-15drm/agp: Remove unused function drm_agp_bind_pagesMaya Rashish1-43/+0
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-2/+9
2019-02-04drm: Trivial comment grammar cleanupsMatt Roper1-1/+1
2017-09-20drm/agpsupport: Remove extra blank lineMeghana Madhyastha1-1/+0
2017-09-20drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its functionMeghana Madhyastha1-3/+0
2017-09-20drm/agpsupport: Remove assignment in if conditionMeghana Madhyastha1-13/+18
2017-09-20drm/agpsupport: Replace "foo * bar" with "foo *bar"Meghana Madhyastha1-5/+5
2017-01-26drm/i810: drop device_is_agp callbackDaniel Vetter1-0/+2
2016-08-08drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter1-4/+2
2016-04-27drm: Give drm_agp_clear drm_legacy_ prefixDaniel Vetter1-2/+2
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter1-4/+0
2014-09-10drm: move AGP definitions harderDavid Herrmann1-0/+1
2013-12-18drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter1-4/+4
2013-12-18drm/agpsupport: use kzalloc instead of kmalloc/memsetDave Airlie1-5/+2
2013-12-18drm: inline drm_agp_destroyDaniel Vetter1-15/+3
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-1/+1
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann1-0/+51
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2010-11-23drm: kill drm_agp_chipset_flushDaniel Vetter1-6/+0
2010-08-30drm: kill agp indirection messDaniel Vetter1-36/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-1/+1
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-6/+6
2009-01-22drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt1-1/+2
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard1-2/+3
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-1/+50
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+455