Re: [PATCH 0/7] drm/udl: Prepare damage handler for simple-pipe KMS

2019-12-05 Thread Emil Velikov
On Wed, 4 Dec 2019 at 13:24, Thomas Zimmermann wrote: > > Udl's damage-handling code requires clean up before switching the driver > to simple-pipe helpers. Patches 1, 2 and 7 remove unused state variables > and statistics. Patches 3 to 5 reorganizes the damage handler to be more > readable.

Re: [PATCH 0/7] drm/udl: Prepare damage handler for simple-pipe KMS

2019-12-05 Thread Gerd Hoffmann
On Wed, Dec 04, 2019 at 02:24:23PM +0100, Thomas Zimmermann wrote: > Udl's damage-handling code requires clean up before switching the driver > to simple-pipe helpers. Patches 1, 2 and 7 remove unused state variables > and statistics. Patches 3 to 5 reorganizes the damage handler to be more >

[PATCH 0/7] drm/udl: Prepare damage handler for simple-pipe KMS

2019-12-04 Thread Thomas Zimmermann
Udl's damage-handling code requires clean up before switching the driver to simple-pipe helpers. Patches 1, 2 and 7 remove unused state variables and statistics. Patches 3 to 5 reorganizes the damage handler to be more readable. Patch 6 moves dma-buf begin/end calls into the damage handler, so it