mirror of
https://github.com/duggasco/bc250-40cu-unlock.git
synced 2026-07-15 22:22:38 +00:00
Fix patch: correct hunk line count (39 -> 40)
The second hunk header claimed 39 new lines but the actual content has 40 (34 added + 6 context). This caused "malformed patch" errors on CachyOS kernel builds. Reported by Marcin on Discord. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -53,7 +53,7 @@ diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu
|
||||
#include "amdgpu.h"
|
||||
#include "amdgpu_gfx.h"
|
||||
#include "amdgpu_psp.h"
|
||||
@@ -10127,6 +10134,39 @@
|
||||
@@ -10127,6 +10134,40 @@
|
||||
amdgpu_gfx_parse_disable_cu(disable_masks, 4, 2);
|
||||
|
||||
mutex_lock(&adev->grbm_idx_mutex);
|
||||
|
||||
Reference in New Issue
Block a user