aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_agpsupport.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-20drm/agpsupport: Remove extra blank lineGravatar Meghana Madhyastha 1-1/+0
2017-09-20drm/agpsupport: Move EXPORT_SYMBOL so that it immediately follows its functionGravatar Meghana Madhyastha 1-3/+0
2017-09-20drm/agpsupport: Remove assignment in if conditionGravatar Meghana Madhyastha 1-13/+18
2017-09-20drm/agpsupport: Replace "foo * bar" with "foo *bar"Gravatar Meghana Madhyastha 1-5/+5
2017-01-26drm/i810: drop device_is_agp callbackGravatar Daniel Vetter 1-0/+2
2016-08-08drm: Used DRM_LEGACY for all legacy functionsGravatar Daniel Vetter 1-4/+2
2016-04-27drm: Give drm_agp_clear drm_legacy_ prefixGravatar Daniel Vetter 1-2/+2
2015-09-30drm: Remove __OS_HAS_AGPGravatar Daniel Vetter 1-4/+0
2014-09-10drm: move AGP definitions harderGravatar David Herrmann 1-0/+1
2013-12-18drm: rip out DRM_AGP_MEM and DRM_AGP_KERNGravatar Daniel Vetter 1-4/+4
2013-12-18drm/agpsupport: use kzalloc instead of kmalloc/memsetGravatar Dave Airlie 1-5/+2
2013-12-18drm: inline drm_agp_destroyGravatar Daniel Vetter 1-15/+3
2013-12-18drm: rip out drm_core_has_AGPGravatar Daniel Vetter 1-1/+1
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cGravatar David Herrmann 1-0/+51
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/Gravatar David Howells 1-1/+1
2010-11-23drm: kill drm_agp_chipset_flushGravatar Daniel Vetter 1-6/+0
2010-08-30drm: kill agp indirection messGravatar Daniel Vetter 1-36/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayGravatar Dave Airlie 1-1/+1
2009-06-18drm: Remove memory debugging infrastructure.Gravatar Eric Anholt 1-6/+6
2009-01-22drm: stash AGP include under the do-we-have-AGP ifdefGravatar Eric Anholt 1-1/+2
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Gravatar Keith Packard 1-2/+3
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Gravatar Eric Anholt 1-1/+50
2008-07-14drm: reorganise drm tree to be more future proof.Gravatar Dave Airlie 1-0/+455