[PATCH v3 01/22] drm: Add GEM backed framebuffer library

Noralf Trønnes noralf at tronnes.org
Wed Aug 16 19:52:02 UTC 2017


Den 16.08.2017 19.24, skrev Eric Anholt:
> Noralf Trønnes <noralf at tronnes.org> writes:
>
>> This library provides helpers for drivers that don't subclass
>> drm_framebuffer and are backed by drm_gem_object. The code is
>> taken from drm_fb_cma_helper.
>>
>> Signed-off-by: Noralf Trønnes <noralf at tronnes.org>
>> Reviewed-by: Daniel Vetter <daniel.vetter at ffwll.ch>
>> ---
>> +/**
>> + * drm_gem_fb_destroy - Free GEM backed framebuffer
>> + * @fb: DRM framebuffer
>> + *
>> + * Frees a GEM backed framebuffer with it's backing buffer(s) and the structure
> grammar nit: "its"
>
> Other than that,
>
> Reviewed-by: Eric Anholt <eric at anholt.net>

Thanks, applied to drm-misc.

Noralf.



More information about the dri-devel mailing list