dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Qiang Yu <yuq825@gmail.com>
Cc: lima@lists.freedesktop.org,
	Maxime Ripard <maxime.ripard@bootlin.com>,
	David Airlie <airlied@linux.ie>,
	dri-devel <dri-devel@lists.freedesktop.org>,
	Sean Paul <sean@poorly.run>
Subject: Re: [PATCH] MAINTAINERS: add drm/lima driver info
Date: Wed, 3 Apr 2019 14:46:47 +0200	[thread overview]
Message-ID: <CAKMK7uEoAYNq3xRnTpw55YwiqYdF4fxDpDmxYSrY4vS-oKFtjw@mail.gmail.com> (raw)
In-Reply-To: <CAKGbVbuc6DjCyKNKhD=gNi=ssETTjCfEoNxbNnJXfho-M_1fow@mail.gmail.com>

On Wed, Apr 3, 2019 at 1:54 PM Qiang Yu <yuq825@gmail.com> wrote:
>
> Hi guys,
>
> I have some questions after reading the drm maintainer tools doc:
> https://drm.pages.freedesktop.org/maintainer-tools/getting-started.html
>
> 1. As a committer to drm-misc, do I still need to use dim? Wouldn't just
> raw git commands enough? For example just "git push" to the target
> drm-misc branch.

Yes, there's a pile of sanity checks in dim to make sure there's no
screw-ups. Everytime a new screw-up happens we try to improve the
tooling. So both patch applying and pushing must be done with dim.

> 2. Any special care need to take before push? Like need to test on
> some public CI/CD system or just test locally on affected functionality
> and arch is enough?

Unfortunately that's the one part not automated by dim, because
cross-compiler setups are too tricky. There's a few defconfigs in the
drm-rerere directory (that dim creates) which at least I myself use
for compile testing. So that still needs to be done.

> 3. Do drm-misc have plan to move to gitlab?

Yes, because we want to put all these checks server side (using gitlab
CI). Unfortunately it's held up with some infrastructure work. See
https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/69 for
current status.

Thanks, Daniel

>
> Thanks,
> Qiang
>
> On Tue, Apr 2, 2019 at 10:30 AM Qiang Yu <yuq825@gmail.com> wrote:
> >
> > On Tue, Apr 2, 2019 at 1:48 AM Eric Anholt <eric@anholt.net> wrote:
> > >
> > > Qiang Yu <yuq825@gmail.com> writes:
> > >
> > > > On Fri, Mar 29, 2019 at 11:20 PM Daniel Vetter <daniel@ffwll.ch> wrote:
> > > >>
> > > >> On Fri, Mar 29, 2019 at 09:47:48PM +0800, Qiang Yu wrote:
> > > >> > Signed-off-by: Qiang Yu <yuq825@gmail.com>
> > > >> > ---
> > > >> >  MAINTAINERS | 9 +++++++++
> > > >> >  1 file changed, 9 insertions(+)
> > > >> >
> > > >> > diff --git a/MAINTAINERS b/MAINTAINERS
> > > >> > index f8e63bcc4c1c..cd2d632b713d 100644
> > > >> > --- a/MAINTAINERS
> > > >> > +++ b/MAINTAINERS
> > > >> > @@ -5101,6 +5101,15 @@ S:     Maintained
> > > >> >  F:   drivers/gpu/drm/hisilicon/
> > > >> >  F:   Documentation/devicetree/bindings/display/hisilicon/
> > > >> >
> > > >> > +DRM DRIVERS FOR LIMA
> > > >> > +M:   Qiang Yu <yuq825@gmail.com>
> > > >> > +L:   dri-devel@lists.freedesktop.org
> > > >> > +L:   lima@lists.freedesktop.org
> > > >> > +S:   Maintained
> > > >> > +F:   drivers/gpu/drm/lima/
> > > >> > +F:   include/uapi/drm/lima_drm.h
> > > >> > +T:   git git://anongit.freedesktop.org/drm/drm-misc
> > > >>
> > > >> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> > > >>
> > > >> btw where's your fdo account request so I can ack your drm-misc rights?
> > > > Here it is:
> > > > https://gitlab.freedesktop.org/freedesktop/freedesktop/issues/139
> > > >
> > > >> For merging I think Eric already volunteered, and for questions I think
> > > >> there's enough experienced drm-misc committers in this thread for smooth
> > > >> learning for you.
> > > >>
> > > > OK, thanks.
> > > >
> > > > Hi Eric, please go ahead to push the lima driver and this patch, thanks.
> > >
> > > Did builds on x86_64, arm64, and arm, and all looked good.  Merged now.
> > > Congrats!
> > >
> > > Once this hits drm-next, we'll be ready to merge the Mesa side.
> >
> > Thanks very much!
> >
> > Regards,
> > Qiang



-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

      reply	other threads:[~2019-04-03 12:46 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-09 12:20 [PATCH v8] drm/lima: driver for ARM Mali4xx GPUs Qiang Yu
2019-03-10  1:01 ` kbuild test robot
2019-03-10  2:00 ` kbuild test robot
2019-03-10  2:40   ` Qiang Yu
2019-03-11 15:37 ` Rob Herring
2019-03-12  1:54   ` Qiang Yu
2019-03-12  8:11     ` Heiko Stuebner
2019-03-26 20:40       ` Vasily Khoruzhick
2019-03-27  9:15         ` Neil Armstrong
2019-03-27 13:53           ` Brian Starkey
2019-03-27 14:27           ` Rob Herring
2019-03-27 16:33             ` Eric Anholt
2019-03-27 19:06           ` Eric Anholt
2019-03-28 14:12             ` Neil Armstrong
2019-03-28 14:25               ` Daniel Vetter
2019-03-28 21:31                 ` Eric Anholt
2019-03-29  2:29                   ` Qiang Yu
2019-03-29 13:47 ` [PATCH] MAINTAINERS: add drm/lima driver info Qiang Yu
2019-03-29 14:37   ` [Lima] " Neil Armstrong
2019-03-29 15:20   ` Daniel Vetter
2019-03-30 12:31     ` Qiang Yu
2019-04-01 17:48       ` Eric Anholt
2019-04-02  2:30         ` Qiang Yu
2019-04-03 11:53           ` Qiang Yu
2019-04-03 12:46             ` Daniel Vetter [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAKMK7uEoAYNq3xRnTpw55YwiqYdF4fxDpDmxYSrY4vS-oKFtjw@mail.gmail.com \
    --to=daniel@ffwll.ch \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=lima@lists.freedesktop.org \
    --cc=maxime.ripard@bootlin.com \
    --cc=sean@poorly.run \
    --cc=yuq825@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).