Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_QXL
0003         tristate "QXL virtual GPU"
0004         depends on DRM && PCI && MMU
0005         select DRM_KMS_HELPER
0006         select DRM_TTM
0007         select DRM_TTM_HELPER
0008         select CRC32
0009         help
0010           QXL virtual GPU for Spice virtualization desktop integration.
0011           Do not enable this driver unless your distro ships a corresponding
0012           X.org QXL driver that can handle kernel modesetting.