All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm-misc: Next phase in small drivers in drm-misc
@ 2017-03-29  7:38 Daniel Vetter
  2017-03-29  7:46 ` Boris Brezillon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel Vetter @ 2017-03-29  7:38 UTC (permalink / raw)
  To: DRI Development
  Cc: Neil Armstrong, Daniel Vetter, Daniel Vetter, Gerd Hoffmann,
	Dave Airlie, Shawn Guo

I think the initial experiment worked fairly well, and the
kickstarting of a review (well, ack/best practices really) market
seems to work ok-ish too. I think we can try to make it (slowly) scale
to more drivers, with driver teams interested in being part of
drm-misc. I do think we need to be careful though, to make sure we
don't overstretch the review/mentoring bandwidth and can improve
process&tooling as we go.

Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Gustavo Padovan <gustavo@padovan.org>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Cc: Sean Paul <seanpaul@chromium.org>
Cc: Archit Taneja <architt@codeaurora.org>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>
Cc: Mark Yao <mark.yao@rock-chips.com>
Cc: Eric Anholt <eric@anholt.net>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Dave Airlie <airlied@redhat.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
---
 drm-misc.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drm-misc.rst b/drm-misc.rst
index b6d01f2c7c2b..e4409cce8178 100644
--- a/drm-misc.rst
+++ b/drm-misc.rst
@@ -105,8 +105,8 @@ Small Drivers
 =============
 
 Small drivers, where a full tree is overkill, can be maintained in drm-misc. For
-now it's just an experiment with a few drivers to figure out a working process.
-Slightly different rules apply:
+now there's just a few drivers maintained in drm-misc, but we can slowly add
+more to figure out how to make this scale. Slightly different rules apply:
 
 * Small is measured in patches merged per kernel release. The occasional big
   patch series is still acceptable if it's not a common thing (e.g. new hw
-- 
2.11.0

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm-misc: Next phase in small drivers in drm-misc
  2017-03-29  7:38 [PATCH] drm-misc: Next phase in small drivers in drm-misc Daniel Vetter
@ 2017-03-29  7:46 ` Boris Brezillon
  2017-03-29  8:26 ` Shawn Guo
  2017-04-03 14:23 ` Sean Paul
  2 siblings, 0 replies; 5+ messages in thread
From: Boris Brezillon @ 2017-03-29  7:46 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Neil Armstrong, DRI Development, Daniel Vetter, Dave Airlie,
	Shawn Guo, Gerd Hoffmann

On Wed, 29 Mar 2017 09:38:15 +0200
Daniel Vetter <daniel.vetter@ffwll.ch> wrote:

> I think the initial experiment worked fairly well, and the
> kickstarting of a review (well, ack/best practices really) market
> seems to work ok-ish too. I think we can try to make it (slowly) scale
> to more drivers, with driver teams interested in being part of
> drm-misc. I do think we need to be careful though, to make sure we
> don't overstretch the review/mentoring bandwidth and can improve
> process&tooling as we go.
> 
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Sean Paul <seanpaul@chromium.org>
> Cc: Archit Taneja <architt@codeaurora.org>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Boris Brezillon <boris.brezillon@free-electrons.com>

Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

