[PATCH] drm/vmwgfx: Convert macro to octal representation

2017-04-05 Thread Øyvind A . Holm
oute, so add the missing change. Extract from the original commit message: commit 50f837371dd9aea5470c06d5d10bc9ca3e8155b6 Author: Øyvind A. Holm <su...@sunbase.org> Date: Thu Mar 23 14:54:48 2017 -0700 drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444

Re: [PATCH 4/9] drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"

2017-04-02 Thread Øyvind A . Holm
On 2017-03-27 15:17:54, Sinclair Yeh wrote: > From: Øyvind A. Holm <su...@sunbase.org> > > This reverts commit 2d8e60e8b074 ("drm/vmwgfx: Replace numeric > parameter like 0444 with macro") > [...] > index 45d711e..d31dc34 100644 > --- a/drivers/gpu/drm/vmwgfx

[PATCH v2] Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"

2017-02-05 Thread Øyvind A . Holm
re the permissions are written as 0600. Signed-off-by: Øyvind A. Holm <su...@sunbase.org> --- This is a resend of the patch originally sent on 2017-01-16. The only difference from v1 is an improved commit message with some more details. drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 10 +-

[PATCH] Revert "drm/vmwgfx: Replace numeric parameter like 0444 with macro"

2017-01-16 Thread Øyvind A . Holm
. 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 <su...@sunbase.org> --- drivers/gpu/drm/vmw