aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
diff options
context:
space:
mode:
authorØyvind A. Holm <[email protected]>2017-03-23 21:54:48 +0000
committerSinclair Yeh <[email protected]>2017-03-31 22:21:16 +0000
commit50f837371dd9aea5470c06d5d10bc9ca3e8155b6 (patch)
tree937cb3ea932dbd4b0be07c57f1c486f09d742f76 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
parentdrm/vmwgfx: Fix LDU X blank screen until mode change issue (diff)
downloadkernel-50f837371dd9aea5470c06d5d10bc9ca3e8155b6.tar.gz
kernel-50f837371dd9aea5470c06d5d10bc9ca3e8155b6.zip
drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"
This reverts commit 2d8e60e8b074 ("drm/vmwgfx: Replace numeric parameter like 0444 with macro") The commit belongs to the series of 1285 patches sent to LKML on 2016-08-02, it changes the representation of file permissions from the octal value "0600" to "S_IRUSR | S_IWUSR". The general consensus was that the changes does not increase readability, quite the opposite; 0600 is easier to parse mentally than S_IRUSR | S_IWUSR. It also causes argument inconsistency, due to commit 04319d89fbec ("drm/vmwgfx: Add an option to change assumed FB bpp") that added another call to module_param_named() where the permissions are written as 0600. Signed-off-by: Øyvind A. Holm <[email protected]> Reviewed-by: Sinclair Yeh <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
0 files changed, 0 insertions, 0 deletions