Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2018-01-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday, December 20, 2017 02:53:00 PM Pieter PoroCYon Sluys wrote: > Geert Uytterhoeven: > > Please add your "Signed-off-by", cfr. > > Documentation/process/submitting-patches.rst. > > Sorry I knew I would've messed up *something*. > > > You can drop the tests for 2 and 4, as these are no

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2018-01-04 Thread Bartlomiej Zolnierkiewicz
On Wednesday, December 20, 2017 02:53:00 PM Pieter PoroCYon Sluys wrote: > Geert Uytterhoeven: > > Please add your "Signed-off-by", cfr. > > Documentation/process/submitting-patches.rst. > > Sorry I knew I would've messed up *something*. > > > You can drop the tests for 2 and 4, as these are no

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-20 Thread Pieter "PoroCYon" Sluys
Geert Uytterhoeven: > Please add your "Signed-off-by", cfr. > Documentation/process/submitting-patches.rst. Sorry I knew I would've messed up *something*. > You can drop the tests for 2 and 4, as these are no longer used by the driver. Done that. Cc: Bartlomiej Zolnierkiewicz

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-20 Thread Pieter "PoroCYon" Sluys
Geert Uytterhoeven: > Please add your "Signed-off-by", cfr. > Documentation/process/submitting-patches.rst. Sorry I knew I would've messed up *something*. > You can drop the tests for 2 and 4, as these are no longer used by the driver. Done that. Cc: Bartlomiej Zolnierkiewicz Signed-off-by:

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-20 Thread Geert Uytterhoeven
Hi Pieter, On Wed, Dec 20, 2017 at 1:24 AM, Pieter "PoroCYon" Sluys wrote: > Currently, when loading the vfb module, the newly created fbdev > has a line_length of 0, and its video mode would be PSEUDOCOLOR > regardless of color depth. (The former could be worked

Re: [PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-20 Thread Geert Uytterhoeven
Hi Pieter, On Wed, Dec 20, 2017 at 1:24 AM, Pieter "PoroCYon" Sluys wrote: > Currently, when loading the vfb module, the newly created fbdev > has a line_length of 0, and its video mode would be PSEUDOCOLOR > regardless of color depth. (The former could be worked around by > calling the

[PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-19 Thread Pieter "PoroCYon" Sluys
Currently, when loading the vfb module, the newly created fbdev has a line_length of 0, and its video mode would be PSEUDOCOLOR regardless of color depth. (The former could be worked around by calling the FBIOPUT_VSCREENINFO ioctl with having the FBACTIVIATE_FORCE flag set.) This patch

[PATCH] vfb: fix video mode and line_length being set when loaded

2017-12-19 Thread Pieter "PoroCYon" Sluys
Currently, when loading the vfb module, the newly created fbdev has a line_length of 0, and its video mode would be PSEUDOCOLOR regardless of color depth. (The former could be worked around by calling the FBIOPUT_VSCREENINFO ioctl with having the FBACTIVIATE_FORCE flag set.) This patch