From d150e2b28470e00fe4da945c652edf4af3848da9 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 10 Dec 2024 17:21:07 +0530 Subject: [PATCH] Enable HDMI out on platforms using the RK3588 lineup of SoCs. --- pkgs/os-specific/linux/kernel/common-config.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix index c77e8219989e..c2f89047b7b3 100644 --- a/pkgs/os-specific/linux/kernel/common-config.nix +++ b/pkgs/os-specific/linux/kernel/common-config.nix @@ -499,6 +499,8 @@ let } // lib.optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") { # enable HDMI-CEC on RPi boards DRM_VC4_HDMI_CEC = yes; + # Enable HDMI out on platforms using the RK3588 lineup of SoCs. + ROCKCHIP_DW_HDMI_QP = whenAtLeast "6.13" yes; }; # Enable Rust and features that depend on it