diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2022-01-27 17:20:02 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-01-31 09:00:42 +0100 |
| commit | 6b7c57fe456c070981403f31bb6dfcb2ad2a92c3 (patch) | |
| tree | c6ab4b1b26a13c66150de009496971d703eb2ee3 /dashboard/config/linux/bits | |
| parent | a491ad2d5f32701c54e2891a7c70e65604e68734 (diff) | |
dashboard/config/linux: disable deprecated FB configs
Update FD/DRM configs based on Daniel recommendations here:
https://lore.kernel.org/all/YfJ9yWW+MH8N4r4A@phenom.ffwll.local/
Diffstat (limited to 'dashboard/config/linux/bits')
| -rw-r--r-- | dashboard/config/linux/bits/arm64.yml | 1 | ||||
| -rw-r--r-- | dashboard/config/linux/bits/subsystems.yml | 17 |
2 files changed, 11 insertions, 7 deletions
diff --git a/dashboard/config/linux/bits/arm64.yml b/dashboard/config/linux/bits/arm64.yml index 08e950cc6..17d42f594 100644 --- a/dashboard/config/linux/bits/arm64.yml +++ b/dashboard/config/linux/bits/arm64.yml @@ -48,7 +48,6 @@ config: - DRM_LIMA: n - DRM_PANFROST: n - DRM_LEGACY: n - - FB_SMSCUFX: n - FB_IBM_GXT4500: n - SMS_SIANO_RC: n - V4L_PLATFORM_DRIVERS: n diff --git a/dashboard/config/linux/bits/subsystems.yml b/dashboard/config/linux/bits/subsystems.yml index cda45a0e6..d7759fb68 100644 --- a/dashboard/config/linux/bits/subsystems.yml +++ b/dashboard/config/linux/bits/subsystems.yml @@ -59,7 +59,6 @@ config: - GOOGLE_MEMCONSOLE_X86_LEGACY: n - GOOGLE_FIRMWARE: [-s390] - GOOGLE_COREBOOT_TABLE: [-s390] - - GOOGLE_FRAMEBUFFER_COREBOOT: [-s390] - GOOGLE_MEMCONSOLE_COREBOOT: [-s390] - GOOGLE_VPD: [-s390] - KVM: [-arm, -riscv] @@ -283,16 +282,22 @@ config: - DRM_BOCHS - DRM_VIRTIO_GPU - DRM_CIRRUS_QEMU + # Note: SIMPLEDRM driver will be kicked out if we have the real DRM driver enabled + # (and we most likely have, see above). So most likely it won't be tested and + # and we have separate configs with real drivers and with SIMPLEDRM. + - DRM_SIMPLEDRM: [v5.14] + - FB - FB_TILEBLITTING - - FB_CIRRUS + - FB_CIRRUS: n - FB_VGA16: [x86_64] - - FB_UVESA + - FB_UVESA: n - FB_VESA: [x86_64] - FB_HGA: n - - FB_I740 - - FB_UDL + - FB_I740: n + - FB_UDL: n - FB_VIRTUAL - - FB_SIMPLE + - FB_SIMPLE: n + - FB_SMSCUFX: n - VGA_CONSOLE: [x86_64] - FRAMEBUFFER_CONSOLE - FRAMEBUFFER_CONSOLE_ROTATION |
