nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch

This workaround is no longer needed with commit:
'egl-gbm: fix for kms display-only rendering'

Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>
This commit is contained in:
Kurt Kiefer
2024-08-29 15:47:21 -07:00
committed by Matt Madison
parent bbc0362ea3
commit 1e0eb5a43c
3 changed files with 1 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
From 7b5de59dded712f5bc1913e898dfc644c2e025c6 Mon Sep 17 00:00:00 2001
From: Matt Madison <matt@madison.systems>
Date: Sat, 11 May 2024 04:49:13 -0700
Subject: [PATCH] nvidia-drm: add dependency on tegra-drm module
Upstream-Status: Pending
Signed-off-by: Matt Madison <matt@madison.systems>
---
nvdisplay/kernel-open/nvidia-drm/nvidia-drm-linux.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/nvdisplay/kernel-open/nvidia-drm/nvidia-drm-linux.c b/nvdisplay/kernel-open/nvidia-drm/nvidia-drm-linux.c
index a8b5bf6..a1e4655 100644
--- a/nvdisplay/kernel-open/nvidia-drm/nvidia-drm-linux.c
+++ b/nvdisplay/kernel-open/nvidia-drm/nvidia-drm-linux.c
@@ -305,3 +305,4 @@ module_exit(nv_linux_drm_exit);
MODULE_INFO(supported, "external");
MODULE_VERSION(NV_VERSION_STRING);
+MODULE_SOFTDEP("pre: tegra_drm");

View File

@@ -27,8 +27,7 @@ do_unpack[postfuncs] += "unpack_makefile_from_bsp"
SRC_URI += "file://0001-Makefile-update-for-OE-builds.patch \
file://0002-Fix-nvdisplay-modules-builds.patch \
file://0003-nvidia-drm-add-dependency-on-tegra-drm-module.patch \
file://0004-Fix-nvdisplay-conftest-gcc-14-compatibility-issues.patch \
file://0003-Fix-nvdisplay-conftest-gcc-14-compatibility-issues.patch \
file://0001-tegra-virt-alt-Remove-leading-from-include-path-from.patch \
"