Messages in this thread |  | | Date | Mon, 18 Jul 2022 11:02:36 +1200 | Subject | Re: [PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups | From | Michael Schmitz <> |
| |
Hi Geert,
On 12/07/22 03:50, Geert Uytterhoeven wrote: > Hi all, > > This patch series contains miscellaneous fixes and cleanups for the > Atari frame buffer device driver, which were identified while working on > the Atari DRM driver. > > Most of them have been tested on ARAnyM, and should be sa<fe to apply, > except perhaps for the last one, which is marked RFC. > > Thanks for your comments! > > Geert Uytterhoeven (10): > video: fbdev: atari: Simplify atafb_pan_display() > video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flags > video: fbdev: atari: Fix inverse handling > video: fbdev: atari: Fix ext_setcolreg() > video: fbdev: atari: Remove unneeded casts from void * > video: fbdev: atari: Remove unneeded casts to void * > video: fbdev: atari: Fix TT High video mode vertical refresh > video: fbdev: atari: Fix VGA modes > video: fbdev: atari: Remove unused definitions and variables > [RFC] video: fbdev: atari: Remove backward bug-compatibility > > Documentation/m68k/kernel-options.rst | 4 +- > drivers/video/fbdev/atafb.c | 101 +++++++------------------- > 2 files changed, 29 insertions(+), 76 deletions(-) > Works OK on my Falcon (except for the falh* modes, but that is not a regression - might be something I miscoded in these modes, ages ago).
Tested-by: Michael Schmitz <schmitzmic@gmail.com>
|  |