drm/amd/display: remove unintended executable mode
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 19 Aug 2020 08:18:08 +0000 (10:18 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 24 Aug 2020 16:23:02 +0000 (12:23 -0400)
Besides the intended change, commit 4cc1178e166a ("drm/amdgpu: replace DRM
prefix with PCI device info for gfx/mmhub") also set the source files
mmhub_v1_0.c and gfx_v9_4.c to be executable, i.e., changed fromold mode
644 to new mode 755.

Commit 241b2ec9317e ("drm/amd/display: Add dcn30 Headers (v2)") added the
four header files {dpcs,dcn}_3_0_0_{offset,sh_mask}.h as executable, i.e.,
mode 755.

Set to the usual modes for source and headers files and clean up those
mistakes. No functional change.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c [changed mode: 0755->0644]
drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c [changed mode: 0755->0644]
drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h [changed mode: 0755->0644]
drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h [changed mode: 0755->0644]
drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_0_offset.h [changed mode: 0755->0644]
drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_0_sh_mask.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)