RE: [PATCH] drm/amd/display: remove unintended executable mode

2020-08-20 Thread Li, Dennis
, August 19, 2020 4:18 PM To: Deucher, Alexander ; Koenig, Christian ; Li, Dennis ; Zuo, Jerry Cc: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org; linux-ker...@vger.kernel.org; Chen, Guchun ; Wu, Hersen ; Lukas Bulwahn Subject: [PATCH] drm/amd/display: remove unintended

Re: [PATCH] drm/amd/display: remove unintended executable mode

2020-08-20 Thread Alex Deucher
Applied. Thanks! Alex On Wed, Aug 19, 2020 at 4:53 AM Christian König wrote: > > Am 19.08.20 um 10:18 schrieb Lukas Bulwahn: > > 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

[PATCH] drm/amd/display: remove unintended executable mode

2020-08-20 Thread Lukas Bulwahn
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 (v

Re: [PATCH] drm/amd/display: remove unintended executable mode

2020-08-19 Thread Christian König
Am 19.08.20 um 10:18 schrieb Lukas Bulwahn: 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 241b2e