Re: [PATCH hwc v2 5/6] drm_hwcomposer: Add GetCrtcCount function

2017-09-28 Thread Robert Foss
On Wed, 2017-09-27 at 15:12 -0400, Sean Paul wrote: > On Wed, Sep 27, 2017 at 7:58 AM, Robert Foss om> wrote: > > This GetCrtrcCount helper functions enables convenient > > fetching of the number of Crtcs from DrmResources. > > > > Signed-off-by: Robert Foss

Re: [PATCH hwc v2 5/6] drm_hwcomposer: Add GetCrtcCount function

2017-09-27 Thread Sean Paul
On Wed, Sep 27, 2017 at 7:58 AM, Robert Foss wrote: > This GetCrtrcCount helper functions enables convenient > fetching of the number of Crtcs from DrmResources. > > Signed-off-by: Robert Foss > --- > drmresources.cpp | 4 >

[PATCH hwc v2 5/6] drm_hwcomposer: Add GetCrtcCount function

2017-09-27 Thread Robert Foss
This GetCrtrcCount helper functions enables convenient fetching of the number of Crtcs from DrmResources. Signed-off-by: Robert Foss --- drmresources.cpp | 4 drmresources.h | 1 + 2 files changed, 5 insertions(+) diff --git a/drmresources.cpp