Re: [PATCH 5/9] drm/ast: Split ast_set_vbios_mode_info()

2019-11-05 Thread Gerd Hoffmann
On Mon, Oct 28, 2019 at 04:49:24PM +0100, Thomas Zimmermann wrote: > The implementation of ast_set_vbios_mode() converts a DRM display mode > and framebuffer into an adjusted mode and stores information for the > video BIOS to several scratch regsiters. > > Here we split the function into individu

[PATCH 5/9] drm/ast: Split ast_set_vbios_mode_info()

2019-10-28 Thread Thomas Zimmermann
The implementation of ast_set_vbios_mode() converts a DRM display mode and framebuffer into an adjusted mode and stores information for the video BIOS to several scratch regsiters. Here we split the function into individual functions that do the conversion, set the VBIOS mode information and forma