Re: [PATCH v2 02/15] drm/mgag200: Clean up mga_set_start_address()

2020-05-12 Thread Sam Ravnborg
Hi Thomas. On Tue, May 12, 2020 at 10:42:45AM +0200, Thomas Zimmermann wrote: > All register names and fields are now named according to the > MGA programming manuals. The function doesn't need the CRTC, so > callers pass in the device structure directly. The logging now > uses device-specific

[PATCH v2 02/15] drm/mgag200: Clean up mga_set_start_address()

2020-05-12 Thread Thomas Zimmermann
All register names and fields are now named according to the MGA programming manuals. The function doesn't need the CRTC, so callers pass in the device structure directly. The logging now uses device-specific macros. v2: * use to_mga_device() * use MiB instead of MB *