diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2022-02-17 20:56:34 +0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2022-02-19 09:31:46 +0300 |
commit | 8c26491f58538ffc647b813070ba493e35a48984 (patch) | |
tree | fdc581bd1fc3358ce98379287cfa88061f7636fe /drivers/gpu/drm/i915/Kconfig.unstable | |
parent | edf176f48d87fa25ca93f09362707cf5314bf7ee (diff) | |
download | linux-8c26491f58538ffc647b813070ba493e35a48984.tar.xz |
drm/i915: Kill the fake lmem support
This was useful for early development of lmem, but it's not used
anymore, so remove it.
v2: Remove unneeded fields from struct intel_memory_region
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220217175634.4128754-1-lucas.demarchi@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/Kconfig.unstable')
-rw-r--r-- | drivers/gpu/drm/i915/Kconfig.unstable | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/gpu/drm/i915/Kconfig.unstable b/drivers/gpu/drm/i915/Kconfig.unstable index 0c2276155c2b..cf151a297ed7 100644 --- a/drivers/gpu/drm/i915/Kconfig.unstable +++ b/drivers/gpu/drm/i915/Kconfig.unstable @@ -19,11 +19,3 @@ config DRM_I915_UNSTABLE Recommended for driver developers _only_. If in the slightest bit of doubt, say "N". - -config DRM_I915_UNSTABLE_FAKE_LMEM - bool "Enable the experimental fake lmem" - depends on DRM_I915_UNSTABLE - default n - help - Convert some system memory into a fake local memory region for - testing. |