[Mesa-dev] [PATCH v2 7/9] gbm: rename gbm_dri_bo_{map, unmap} to gbm_dri_bo_{map, unmap}_dumb

Emil Velikov emil.l.velikov at gmail.com
Sat May 14 15:15:45 UTC 2016


On 4 May 2016 at 03:02, Rob Herring <robh at kernel.org> wrote:
> In preparation to add public map/unmap functions, rename the existing
> gbm_dri_bo_{map,unmap} functions to indicate that they are only for dumb
> buffers.
>
> Signed-off-by: Rob Herring <robh at kernel.org>
> ---
> v2:
> - moved into new patch
>
>  src/gbm/backends/dri/gbm_dri.c    | 4 ++--
>  src/gbm/backends/dri/gbm_driint.h | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
>
I mentioned it before, guess I wasn't clear enough - there are cases
of these functions used outside of GBM (yes it is a bit of a 'nasty'
ABI)
Namely, there's two of each in origin/master:src/egl/drivers/dri2/platform_drm.c

Thanks
Emil


More information about the mesa-dev mailing list