All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Ville Syrjälä" <ville.syrjala@linux.intel.com>
To: Oleksandr Andrushchenko <andr2000@gmail.com>
Cc: "dri-devel@lists.freedesktop.org" <dri-devel@lists.freedesktop.org>
Subject: Re: Questions on page flips and atomic modeset
Date: Fri, 9 Feb 2018 19:09:57 +0200	[thread overview]
Message-ID: <20180209170957.GN5453@intel.com> (raw)
In-Reply-To: <411b11f0-a10a-b89c-b341-810546d80724@gmail.com>

On Fri, Feb 09, 2018 at 06:30:08PM +0200, Oleksandr Andrushchenko wrote:
> -- OFFTOP --
> BTW, what is the right branch should I use
> for a new DRM driver and the patch like the above?
> I am lost a bit :)

Usual recommendation is to use:
git://anongit.freedesktop.org/drm-tip drm-tip

But note that as an integration tree it gets rebuilt every time
someone pushes something to one of the proper branches that are part of
drm-tip. So you don't want to use 'git rebase <remote>/drm-tip' to rebase
your work on top, and instead you'll want to use the rebase --onto
thing. 'dim retip' [1] (or the equivalent 'git retip' [2] in your
.gitconfig) does that for you neatly.

[1] https://01.org/linuxgraphics/gfx-docs/maintainer-tools/dim.html

[2]
 [alias]
	find-tip = log -1 --format=%H --grep=\"^drm-tip: .* integration manifest$\"
	retip = "!git rebase --onto drm_tip/drm-tip `git find-tip`"

-- 
Ville Syrjälä
Intel OTC
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2018-02-09 17:10 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-05 16:03 Questions on page flips and atomic modeset Oleksandr Andrushchenko
2018-02-05 16:47 ` Ville Syrjälä
2018-02-06  9:59   ` Oleksandr Andrushchenko
2018-02-06 16:04     ` Ville Syrjälä
2018-02-08  9:53       ` Oleksandr Andrushchenko
2018-02-09 15:53         ` Ville Syrjälä
2018-02-09 16:09           ` Oleksandr Andrushchenko
2018-02-09 16:24             ` Ville Syrjälä
2018-02-09 16:30               ` Oleksandr Andrushchenko
2018-02-09 17:09                 ` Ville Syrjälä [this message]
2018-02-10  8:35                   ` Oleksandr Andrushchenko
2018-02-19  9:36     ` Daniel Vetter
2018-02-19  9:43       ` Oleksandr Andrushchenko

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=20180209170957.GN5453@intel.com \
    --to=ville.syrjala@linux.intel.com \
    --cc=andr2000@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    /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 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.