aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_cache.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2016-02-02drm: add helper to check for wc memory supportDave Airlie1-0/+9
Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie1-0/+38
This merges the TTM and drm cache flushing into one file in the drm core. Signed-off-by: Dave Airlie <airlied@redhat.com>