summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_memory.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-16gpu/drm: fix a few kernel-doc "/**" mark warningsQian Cai1-1/+1
2019-05-27drm: drop use of drmP.h in drm/*Sam Ravnborg1-2/+7
2019-04-01drm: fallback to dma_alloc_coherent when memory encryption is activeChristian König1-0/+7
2019-02-20drm: change func to better detect wether swiotlb is neededMichael D Labriola1-3/+16
2018-10-16drm: Shift * to be adjacent to pointer nameMamta Shukla1-5/+5
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-02-22drm: fix drm_get_max_iomem type mismatchArnd Bergmann1-1/+1
2018-02-13drm: add func to get max iomem address v2Chunming Zhou1-0/+13
2016-07-12drm: Fix broken use of _PAGE_NO_CACHE on powerpcBenjamin Herrenschmidt1-1/+1
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter1-3/+3
2014-09-12drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter1-6/+6
2014-09-10drm: merge drm_memory.h into drm_memory.cDavid Herrmann1-0/+11
2014-09-10drm: move AGP definitions harderDavid Herrmann1-0/+1
2013-12-18drm: rip out DRM_AGP_MEM and DRM_AGP_KERNDaniel Vetter1-3/+3
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-6/+3
2013-08-19drm/memory: don't export agp helpersDaniel Vetter1-2/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-02-29drm: remove unused codeSascha Hauer1-19/+0
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2010-08-30drm: kill agp indirection messDaniel Vetter1-9/+3
2010-08-30drm: drop return value of drm_free_agpDaniel Vetter1-2/+2
2010-04-28drivers/gpu/drm/drm_memory.c: fix check for end of loopDan Carpenter1-1/+1
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie1-4/+4
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-25/+0
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt1-3/+3
2009-02-08drm/radeon: fix ioremap conflict with AGP mappingsDave Airlie1-1/+6
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt1-0/+2
2008-07-15drm/radeon: fixup issue with radeon and PAT support.Dave Airlie1-0/+5
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+181