mbox series

[libdrm,0/4] gralloc handle fixes

Message ID 20180215135926.9502-1-robh@kernel.org
Headers show
Series gralloc handle fixes | expand

Message

Rob Herring Feb. 15, 2018, 1:59 p.m. UTC
The recently committed gralloc handle definition has a few issues like 
not actually compiling. This series fixes those issues. I now have 
things working with these fixes and switching mesa, gbm_gralloc, and 
drm_hwcomposer to use this header.

Rob

Rob Herring (4):
  android: revert making handle magic and version members const
  android: fix mis-named alloc_handle_t
  android: add helper to convert buffer_handle_t to gralloc_handle_t ptr
  android: fix gralloc_handle_create() problems

 android/gralloc_handle.h | 43 +++++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 20 deletions(-)

Comments

Robert Foss Feb. 15, 2018, 3:43 p.m. UTC | #1
Hey Rob,

Thanks for ironing out the kinks, and the new helper.
If you need reviews for any of the related changes, CC me.

This all looks good to me. Feel free to add my r-b.


Rob.

On 02/15/2018 02:59 PM, Rob Herring wrote:
> The recently committed gralloc handle definition has a few issues like
> not actually compiling. This series fixes those issues. I now have
> things working with these fixes and switching mesa, gbm_gralloc, and
> drm_hwcomposer to use this header.
> 
> Rob
> 
> Rob Herring (4):
>    android: revert making handle magic and version members const
>    android: fix mis-named alloc_handle_t
>    android: add helper to convert buffer_handle_t to gralloc_handle_t ptr
>    android: fix gralloc_handle_create() problems
> 
>   android/gralloc_handle.h | 43 +++++++++++++++++++++++--------------------
>   1 file changed, 23 insertions(+), 20 deletions(-)
>