[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
drivers
/
gpu
/
drm
/
i915
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📁 gvt
SET
[ DEL ]
📄 Kconfig
5,429 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.debug
7,192 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.profile
5,450 B
SET
[ EDIT ]
|
[ DEL ]
📄 Kconfig.unstable
831 B
SET
[ EDIT ]
|
[ DEL ]
📄 Makefile
9,909 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: Kconfig.unstable
# SPDX-License-Identifier: GPL-2.0-only config DRM_I915_UNSTABLE bool "Enable unstable API for early prototype development" depends on EXPERT depends on STAGING depends on BROKEN # should never be enabled by distros! # We use the dependency on !COMPILE_TEST to not be enabled in # allmodconfig or allyesconfig configurations depends on !COMPILE_TEST default n help Enable prototype uAPI under general discussion before they are finalized. Such prototypes may be withdrawn or substantially changed before release. They are only enabled here so that a wide number of interested parties (userspace driver developers) can verify that the uAPI meet their expectations. These uAPI should never be used in production. Recommended for driver developers _only_. If in the slightest bit of doubt, say "N".