linux: update 000-silent-accept-firmware.patch for new build
This commit is contained in:
parent
4e8356065e
commit
a2799b7649
2 changed files with 17 additions and 11 deletions
|
|
@ -1503,16 +1503,19 @@ diff --color -Nru a/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/sw.c b/driver
|
|||
err = request_firmware_nowait(THIS_MODULE, 1,
|
||||
wowlan_fw_name,
|
||||
rtlpriv->io.dev, GFP_KERNEL, hw,
|
||||
diff -Nru --color a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 2023-03-13 07:14:05.000000000 +0000
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c 2023-03-13 07:46:23.778827386 +0000
|
||||
@@ -223,8 +223,7 @@
|
||||
|
||||
r = request_firmware(&fw, fw_name, adev->dev);
|
||||
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
|
||||
index 36d0deef..5f03247f 100644
|
||||
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
|
||||
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
|
||||
@@ -289,9 +289,9 @@ static int amdgpu_discovery_read_binary_from_file(struct amdgpu_device *adev,
|
||||
r = firmware_request_nowarn(&fw, fw_name, adev->dev);
|
||||
if (r) {
|
||||
- dev_err(adev->dev, "can't load firmware \"%s\"\n",
|
||||
- fw_name);
|
||||
+ dev_err(adev->dev, "can't load firmware\n");
|
||||
if (amdgpu_discovery == 2)
|
||||
- dev_err(adev->dev, "can't load firmware \"%s\"\n", fw_name);
|
||||
+ dev_err(adev->dev, "can't load firmware\n");
|
||||
else
|
||||
- drm_info(&adev->ddev, "Optional firmware \"%s\" was not found\n", fw_name);
|
||||
+ drm_info(&adev->ddev, "Optional firmware was not found\n");
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2025 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2026 Luis Guzman <ark@switnet.org>
|
||||
# Copyright (C) 2008-2023 Ruben Rodriguez <ruben@trisquel.info>
|
||||
# Copyright (C) 2019 David Trudgian <dave@trudgian.net>
|
||||
#
|
||||
|
|
@ -19,12 +19,15 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
# Advice: fixes to 000-silent-accept-firmware.patch could speed up by testing changes
|
||||
# disabling deblob in order to apply changes.
|
||||
|
||||
VERSION=35
|
||||
HWEKR=6.8
|
||||
DI_ENABLED=1
|
||||
HWE_ENABLED=0
|
||||
|
||||
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
|
||||
# DI_ENABLED = 1 enables udeb build, 0 or any other value disables them.
|
||||
# HWE_ENABLED = 1 enables HWE stack build, 0 or any other value disables it.
|
||||
[ $HWE_ENABLED != 1 ] && \
|
||||
DEBIAN_PATH=debian.master && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue