Re: [PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-09-25 Thread Daniel Vetter
On Wed, Sep 20, 2017 at 04:03:26PM -0700, Sean Paul wrote: > On Wed, Sep 20, 2017 at 3:59 PM, Daniel Vetter wrote: > > Due to inconsistency of how various legacy drivers implemented DPMS > > the DPMS uabi has a lot of quirks. Atomic standardizes this, but > > drivers using the DPMS support can't r

Re: [PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-09-20 Thread Sean Paul
On Wed, Sep 20, 2017 at 3:59 PM, Daniel Vetter wrote: > Due to inconsistency of how various legacy drivers implemented DPMS > the DPMS uabi has a lot of quirks. Atomic standardizes this, but > drivers using the DPMS support can't rely on that since legacy drivers > still exist. > > Laurent asked f

[PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-09-20 Thread Daniel Vetter
Due to inconsistency of how various legacy drivers implemented DPMS the DPMS uabi has a lot of quirks. Atomic standardizes this, but drivers using the DPMS support can't rely on that since legacy drivers still exist. Laurent asked for this. v2: Improve commit message and explain that DPMS doesn't

Re: [PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-09-20 Thread Eric Anholt
Daniel Vetter writes: > Laurent asked for this. > > Cc: Laurent Pinchart > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_connector.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c > inde

Re: [PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-08-16 Thread Daniel Vetter
On Wed, Aug 16, 2017 at 4:49 PM, Laurent Pinchart wrote: > Hi Daniel, > > Thank you for the patch. > > On Tuesday 15 Aug 2017 16:55:19 Daniel Vetter wrote: >> Laurent asked for this. > > While this is true, I'm not sure it makes a proper commit message :-) > >> Cc: Laurent Pinchart >> Signed-off-

Re: [PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-08-16 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Tuesday 15 Aug 2017 16:55:19 Daniel Vetter wrote: > Laurent asked for this. While this is true, I'm not sure it makes a proper commit message :-) > Cc: Laurent Pinchart > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_connector.c | 19

[PATCH] drm: Try to document legacy DPMS uapi a bit better

2017-08-15 Thread Daniel Vetter
Laurent asked for this. Cc: Laurent Pinchart Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_connector.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/gpu/drm/drm_connector.c b/drivers/gpu/drm/drm_connector.c index ba9f36cef68c..b458eb488128 100644 --- a/