> Cc: Neil Armstrong <narmstrong@baylibre.com>
> Cc: Mark Yao <mark.yao@rock-chips.com>
> Cc: Eric Anholt <eric@anholt.net>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Dave Airlie <airlied@redhat.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  drm-misc.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drm-misc.rst b/drm-misc.rst
> index b6d01f2c7c2b..e4409cce8178 100644
> --- a/drm-misc.rst
> +++ b/drm-misc.rst
> @@ -105,8 +105,8 @@ Small Drivers
>  =============
>  
>  Small drivers, where a full tree is overkill, can be maintained in drm-misc. For
> -now it's just an experiment with a few drivers to figure out a working process.
> -Slightly different rules apply:
> +now there's just a few drivers maintained in drm-misc, but we can slowly add
> +more to figure out how to make this scale. Slightly different rules apply:
>  
>  * Small is measured in patches merged per kernel release. The occasional big
>    patch series is still acceptable if it's not a common thing (e.g. new hw

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm-misc: Next phase in small drivers in drm-misc
  2017-03-29  7:38 [PATCH] drm-misc: Next phase in small drivers in drm-misc Daniel Vetter
  2017-03-29  7:46 ` Boris Brezillon
@ 2017-03-29  8:26 ` Shawn Guo
  2017-04-03 14:23 ` Sean Paul
  2 siblings, 0 replies; 5+ messages in thread
From: Shawn Guo @ 2017-03-29  8:26 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Neil Armstrong, DRI Development, Daniel Vetter, Dave Airlie,
	Gerd Hoffmann

On Wed, Mar 29, 2017 at 09:38:15AM +0200, Daniel Vetter wrote:
> I think the initial experiment worked fairly well, and the
> kickstarting of a review (well, ack/best practices really) market
> seems to work ok-ish too. I think we can try to make it (slowly) scale
> to more drivers, with driver teams interested in being part of
> drm-misc. I do think we need to be careful though, to make sure we
> don't overstretch the review/mentoring bandwidth and can improve
> process&tooling as we go.
> 
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Sean Paul <seanpaul@chromium.org>
> Cc: Archit Taneja <architt@codeaurora.org>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
> Cc: Neil Armstrong <narmstrong@baylibre.com>
> Cc: Mark Yao <mark.yao@rock-chips.com>
> Cc: Eric Anholt <eric@anholt.net>
> Cc: Shawn Guo <shawnguo@kernel.org>

Acked-by: Shawn Guo <shawnguo@kernel.org>

> Cc: Dave Airlie <airlied@redhat.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm-misc: Next phase in small drivers in drm-misc
  2017-03-29  7:38 [PATCH] drm-misc: Next phase in small drivers in drm-misc Daniel Vetter
  2017-03-29  7:46 ` Boris Brezillon
  2017-03-29  8:26 ` Shawn Guo
@ 2017-04-03 14:23 ` Sean Paul
  2017-04-03 14:32   ` Daniel Vetter
  2 siblings, 1 reply; 5+ messages in thread
From: Sean Paul @ 2017-04-03 14:23 UTC (permalink / raw)
  To: Daniel Vetter
  Cc: Neil Armstrong, DRI Development, Daniel Vetter, Dave Airlie,
	Shawn Guo, Gerd Hoffmann

On Wed, Mar 29, 2017 at 09:38:15AM +0200, Daniel Vetter wrote:
> I think the initial experiment worked fairly well, and the
> kickstarting of a review (well, ack/best practices really) market
> seems to work ok-ish too. I think we can try to make it (slowly) scale
> to more drivers, with driver teams interested in being part of
> drm-misc. I do think we need to be careful though, to make sure we
> don't overstretch the review/mentoring bandwidth and can improve
> process&tooling as we go.
> 
> Cc: Sumit Semwal <sumit.semwal@linaro.org>
> Cc: Gustavo Padovan <gustavo@padovan.org>
> Cc: Jani Nikula <jani.nikula@linux.intel.com>
> Cc: Sean Paul <seanpaul@chromium.org>

Acked-by: Sean Paul <seanpaul@chromium.org>

> Cc: Archit Taneja <architt@codeaurora.org>
> Cc: Gerd Hoffmann <kraxel@redhat.com>
> Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
> Cc: Neil Armstrong <narmstrong@baylibre.com>
> Cc: Mark Yao <mark.yao@rock-chips.com>
> Cc: Eric Anholt <eric@anholt.net>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Dave Airlie <airlied@redhat.com>
> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> ---
>  drm-misc.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drm-misc.rst b/drm-misc.rst
> index b6d01f2c7c2b..e4409cce8178 100644
> --- a/drm-misc.rst
> +++ b/drm-misc.rst
> @@ -105,8 +105,8 @@ Small Drivers
>  =============
>  
>  Small drivers, where a full tree is overkill, can be maintained in drm-misc. For
> -now it's just an experiment with a few drivers to figure out a working process.
> -Slightly different rules apply:
> +now there's just a few drivers maintained in drm-misc, but we can slowly add
> +more to figure out how to make this scale. Slightly different rules apply:
>  
>  * Small is measured in patches merged per kernel release. The occasional big
>    patch series is still acceptable if it's not a common thing (e.g. new hw
> -- 
> 2.11.0

-- 
Sean Paul, Software Engineer, Google / Chromium OS
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] drm-misc: Next phase in small drivers in drm-misc
  2017-04-03 14:23 ` Sean Paul
