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
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
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
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
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
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
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
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
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
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
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:
> > > >
> > >
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
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
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
> +
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
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,
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
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
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 +
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
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
21 matches
Mail list logo