From: Daniel Vetter <daniel.vetter@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: [PULL] topic/core-stuff
Date: Mon, 5 May 2014 11:19:19 +0200 [thread overview]
Message-ID: <20140505091804.GA11982@phenom.ffwll.local> (raw)
Hi Dave,
Update pull request with drm core patches. Mostly some polish for the
primary plane stuff and a pile of patches all over from Thierry. Has
survived a few days in drm-intel-nightly without causing ill.
I've frobbed my scripts a bit to also tag my topic branches so that you
have something stable to pull - I've accidentally pushed a bunch more
patches onto this branch before you've taken the old pull request.
Cheers, Daniel
The following changes since commit a798c10faf62a505d24e5f6213fbaf904a39623f:
Linux 3.15-rc2 (2014-04-20 11:08:50 -0700)
are available in the git repository at:
git://anongit.freedesktop.org/drm-intel tags/topic/core-stuff-2014-05-05
for you to fetch changes up to a74591d781a8e445e8d5aec8a8bb9ec43a31138b:
drm: Make drm_crtc_helper_disable() return void (2014-04-29 12:34:33 +0200)
----------------------------------------------------------------
Andrzej Hajda (1):
drm: make mode_valid callback optional
Daniel Vetter (4):
drm/plane_helper: don't disable plane in destroy function
drm/crtc-helper: gc usless connector loop in disable_unused_functions
drm: Simplify fb refcounting rules around ->update_plane
drm: Handle ->disable_plane failures correctly
Ilija Hadzic (1):
drm: remove unused argument from drm_open_helper
Matt Roper (1):
drm/plane-helper: Fix primary plane scaling check
Thierry Reding (8):
drm: Try to acquire modeset lock on panic or sysrq
drm/edid: Drop revision argument for drm_mode_std()
drm/edid: Cleanup kerneldoc
drm/fb: Fix typos
drm: Fixup flip-work kerneldoc
drm/dp: Fix typo in comment
drm: Fix indentation of closing brace
drm: Make drm_crtc_helper_disable() return void
Vandana Kannan (1):
drm/edid: Fill PAR in AVI infoframe based on CEA mode list
Documentation/DocBook/drm.tmpl | 6 +-
drivers/gpu/drm/ast/ast_mode.c | 7 --
drivers/gpu/drm/bridge/ptn3460.c | 7 --
drivers/gpu/drm/cirrus/cirrus_mode.c | 8 --
drivers/gpu/drm/drm_bufs.c | 2 +-
drivers/gpu/drm/drm_crtc.c | 27 +++--
drivers/gpu/drm/drm_crtc_helper.c | 13 +--
drivers/gpu/drm/drm_dp_helper.c | 2 +-
drivers/gpu/drm/drm_edid.c | 161 +++++++++++++++++++----------
drivers/gpu/drm/drm_fb_helper.c | 17 ++-
drivers/gpu/drm/drm_fops.c | 9 +-
drivers/gpu/drm/drm_plane_helper.c | 13 +--
drivers/gpu/drm/drm_probe_helper.c | 2 +-
drivers/gpu/drm/exynos/exynos_dp_core.c | 7 --
drivers/gpu/drm/exynos/exynos_drm_dpi.c | 7 --
drivers/gpu/drm/exynos/exynos_drm_vidi.c | 7 --
drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c | 7 --
drivers/gpu/drm/rcar-du/rcar_du_vgacon.c | 7 --
drivers/gpu/drm/shmobile/shmob_drm_crtc.c | 7 --
drivers/staging/imx-drm/imx-drm-core.c | 7 --
drivers/staging/imx-drm/imx-drm.h | 2 -
drivers/staging/imx-drm/imx-hdmi.c | 1 -
drivers/staging/imx-drm/imx-ldb.c | 1 -
drivers/staging/imx-drm/imx-tve.c | 4 -
drivers/staging/imx-drm/parallel-display.c | 1 -
include/drm/drm_crtc.h | 1 +
include/drm/drm_crtc_helper.h | 2 +-
include/drm/drm_flip_work.h | 1 +
28 files changed, 153 insertions(+), 183 deletions(-)
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
next reply other threads:[~2014-05-05 9:19 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-05 9:19 Daniel Vetter [this message]
2014-05-14 18:30 ` [PULL] topic/core-stuff Daniel Vetter
-- strict thread matches above, loose matches on Subject: below --
2014-06-02 8:09 Daniel Vetter
2014-06-30 11:43 Jani Nikula
2014-07-18 16:37 Daniel Vetter
2014-08-05 15:24 Daniel Vetter
2014-09-12 17:32 Daniel Vetter
2014-09-12 21:05 ` Dave Airlie
2014-09-15 8:58 Daniel Vetter
2014-09-24 10:24 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
2014-09-29 7:18 Daniel Vetter
2014-10-03 8:42 Daniel Vetter
2014-11-05 13:05 Daniel Vetter
2014-11-28 13:27 Daniel Vetter
2014-12-10 12:50 Daniel Vetter
2015-01-23 15:56 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=20140505091804.GA11982@phenom.ffwll.local \
--to=daniel.vetter@ffwll.ch \
--cc=airlied@gmail.com \
--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