summaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2024-09-11 09:57:18 +0200
committerJani Nikula <jani.nikula@intel.com>2024-09-11 09:57:18 +0200
commit02189ca8411253aa1328e9dd6137a40e390a5b37 (patch)
tree94aa1a3f7aa6e863a790092dfe9d3b53c27565c3 /include/drm
parentdrm/i915/bios: fix printk format width (diff)
parentMerge v6.11-rc7 into drm-next (diff)
downloadlinux-02189ca8411253aa1328e9dd6137a40e390a5b37.tar.xz
linux-02189ca8411253aa1328e9dd6137a40e390a5b37.zip
Merge drm/drm-next into drm-intel-next
Sync the branches to resolve the conflict reported in the below link. Link: https://lore.kernel.org/r/20240906131502.7a7d1962@canb.auug.org.au Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/ttm/ttm_bo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/drm/ttm/ttm_bo.h b/include/drm/ttm/ttm_bo.h
index 7294dde240fb..7b56d1ca36d7 100644
--- a/include/drm/ttm/ttm_bo.h
+++ b/include/drm/ttm/ttm_bo.h
@@ -39,11 +39,7 @@
#include "ttm_device.h"
/* Default number of pre-faulted pages in the TTM fault handler */
-#if CONFIG_PGTABLE_LEVELS > 2
-#define TTM_BO_VM_NUM_PREFAULT (1 << (PMD_SHIFT - PAGE_SHIFT))
-#else
#define TTM_BO_VM_NUM_PREFAULT 16
-#endif
struct iosys_map;