Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-05-06 Thread Thomas Zimmermann
Am 05.05.20 um 14:20 schrieb John Donnelly: > > >> On May 4, 2020, at 8:39 AM, Thomas Zimmermann wrote: >> >> Hi John >> >> Am 30.04.20 um 02:11 schrieb John Donnelly: >>> On 4/29/20 9:32 AM, Thomas Zimmermann wrote: This patchset converts mgag200 to atomic modesetting. It uses simple >>>

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-05-06 Thread John Donnelly
> On May 4, 2020, at 8:39 AM, Thomas Zimmermann wrote: > > Hi John > > Am 30.04.20 um 02:11 schrieb John Donnelly: >> On 4/29/20 9:32 AM, Thomas Zimmermann wrote: >>> This patchset converts mgag200 to atomic modesetting. It uses simple >>> KMS helpers and SHMEM. >>> >>> Patches 1 to 4 simpli

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-05-04 Thread John Donnelly
> On May 4, 2020, at 8:39 AM, Thomas Zimmermann wrote: > > Hi John > > Am 30.04.20 um 02:11 schrieb John Donnelly: >> On 4/29/20 9:32 AM, Thomas Zimmermann wrote: >>> This patchset converts mgag200 to atomic modesetting. It uses simple >>> KMS helpers and SHMEM. >>> >>> Patches 1 to 4 simpli

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-05-04 Thread Thomas Zimmermann
Hi John Am 30.04.20 um 02:11 schrieb John Donnelly: > On 4/29/20 9:32 AM, Thomas Zimmermann wrote: >> This patchset converts mgag200 to atomic modesetting. It uses simple >> KMS helpers and SHMEM. >> >> Patches 1 to 4 simplifies the driver before the conversion. For example, >> the HW cursor is no

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-05-01 Thread John Donnelly
On 4/30/20 3:29 AM, Thomas Zimmermann wrote: Hi John Am 30.04.20 um 02:11 schrieb John Donnelly: On 4/29/20 9:32 AM, Thomas Zimmermann wrote: This patchset converts mgag200 to atomic modesetting. It uses simple KMS helpers and SHMEM. Patches 1 to 4 simplifies the driver before the conversion.

Re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-04-30 Thread Thomas Zimmermann
Hi John Am 30.04.20 um 02:11 schrieb John Donnelly: > On 4/29/20 9:32 AM, Thomas Zimmermann wrote: >> This patchset converts mgag200 to atomic modesetting. It uses simple >> KMS helpers and SHMEM. >> >> Patches 1 to 4 simplifies the driver before the conversion. For example, >> the HW cursor is no

re: [PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-04-30 Thread John Donnelly
On 4/29/20 9:32 AM, Thomas Zimmermann wrote: This patchset converts mgag200 to atomic modesetting. It uses simple KMS helpers and SHMEM. Patches 1 to 4 simplifies the driver before the conversion. For example, the HW cursor is not usable with the way universal planes work. A few data structures

[PATCH 00/17] drm/mgag200: Convert to atomic modesetting

2020-04-29 Thread Thomas Zimmermann
This patchset converts mgag200 to atomic modesetting. It uses simple KMS helpers and SHMEM. Patches 1 to 4 simplifies the driver before the conversion. For example, the HW cursor is not usable with the way universal planes work. A few data structures can be cleaned up. Patches 5 to 15 untangle th