Re: [PATCH v3] drm/TODO: Add drm_display_mode.hsync/vrefresh removal

2019-01-31 Thread Sean Paul
On Tue, Jan 29, 2019 at 02:26:29PM -0500, Sean Paul wrote: > From: Sean Paul > > Drivers shouldn't be using these values, add a TODO so someone removes > them. > > Changes in v2: > - Add drm_display_mode.vrefresh removal (Ville) > - Add Sam's R-b and bonus poi

[PATCH v3] drm/TODO: Add drm_display_mode.hsync/vrefresh removal

2019-01-29 Thread Sean Paul
From: Sean Paul Drivers shouldn't be using these values, add a TODO so someone removes them. Changes in v2: - Add drm_display_mode.vrefresh removal (Ville) - Add Sam's R-b and bonus points Changes in v3: - Add hsync removal todo item (Daniel) - Change vrefresh wording to make re

[PATCH v2] drm/TODO: Add vrefresh replacement to the todo

2019-01-29 Thread Sean Paul
From: Sean Paul Changes in v2: - Add drm_display_mode.vrefresh removal (Ville) - Add Sam's R-b and bonus points Cc: Ville Syrjälä Suggested-by: Daniel Vetter Reviewed-by: Sam Ravnborg Bonus-points-awarded-by: Sam Ravnborg Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst

[PATCH] drm/TODO: Add vrefresh replacement to the todo

2019-01-29 Thread Sean Paul
From: Sean Paul Suggested-by: Daniel Vetter Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst | 15 +++ 1 file changed, 15 insertions(+) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 38360ede12215..7fc30380eaf6c 100644 --- a/Documentation/gpu

Re: [PATCH v2] drm: TODO: Add DRM_MODESET_LOCK_ALL* conversion to todo.rst

2018-11-29 Thread Sean Paul
On Thu, Nov 29, 2018 at 02:58:33PM -0500, Sean Paul wrote: > From: Sean Paul > > We should also get the drivers using the helpers. Seems like a good > intermediate TODO item. > > Changes in v2: > - Add line about replacing drm_modest_lock_all() (Daniel) > > Acked

[PATCH v2] drm: TODO: Add DRM_MODESET_LOCK_ALL* conversion to todo.rst

2018-11-29 Thread Sean Paul
From: Sean Paul We should also get the drivers using the helpers. Seems like a good intermediate TODO item. Changes in v2: - Add line about replacing drm_modest_lock_all() (Daniel) Acked-by: Daniel Vetter Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst | 15 +++ 1 file

Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst

2018-11-29 Thread Sean Paul
On Thu, Nov 29, 2018 at 11:14 AM Christian König wrote: > > Am 29.11.18 um 17:11 schrieb Sean Paul: > > On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian > > wrote: > >> Am 29.11.18 um 16:55 schrieb Sean Paul: > >>> From: Sean Paul > >>> &g

