Re: [PATCH 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c

2021-10-04 Thread Thomas Zimmermann
Hi Am 03.10.21 um 00:13 schrieb Patrik Jakobsson: On Tue, Sep 28, 2021 at 10:44 AM Thomas Zimmermann wrote: Allocation and pinning helpers for struct gtt_range are GEM functions, so move them to gem.c. No functional changes. Signed-off-by: Thomas Zimmermann ---

Re: [PATCH 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c

2021-10-02 Thread Patrik Jakobsson
On Tue, Sep 28, 2021 at 10:44 AM Thomas Zimmermann wrote: > > Allocation and pinning helpers for struct gtt_range are GEM functions, > so move them to gem.c. No functional changes. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/gma500/framebuffer.c | 1 - >

[PATCH 01/10] drm/gma500: Move helpers for struct gtt_range from gtt.c to gem.c

2021-09-28 Thread Thomas Zimmermann
Allocation and pinning helpers for struct gtt_range are GEM functions, so move them to gem.c. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/gma500/framebuffer.c | 1 - drivers/gpu/drm/gma500/gem.c | 133 +--