Den 10.11.2021 11.37, skrev Thomas Zimmermann: > Enable the FB_DAMAGE_CLIPS property to reduce display-update > overhead. Also fixes a warning in the kernel log. > > simple-framebuffer simple-framebuffer.0: [drm] > drm_plane_enable_fb_damage_clips() not called > > Fix the computation of the blit rectangle. This wasn't an issue so > far, as simpledrm always blitted the full framebuffer. The code now > supports damage clipping and virtual screen sizes. > > v3: > * fix drm_dev_enter() error path (Noralf) > * remove unnecessary clipping from update function (Noralf) > > Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de> > --- Reviewed-by: Noralf Trønnes <nor...@tronnes.org>
- [PATCH v3 0/9] drm/simpledrm: Enable damage clips and vi... Thomas Zimmermann
- [PATCH v3 2/9] drm/format-helper: Rework format-hel... Thomas Zimmermann
- [PATCH v3 1/9] drm/format-helper: Export drm_fb_cli... Thomas Zimmermann
- [PATCH v3 5/9] drm/format-helper: Streamline blit-h... Thomas Zimmermann
- [PATCH v3 9/9] drm: Clarify semantics of struct drm... Thomas Zimmermann
- [PATCH v3 3/9] drm/format-helper: Add destination-b... Thomas Zimmermann
- [PATCH v3 4/9] drm/format-helper: Rework format-hel... Thomas Zimmermann
- [PATCH v3 8/9] drm/simpledrm: Support virtual scree... Thomas Zimmermann
- [PATCH v3 6/9] drm/fb-helper: Allocate shadow buffe... Thomas Zimmermann
- [PATCH v3 7/9] drm/simpledrm: Enable FB_DAMAGE_CLIP... Thomas Zimmermann
- Re: [PATCH v3 7/9] drm/simpledrm: Enable FB_DAM... Noralf Trønnes
- Re: [PATCH v3 7/9] drm/simpledrm: Enable FB... Thomas Zimmermann