Re: [PATCH hwc v2 3/6] drm_hwcomposer: Submit in-fence to DRM

2018-02-12 Thread Rob Herring
On Wed, Sep 27, 2017 at 1:55 PM, Sean Paul wrote: > On Wed, Sep 27, 2017 at 7:58 AM, Robert Foss > wrote: >> Add support for in-fences through the IN_FENCE_FD property. In-fences signal >> when their associated buffer may be read by DRM/KMS. >> >> Signed-off-by: Robert Foss >> --- >> drmdispla

Re: [PATCH hwc v2 3/6] drm_hwcomposer: Submit in-fence to DRM

2017-09-27 Thread Robert Foss
Hey Sean, On Wed, 2017-09-27 at 14:55 -0400, Sean Paul wrote: > On Wed, Sep 27, 2017 at 7:58 AM, Robert Foss om> wrote: > > Add support for in-fences through the IN_FENCE_FD property. In- > > fences signal > > when their associated buffer may be read by DRM/KMS. > > > > Signed-off-by: Robert Fos

Re: [PATCH hwc v2 3/6] drm_hwcomposer: Submit in-fence to DRM

2017-09-27 Thread Sean Paul
On Wed, Sep 27, 2017 at 7:58 AM, Robert Foss wrote: > Add support for in-fences through the IN_FENCE_FD property. In-fences signal > when their associated buffer may be read by DRM/KMS. > > Signed-off-by: Robert Foss > --- > drmdisplaycompositor.cpp | 35 --- > 1

[PATCH hwc v2 3/6] drm_hwcomposer: Submit in-fence to DRM

2017-09-27 Thread Robert Foss
Add support for in-fences through the IN_FENCE_FD property. In-fences signal when their associated buffer may be read by DRM/KMS. Signed-off-by: Robert Foss --- drmdisplaycompositor.cpp | 35 --- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/drmd