aboutsummaryrefslogtreecommitdiff
path: root/include/drm/drm_cache.h
AgeCommit message (Collapse)AuthorFilesLines
2017-01-10drm: Move drm_clflush prototypes to drm_cache header fileGabriel Krisman Bertazi1-0/+4
Continue to clean up drmP.h by moving the cache flushing functions into it's own header file. Compile-tested only Signed-off-by: Gabriel Krisman Bertazi <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
2016-04-22drm: Loongson-3 doesn't fully support wc memoryHuacai Chen1-0/+2
Signed-off-by: Huacai Chen <[email protected]> Cc: [email protected] Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
2016-02-02drm: add helper to check for wc memory supportDave Airlie1-0/+9
Reviewed-by: Christian König <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Dave Airlie <[email protected]> Signed-off-by: Oded Gabbay <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: [email protected]
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 <[email protected]>