Skip to content

Commit

Permalink
drm/amd/display: remove unintended executable mode
Browse files Browse the repository at this point in the history
Besides the intended change, commit 4cc1178 ("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 241b2ec ("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>
  • Loading branch information
Lukas Bulwahn authored and Yang Xiong committed Aug 21, 2020
1 parent 7dd56b4 commit 7315131
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 0 deletions.
Empty file modified drivers/gpu/drm/amd/amdgpu/gfx_v9_4.c
100755 → 100644
Empty file.
Empty file modified drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.c
100755 → 100644
Empty file.
Empty file modified drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_offset.h
100755 → 100644
Empty file.
Empty file modified drivers/gpu/drm/amd/include/asic_reg/dcn/dcn_3_0_0_sh_mask.h
100755 → 100644
Empty file.
Empty file modified drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_0_offset.h
100755 → 100644
Empty file.
Empty file modified drivers/gpu/drm/amd/include/asic_reg/dcn/dpcs_3_0_0_sh_mask.h
100755 → 100644
Empty file.

0 comments on commit 7315131

Please sign in to comment.