Re: [PATCH] video/macfb: Always initialize DAFB colour table pointer register

2019-04-01 Thread Bartlomiej Zolnierkiewicz
On 02/18/2019 11:44 PM, Finn Thain wrote: > Don't skip the framebuffer CLUT pointer register initialization when > the first dafb_setpalette() invocation has regno equal to zero. > > Cc: linux-m...@lists.linux-m68k.org > Suggested-by: Geert Uytterhoeven > Signed-off-by: Finn Thain Patch

[PATCH] video/macfb: Always initialize DAFB colour table pointer register

2019-02-19 Thread Finn Thain
Don't skip the framebuffer CLUT pointer register initialization when the first dafb_setpalette() invocation has regno equal to zero. Cc: linux-m...@lists.linux-m68k.org Suggested-by: Geert Uytterhoeven Signed-off-by: Finn Thain --- drivers/video/fbdev/macfb.c | 2 +- 1 file changed, 1