Re: [PATCH 2/4] drm/mgag200: Start/stop BMC scanout in BMC encoder helpers

2024-07-04 Thread Thomas Zimmermann
Am 04.07.24 um 14:23 schrieb Thomas Zimmermann: Hi Am 04.07.24 um 14:13 schrieb Jocelyn Falempe: On 03/07/2024 15:40, Thomas Zimmermann wrote: Start and stop the BMC scanout from the BMC encoder's atomic_enable and atomic_disable helpers. The BMC stops scanning out at the beginning of a m

Re: [PATCH 2/4] drm/mgag200: Start/stop BMC scanout in BMC encoder helpers

2024-07-04 Thread Thomas Zimmermann
Hi Am 04.07.24 um 14:13 schrieb Jocelyn Falempe: On 03/07/2024 15:40, Thomas Zimmermann wrote: Start and stop the BMC scanout from the BMC encoder's atomic_enable and atomic_disable helpers. The BMC stops scanning out at the beginning of a modeset operation and restarts the scanout at the end

Re: [PATCH 2/4] drm/mgag200: Start/stop BMC scanout in BMC encoder helpers

2024-07-04 Thread Jocelyn Falempe
On 03/07/2024 15:40, Thomas Zimmermann wrote: Start and stop the BMC scanout from the BMC encoder's atomic_enable and atomic_disable helpers. The BMC stops scanning out at the beginning of a modeset operation and restarts the scanout at the end of the modeset. Only G200EW3 and G200WB require

[PATCH 2/4] drm/mgag200: Start/stop BMC scanout in BMC encoder helpers

2024-07-03 Thread Thomas Zimmermann
Start and stop the BMC scanout from the BMC encoder's atomic_enable and atomic_disable helpers. The BMC stops scanning out at the beginning of a modeset operation and restarts the scanout at the end of the modeset. Only G200EW3 and G200WB require this procedure. Drop the original vidrst callbacks