Re: [PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst

2018-11-29 Thread Sean Paul
On Thu, Nov 29, 2018 at 10:58 AM Koenig, Christian wrote: > > Am 29.11.18 um 16:55 schrieb Sean Paul: > > From: Sean Paul > > > > Fixes htmldocs build error: > > Error: Cannot open file ../drivers/gpu/drm/drm_global.c > > > > Fixes: 2bb42410b1bd ("d

[PATCH] Documentation: drm: Remove dangling pointer from drm-mm.rst

2018-11-29 Thread Sean Paul
From: Sean Paul Fixes htmldocs build error: Error: Cannot open file ../drivers/gpu/drm/drm_global.c Fixes: 2bb42410b1bd ("drm: Remove drm_global.{c,h} v2") Cc: Thomas Zimmermann Cc: Christian König Cc: Junwei Zhang Cc: Alex Deucher Cc: Maarten Lankhorst Cc: Maxime Ripard Cc: Sea

[PATCH] drm: TODO: Add DRM_MODESET_LOCK_ALL* conversion to todo.rst

2018-11-29 Thread Sean Paul
From: Sean Paul We should also get the drivers using the helpers. Seems like a good intermediate TODO item. Cc: Daniel Vetter Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst | 12 1 file changed, 12 insertions(+) diff --git a/Documentation/gpu/todo.rst b/Documentation

Re: [RFC 1/4] drm: Add writeback connector type

2018-02-23 Thread Sean Paul
On Fri, Feb 23, 2018 at 04:48:58PM +, Liviu Dudau wrote: > On Fri, Feb 23, 2018 at 11:43:29AM -0500, Sean Paul wrote: > > On Fri, Feb 23, 2018 at 11:25:11AM -0500, Rob Clark wrote: > > > On Fri, Feb 23, 2018 at 10:59 AM, Sean Paul wrote: > > > > > > >

Re: [RFC 1/4] drm: Add writeback connector type

2018-02-23 Thread Sean Paul
On Fri, Feb 23, 2018 at 11:25:11AM -0500, Rob Clark wrote: > On Fri, Feb 23, 2018 at 10:59 AM, Sean Paul wrote: > > > > Have we considered hiding writeback behind a client cap instead? > > It is kinda *almost* unneeded, since the connector reports itself as > disconnected

Re: [RFC 1/4] drm: Add writeback connector type

2018-02-23 Thread Sean Paul
On Fri, Feb 23, 2018 at 04:21:05PM +, Liviu Dudau wrote: > On Fri, Feb 23, 2018 at 10:59:35AM -0500, Sean Paul wrote: > > On Fri, Feb 23, 2018 at 08:17:51AM -0500, Rob Clark wrote: > > > From: Brian Starkey > > > > > > Writeback connectors represent w

Re: [RFC 1/4] drm: Add writeback connector type

2018-02-23 Thread Sean Paul
CK_H__ > +#include > +#include > +#include > + > +struct drm_writeback_connector { > + struct drm_connector base; > + > + /** > + * @encoder: Internal encoder used by the connector to fulfill > + * the DRM framework requirements. The users of the > +

Re: [PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
On Fri, Sep 8, 2017 at 10:32 AM, Sean Paul wrote: > Now that we have the DRM_DEV_* variants, we should use them. > > Signed-off-by: Sean Paul Applied to -misc-next with danvet's R-b. Sean > --- > Documentation/gpu/todo.rst | 11 +++ > 1 file changed, 11 inser

Re: [PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
On Fri, Sep 8, 2017 at 11:44 AM, Daniel Vetter wrote: > On Fri, Sep 08, 2017 at 10:32:07AM -0400, Sean Paul wrote: >> Now that we have the DRM_DEV_* variants, we should use them. >> >> Signed-off-by: Sean Paul > > I think that's fairly ideal fodder for outreachy,

[PATCH] drm/todo: Add s/dev_*/DRM_DEV_*/ coversion to TODO

2017-09-08 Thread Sean Paul
Now that we have the DRM_DEV_* variants, we should use them. Signed-off-by: Sean Paul --- Documentation/gpu/todo.rst | 11 +++ 1 file changed, 11 insertions(+) diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 22af55d06ab8..e3b622094bf4 100644 --- a

Re: [PATCH] drm/doc: Document feature merge deadlines

2017-03-21 Thread Sean Paul
linux-doc@vger.kernel.org > Cc: Dave Airlie > Cc: Sean Paul > Cc: Jani Nikula > Cc: Alex Deucher > Cc: Lukas Wunner > Signed-off-by: Daniel Vetter Reviewed-by: Sean Paul > --- > Documentation/gpu/introduction.rst | 25 + > Documentation/pro

Re: [PATCH 20/21] vgaarbiter: rst-ifiy and polish kerneldoc

2016-08-15 Thread Sean Paul
athan Corbet > Cc: linux-doc@vger.kernel.org > Cc: Sean Paul > Signed-off-by: Daniel Vetter Reviewed-by: Sean Paul > --- > Documentation/gpu/index.rst | 1 + > Documentation/gpu/vga-switcheroo.rst | 2 - > Documentation/gpu/vgaarbiter.rst | 191 +

Re: [PATCH] vgaarbiter: rst-ifiy and polish kerneldoc

2016-08-10 Thread Sean Paul
On Tue, Aug 9, 2016 at 9:50 AM, Daniel Vetter wrote: > Move the documentation into Documentation/gpu, link it up and pull in > the kernel doc. > > No actual text changes except that I did polish the kerneldoc a bit, > especially for vga_client_register(). > > v2: Remove some rst from vga-switchero

Re: [Intel-gfx] [PATCH 00/20] more drm doc work

2016-08-10 Thread Sean Paul
t export dp-aux devnode functions > drm: Update connector documentation > drm: Remove display_info->min/max_(h|v)max > drm: docume drm_display_info > vgaarbiter: rst-ifiy and polish kerneldoc All done reviews. Consider the ones without comments from me as Reviewed-by: Sean