Re: [PATCH 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin

2021-10-03 Thread Thomas Zimmermann
Hi Am 03.10.21 um 00:15 schrieb Patrik Jakobsson: On Tue, Sep 28, 2021 at 10:44 AM Thomas Zimmermann wrote: Caching of the GEM object's backing pages are unrelated to GTT management. Move the respective calls from GTT code to GEM code. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/

Re: [PATCH 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin

2021-10-02 Thread Patrik Jakobsson
On Tue, Sep 28, 2021 at 10:44 AM Thomas Zimmermann wrote: > > Caching of the GEM object's backing pages are unrelated to GTT > management. Move the respective calls from GTT code to GEM code. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/gma500/gem.c | 9 - > drivers/gpu/

[PATCH 08/10] drm/gma500: Set page-caching flags in GEM pin/unpin

2021-09-28 Thread Thomas Zimmermann
Caching of the GEM object's backing pages are unrelated to GTT management. Move the respective calls from GTT code to GEM code. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/gma500/gem.c | 9 - drivers/gpu/drm/gma500/gtt.c | 17 ++--- drivers/gpu/drm/gma500/gtt.h | 2