| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-01-10 | drm: Move drm_clflush prototypes to drm_cache header file | Gabriel Krisman Bertazi | 1 | -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-22 | drm: Loongson-3 doesn't fully support wc memory | Huacai Chen | 1 | -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-02 | drm: add helper to check for wc memory support | Dave Airlie | 1 | -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-27 | drm/ttm: consolidate cache flushing code in one place. | Dave Airlie | 1 | -0/+38 | |
| This merges the TTM and drm cache flushing into one file in the drm core. Signed-off-by: Dave Airlie <[email protected]> | |||||