projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08bed7e
)
drm/amdgpu: fix the extra space between two functions
author
Sunil Khatri
<sunil.khatri@amd.com>
Tue, 16 Jul 2024 10:20:49 +0000
(15:50 +0530)
committer
Alex Deucher
<alexander.deucher@amd.com>
Tue, 23 Jul 2024 21:07:09 +0000
(17:07 -0400)
fix extra line space between two functions.
Signed-off-by: Sunil Khatri <sunil.khatri@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
index
630b03f
..
66bb859
100644
(file)
--- a/
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
+++ b/
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c
@@
-1742,6
+1742,7
@@
static void sdma_v5_2_print_ip_state(void *handle, struct drm_printer *p)
adev->sdma.ip_dump[instance_offset + j]);
}
}
+
static void sdma_v5_2_dump_ip_state(void *handle)
{
struct amdgpu_device *adev = (struct amdgpu_device *)handle;