@ 2017-04-03 14:32   ` Daniel Vetter
  0 siblings, 0 replies; 5+ messages in thread
From: Daniel Vetter @ 2017-04-03 14:32 UTC (permalink / raw)
  To: Sean Paul
  Cc: Neil Armstrong, Daniel Vetter, Daniel Vetter, DRI Development,
	Dave Airlie, Shawn Guo, Gerd Hoffmann

On Mon, Apr 03, 2017 at 10:23:08AM -0400, Sean Paul wrote:
> On Wed, Mar 29, 2017 at 09:38:15AM +0200, Daniel Vetter wrote:
> > I think the initial experiment worked fairly well, and the
> > kickstarting of a review (well, ack/best practices really) market
> > seems to work ok-ish too. I think we can try to make it (slowly) scale
> > to more drivers, with driver teams interested in being part of
> > drm-misc. I do think we need to be careful though, to make sure we
> > don't overstretch the review/mentoring bandwidth and can improve
> > process&tooling as we go.
> > 
> > Cc: Sumit Semwal <sumit.semwal@linaro.org>
> > Cc: Gustavo Padovan <gustavo@padovan.org>
> > Cc: Jani Nikula <jani.nikula@linux.intel.com>
> > Cc: Sean Paul <seanpaul@chromium.org>
> 
> Acked-by: Sean Paul <seanpaul@chromium.org>

And pushed with Jani's irc-ack.
-Daniel

> 
> > Cc: Archit Taneja <architt@codeaurora.org>
> > Cc: Gerd Hoffmann <kraxel@redhat.com>
> > Cc: Boris Brezillon <boris.brezillon@free-electrons.com>
> > Cc: Neil Armstrong <narmstrong@baylibre.com>
> > Cc: Mark Yao <mark.yao@rock-chips.com>
> > Cc: Eric Anholt <eric@anholt.net>
> > Cc: Shawn Guo <shawnguo@kernel.org>
> > Cc: Dave Airlie <airlied@redhat.com>
> > Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
> > ---
> >  drm-misc.rst | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/drm-misc.rst b/drm-misc.rst
> > index b6d01f2c7c2b..e4409cce8178 100644
> > --- a/drm-misc.rst
> > +++ b/drm-misc.rst
> > @@ -105,8 +105,8 @@ Small Drivers
> >  =============
> >  
> >  Small drivers, where a full tree is overkill, can be maintained in drm-misc. For
> > -now it's just an experiment with a few drivers to figure out a working process.
> > -Slightly different rules apply:
> > +now there's just a few drivers maintained in drm-misc, but we can slowly add
> > +more to figure out how to make this scale. Slightly different rules apply:
> >  
> >  * Small is measured in patches merged per kernel release. The occasional big
> >    patch series is still acceptable if it's not a common thing (e.g. new hw
> > -- 
> > 2.11.0
> 
> -- 
> Sean Paul, Software Engineer, Google / Chromium OS

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-04-03 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29  7:38 [PATCH] drm-misc: Next phase in small drivers in drm-misc Daniel Vetter
2017-03-29  7:46 ` Boris Brezillon
2017-03-29  8:26 ` Shawn Guo
2017-04-03 14:23 ` Sean Paul
2017-04-03 14:32   ` Daniel Vetter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.