Re: [PATCH v2 00/12] drm/gma500: Various cleanups to GEM code

2022-03-16 Thread Thomas Zimmermann
Hi Am 16.03.22 um 17:45 schrieb Patrik Jakobsson: On Tue, Mar 8, 2022 at 8:52 PM Thomas Zimmermann wrote: Refactor and simplify various parts of the memory management. This includes locking, initialization and finalizer functions, and code organization. Tested on Atom N2800 hardware. v2:

Re: [PATCH v2 00/12] drm/gma500: Various cleanups to GEM code

2022-03-16 Thread Patrik Jakobsson
On Tue, Mar 8, 2022 at 8:52 PM Thomas Zimmermann wrote: > > Refactor and simplify various parts of the memory management. This > includes locking, initialization and finalizer functions, and code > organization. > > Tested on Atom N2800 hardware. > > v2: > * put common code in psb_gtt_{ini

[PATCH v2 00/12] drm/gma500: Various cleanups to GEM code

2022-03-08 Thread Thomas Zimmermann
Refactor and simplify various parts of the memory management. This includes locking, initialization and finalizer functions, and code organization. Tested on Atom N2800 hardware. v2: * put common code in psb_gtt_{init,fini,resume}() into helpers (Sam, Patrik) Thomas Zimmermann