1 1.1 riastrad # SPDX-License-Identifier: GPL-2.0-only 2 1.1 riastrad config DRM_I915_UNSTABLE 3 1.1 riastrad bool "Enable unstable API for early prototype development" 4 1.1 riastrad depends on EXPERT 5 1.1 riastrad depends on STAGING 6 1.1 riastrad depends on BROKEN # should never be enabled by distros! 7 1.1 riastrad # We use the dependency on !COMPILE_TEST to not be enabled in 8 1.1 riastrad # allmodconfig or allyesconfig configurations 9 1.1 riastrad depends on !COMPILE_TEST 10 1.1 riastrad default n 11 1.1 riastrad help 12 1.1 riastrad Enable prototype uAPI under general discussion before they are 13 1.1 riastrad finalized. Such prototypes may be withdrawn or substantially 14 1.1 riastrad changed before release. They are only enabled here so that a wide 15 1.1 riastrad number of interested parties (userspace driver developers) can 16 1.1 riastrad verify that the uAPI meet their expectations. These uAPI should 17 1.1 riastrad never be used in production. 18 1.1 riastrad 19 1.1 riastrad Recommended for driver developers _only_. 20 1.1 riastrad 21 1.1 riastrad If in the slightest bit of doubt, say "N". 22 1.1 riastrad 23 1.1 riastrad config DRM_I915_UNSTABLE_FAKE_LMEM 24 1.1 riastrad bool "Enable the experimental fake lmem" 25 1.1 riastrad depends on DRM_I915_UNSTABLE 26 1.1 riastrad default n 27 1.1 riastrad help 28 1.1 riastrad Convert some system memory into a fake local memory region for 29 1.1 riastrad testing. 30