diff options
author | 2023-06-30 16:13:55 +0530 | |
---|---|---|
committer | 2023-07-10 09:02:36 -0400 | |
commit | 0e2b8507c446e24a76e403e0845c49cd8d86862c (patch) | |
tree | 1f022628fe3009030d1425fe3765f8e9486e3ce6 /drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c | |
parent | drm/amdgpu: Remove redundant GFX v9.4.3 sequence (diff) | |
download | linux-rng-0e2b8507c446e24a76e403e0845c49cd8d86862c.tar.xz linux-rng-0e2b8507c446e24a76e403e0845c49cd8d86862c.zip |
drm/amdgpu: Fix warnings in gfxhub_v2_0.c
Fix the below checkpatch warnings:
WARNING: static const char * array should probably be static const char * const
+static const char *gfxhub_client_ids[] = {
WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
+ unsigned i;
WARNING: Missing a blank line after declarations
+ u32 tmp;
+ tmp = RREG32_SOC15(GC, 0, mmGCVM_L2_PROTECTION_FAULT_CNTL);
Cc: Christian König <christian.koenig@amd.com>
Cc: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vkms.c')
0 files changed, 0 insertions, 0 deletions