linux-hwe-6.8: update silent patch for 57.59

This commit is contained in:
Ark74 2025-04-04 00:08:26 -06:00
parent 96d3253765
commit b3799f8366
2 changed files with 45 additions and 34 deletions

View file

@ -734,57 +734,68 @@ diff --color -Nru a/drivers/gpu/drm/radeon/ni.c b/drivers/gpu/drm/radeon/ni.c
release_firmware(rdev->pfp_fw); release_firmware(rdev->pfp_fw);
rdev->pfp_fw = NULL; rdev->pfp_fw = NULL;
release_firmware(rdev->me_fw); release_firmware(rdev->me_fw);
diff --color -Nru a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
--- a/drivers/gpu/drm/radeon/r100.c 2022-07-31 16:03:01.000000000 -0500 index b63b6b4e..3dc76b8d 100644
+++ b/drivers/gpu/drm/radeon/r100.c 2023-03-09 11:53:09.993441860 -0600 --- a/drivers/gpu/drm/radeon/r100.c
@@ -1017,13 +1017,13 @@ +++ b/drivers/gpu/drm/radeon/r100.c
if ((rdev->family == CHIP_R100) || (rdev->family == CHIP_RV100) || @@ -1021,7 +1021,7 @@ static int r100_cp_init_microcode(struct radeon_device *rdev)
(rdev->family == CHIP_RV200) || (rdev->family == CHIP_RS100) || case CHIP_RV200:
(rdev->family == CHIP_RS200)) { case CHIP_RS100:
case CHIP_RS200:
- DRM_INFO("Loading R100 Microcode\n"); - DRM_INFO("Loading R100 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_R100; fw_name = FIRMWARE_R100;
} else if ((rdev->family == CHIP_R200) || break;
(rdev->family == CHIP_RV250) ||
(rdev->family == CHIP_RV280) || @@ -1029,7 +1029,7 @@ static int r100_cp_init_microcode(struct radeon_device *rdev)
(rdev->family == CHIP_RS300)) { case CHIP_RV250:
case CHIP_RV280:
case CHIP_RS300:
- DRM_INFO("Loading R200 Microcode\n"); - DRM_INFO("Loading R200 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_R200; fw_name = FIRMWARE_R200;
} else if ((rdev->family == CHIP_R300) || break;
(rdev->family == CHIP_R350) ||
@@ -1031,19 +1031,19 @@ @@ -1039,25 +1039,25 @@ static int r100_cp_init_microcode(struct radeon_device *rdev)
(rdev->family == CHIP_RV380) || case CHIP_RV380:
(rdev->family == CHIP_RS400) || case CHIP_RS400:
(rdev->family == CHIP_RS480)) { case CHIP_RS480:
- DRM_INFO("Loading R300 Microcode\n"); - DRM_INFO("Loading R300 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_R300; fw_name = FIRMWARE_R300;
} else if ((rdev->family == CHIP_R420) || break;
(rdev->family == CHIP_R423) ||
(rdev->family == CHIP_RV410)) { case CHIP_R420:
case CHIP_R423:
case CHIP_RV410:
- DRM_INFO("Loading R400 Microcode\n"); - DRM_INFO("Loading R400 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_R420; fw_name = FIRMWARE_R420;
} else if ((rdev->family == CHIP_RS690) || break;
(rdev->family == CHIP_RS740)) {
case CHIP_RS690:
case CHIP_RS740:
- DRM_INFO("Loading RS690/RS740 Microcode\n"); - DRM_INFO("Loading RS690/RS740 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_RS690; fw_name = FIRMWARE_RS690;
} else if (rdev->family == CHIP_RS600) { break;
case CHIP_RS600:
- DRM_INFO("Loading RS600 Microcode\n"); - DRM_INFO("Loading RS600 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_RS600; fw_name = FIRMWARE_RS600;
} else if ((rdev->family == CHIP_RV515) || break;
(rdev->family == CHIP_R520) ||
@@ -1051,16 +1051,16 @@ @@ -1067,7 +1067,7 @@ static int r100_cp_init_microcode(struct radeon_device *rdev)
(rdev->family == CHIP_R580) || case CHIP_R580:
(rdev->family == CHIP_RV560) || case CHIP_RV560:
(rdev->family == CHIP_RV570)) { case CHIP_RV570:
- DRM_INFO("Loading R500 Microcode\n"); - DRM_INFO("Loading R500 Microcode\n");
+ DRM_INFO("Loading Microcode\n"); + DRM_INFO("Loading Microcode\n");
fw_name = FIRMWARE_R520; fw_name = FIRMWARE_R520;
} break;
@@ -1078,10 +1078,10 @@ static int r100_cp_init_microcode(struct radeon_device *rdev)
err = request_firmware(&rdev->me_fw, fw_name, rdev->dev); err = request_firmware(&rdev->me_fw, fw_name, rdev->dev);
if (err) { if (err) {

View file

@ -2,10 +2,10 @@ Removal of references to external repositories we can't manage what kind of firm
The only firmware we can confirm to work with is the one contained on the packge source code. The only firmware we can confirm to work with is the one contained on the packge source code.
diff --git a/drivers/net/wireless/atmel/at76c50x-usb.c b/drivers/net/wireless/atmel/at76c50x-usb.c diff --git a/drivers/net/wireless/atmel/at76c50x-usb.c b/drivers/net/wireless/atmel/at76c50x-usb.c
index 86f95bd0..046b298d 100644 index 447b51cf..898b83af 100644
--- a/drivers/net/wireless/atmel/at76c50x-usb.c --- a/drivers/net/wireless/atmel/at76c50x-usb.c
+++ b/drivers/net/wireless/atmel/at76c50x-usb.c +++ b/drivers/net/wireless/atmel/at76c50x-usb.c
@@ -1619,6 +1619,8 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev, @@ -1619,8 +1619,6 @@ static struct fwentry *at76_load_firmware(struct usb_device *udev,
if (ret < 0) { if (ret < 0) {
dev_err(&udev->dev, "firmware %s not found!\n", dev_err(&udev->dev, "firmware %s not found!\n",
fwe->fwname); fwe->fwname);
@ -15,10 +15,10 @@ index 86f95bd0..046b298d 100644
} }
diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c diff --git a/sound/soc/sof/topology.c b/sound/soc/sof/topology.c
index 1bb2dcf3..ab1c234c 100644 index f3b50528..1860f2b7 100644
--- a/sound/soc/sof/topology.c --- a/sound/soc/sof/topology.c
+++ b/sound/soc/sof/topology.c +++ b/sound/soc/sof/topology.c
@@ -2445,6 +2445,8 @@ int snd_sof_load_topology(struct snd_soc_component *scomp, const char *file) @@ -2445,8 +2445,6 @@ int snd_sof_load_topology(struct snd_soc_component *scomp, const char *file)
if (ret < 0) { if (ret < 0) {
dev_err(scomp->dev, "error: tplg request firmware %s failed err: %d\n", dev_err(scomp->dev, "error: tplg request firmware %s failed err: %d\n",
file, ret); file, ret);