public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Dave Airlie <airlied@gmail.com>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>,
	intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PULL] topic/core-stuff
Date: Wed, 24 Sep 2014 21:43:49 +0200	[thread overview]
Message-ID: <20140924194349.GV15734@phenom.ffwll.local> (raw)
In-Reply-To: <20140924102453.GA6184@phenom.ffwll.local>

On Wed, Sep 24, 2014 at 12:24:53PM +0200, Daniel Vetter wrote:
> Hi Dave,
> 
> Just noticed that you've picked up the header rework stuff already, so
> I've rebased that out again. Otherwise just two stragglers from the vblank
> rework and the universal cursor planes locking fix. Plus sprinkling
> container_of all over fbdev emulation from Fabian.
> 
> Aside: I only have just 1 fix for drm-next atm for i915 and not terribly
> serious. So will probably only send you a pull for it when the merge
> window opens or something more serious shows up.
> 
> Cheers, Daniel
> 
> 
> The following changes since commit d743ecf360637d489a3ba81a268f574359149601:
> 
>   drm/doc: Fixup drm_irq kerneldoc includes. (2014-09-24 11:43:47 +1000)
> 
> are available in the git repository at:
> 
>   git://anongit.freedesktop.org/drm-intel tags/topic/core-stuff-2014-09-24
> 
> for you to fetch changes up to ee0d68ab5f0997a500fdf90924a58e787b216292:
> 
>   drm/udl: use container_of to resolve udl_fbdev from drm_fb_helper (2014-09-24 12:09:28 +0200)
> 
> ----------------------------------------------------------------
> Daniel Vetter (2):
>       drm: Fixup locking for universal cursor planes

Ok, this one here is bust since it introduces an inversion between the
modeset locks and fpriv->fbs_lock. Oh well. I'll try to patch this up
asap.
-Daniel

>       drm: Improve debug output for drm_wait_one_vblank
> 
> Fabian Frederick (9):
>       drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helper
>       drm/mgag200: use container_of to resolve mga_fbdev from drm_fb_helper
>       drm/radeon: use container_of to resolve radeon_fbdev from drm_fb_helper
>       drm/nouveau: use container_of to resolve nouveau_fbdev from drm_fb_helper
>       drm/nouveau: use container_of to resolve nouveau_plane from drm_plane
>       drm/qxl: use container_of to resolve qxl_fbdev from drm_fb_helper
>       drm/gma500: use container_of to resolve psb_fbdev from drm_fb_helper
>       drm/ast: use container_of to resolve ast_fbdev from drm_fb_helper
>       drm/udl: use container_of to resolve udl_fbdev from drm_fb_helper
> 
> Mario Kleiner (1):
>       drm: Don't update vblank timestamp when the counter didn't change
> 
>  drivers/gpu/drm/ast/ast_fb.c               |  3 +-
>  drivers/gpu/drm/cirrus/cirrus_fbdev.c      |  3 +-
>  drivers/gpu/drm/drm_crtc.c                 | 51 ++++++++++++++++++++----------
>  drivers/gpu/drm/drm_irq.c                  |  7 ++--
>  drivers/gpu/drm/gma500/framebuffer.c       |  3 +-
>  drivers/gpu/drm/mgag200/mgag200_fb.c       |  3 +-
>  drivers/gpu/drm/nouveau/dispnv04/overlay.c | 15 ++++++---
>  drivers/gpu/drm/nouveau/nouveau_fbcon.c    |  3 +-
>  drivers/gpu/drm/qxl/qxl_fb.c               |  3 +-
>  drivers/gpu/drm/radeon/radeon_fb.c         |  3 +-
>  drivers/gpu/drm/udl/udl_fb.c               |  3 +-
>  11 files changed, 65 insertions(+), 32 deletions(-)
> 
> -- 
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch

-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

  parent reply	other threads:[~2014-09-24 19:43 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 10:24 [PULL] topic/core-stuff Daniel Vetter
2014-09-24 16:24 ` Ilia Mirkin
2014-09-24 17:59   ` Daniel Vetter
2014-09-24 21:07     ` Dave Airlie
2014-09-24 19:43 ` Daniel Vetter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-01-23 15:56 Daniel Vetter
2014-12-10 12:50 Daniel Vetter
2014-11-28 13:27 Daniel Vetter
2014-11-05 13:05 Daniel Vetter
2014-10-03  8:42 Daniel Vetter
2014-09-29  7:18 Daniel Vetter
2014-09-15  8:58 Daniel Vetter
2014-09-12 17:32 Daniel Vetter
2014-09-12 21:05 ` Dave Airlie
2014-08-05 15:24 Daniel Vetter
2014-07-18 16:37 Daniel Vetter
2014-06-30 11:43 Jani Nikula
2014-06-02  8:09 Daniel Vetter
2014-05-05  9:19 Daniel Vetter
2014-05-14 18:30 ` Daniel Vetter

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=20140924194349.GV15734@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=airlied@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox