projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f51e05
)
drm/ttm: make ttm_caching.h self-contained
author
Jani Nikula
<jani.nikula@intel.com>
Fri, 8 Mar 2024 11:55:48 +0000
(13:55 +0200)
committer
Jani Nikula
<jani.nikula@intel.com>
Mon, 11 Mar 2024 09:47:06 +0000
(11:47 +0200)
Include <linux/pgtable.h> for pgprot_t.
Cc: Christian Koenig <christian.koenig@amd.com>
Cc: Huang Rui <ray.huang@amd.com>
Acked-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/fb87ab4b4490c53e9ece66d53c4f178ead244cb5.1709898638.git.jani.nikula@intel.com
include/drm/ttm/ttm_caching.h
patch
|
blob
|
history
diff --git
a/include/drm/ttm/ttm_caching.h
b/include/drm/ttm/ttm_caching.h
index 235a743d90e1467c6b48f53734e53f931e34be0d..a18f43e93abab4e73244079018d9bd87ac68758b 100644
(file)
--- a/
include/drm/ttm/ttm_caching.h
+++ b/
include/drm/ttm/ttm_caching.h
@@
-25,6
+25,8
@@
#ifndef _TTM_CACHING_H_
#define _TTM_CACHING_H_
+#include <linux/pgtable.h>
+
#define TTM_NUM_CACHING_TYPES 3
/**