Re: [RFC PATCH hwc] drm_hwcomposer: provide a common gralloc handle definition

2017-10-26 Thread Rob Herring
On Thu, Oct 26, 2017 at 6:59 AM, Robert Foss wrote: > Hey Rob, > > On Tue, 2017-10-24 at 18:40 -0500, Rob Herring wrote: >> EGL, gralloc, and HWC must all have a common definition of fd's and >> int's >> in native_handle_t to share the fd and width, height, format, etc.

Re: [RFC PATCH hwc] drm_hwcomposer: provide a common gralloc handle definition

2017-10-26 Thread Robert Foss
Hey Rob, On Tue, 2017-10-24 at 18:40 -0500, Rob Herring wrote: > EGL, gralloc, and HWC must all have a common definition of fd's and > int's > in native_handle_t to share the fd and width, height, format, etc. > of a dmabuf. > > Move the definition into HWC so we aren't dependent on a specific >

Re: [RFC PATCH hwc] drm_hwcomposer: provide a common gralloc handle definition

2017-10-24 Thread Chih-Wei Huang
2017-10-25 7:40 GMT+08:00 Rob Herring : > EGL, gralloc, and HWC must all have a common definition of fd's and int's > in native_handle_t to share the fd and width, height, format, etc. > of a dmabuf. > > Move the definition into HWC so we aren't dependent on a specific gralloc >