From: maxime.ripard@free-electrons.com (Maxime Ripard)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner sun4i DRM fixes for 4.9
Date: Thu, 22 Sep 2016 10:18:07 +0300 [thread overview]
Message-ID: <20160922071807.GA13920@lukather> (raw)
Hi David,
Here is a bunch of fixes for the previous pull request I sent.
Thanks!
Maxime
The following changes since commit 0c3ff44cc23cbede56aa1ca5916b126e681ca69b:
drm/sun4i: add missing header dependencies (2016-09-08 14:55:48 +0200)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-drm-fixes-for-4.9
for you to fetch changes up to f0188ef8301ccbb128bbfd10751a9aeca8c9172e:
drm/sun4i: Fix the high buffer address mask (2016-09-22 10:13:22 +0300)
----------------------------------------------------------------
Allwinner sun4i DRM fixes for 4.9
A few fixes for the sun4i drm driver that range, including some fixes that
might prevent multiple planes from working depending on the sequence where
they are enabled.
----------------------------------------------------------------
Chen-Yu Tsai (3):
drm/sun4i: dotclock: Fix clock rate read back calcation
drm/sun4i: dotclock: Allow divider = 127
drm/sun4i: dotclock: Round to closest clock rate
Maxime Ripard (3):
drm/sun4i: Fix formats usable by the primary plane
drm/sun4i: tv: Check mode pointer
drm/sun4i: Fix the high buffer address mask
Ville Syrj?l? (1):
drm/sun4i: Fix sparse warnings
Wei Yongjun (1):
drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()
drivers/gpu/drm/sun4i/sun4i_backend.c | 13 +++++---
drivers/gpu/drm/sun4i/sun4i_backend.h | 4 +--
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 7 +++--
drivers/gpu/drm/sun4i/sun4i_layer.c | 56 +++++++++++++++++++++++-----------
drivers/gpu/drm/sun4i/sun4i_tv.c | 46 ++++++++++++++++------------
5 files changed, 79 insertions(+), 47 deletions(-)
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20160922/42771ce4/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Maxime Ripard <maxime.ripard@free-electrons.com>
To: David Airlie <airlied@linux.ie>
Cc: dri-devel@lists.freedesktop.org, Chen-Yu Tsai <wens@csie.org>,
Maxime Ripard <maxime.ripard@free-electrons.com>,
linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Allwinner sun4i DRM fixes for 4.9
Date: Thu, 22 Sep 2016 10:18:07 +0300 [thread overview]
Message-ID: <20160922071807.GA13920@lukather> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 1883 bytes --]
Hi David,
Here is a bunch of fixes for the previous pull request I sent.
Thanks!
Maxime
The following changes since commit 0c3ff44cc23cbede56aa1ca5916b126e681ca69b:
drm/sun4i: add missing header dependencies (2016-09-08 14:55:48 +0200)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git tags/sunxi-drm-fixes-for-4.9
for you to fetch changes up to f0188ef8301ccbb128bbfd10751a9aeca8c9172e:
drm/sun4i: Fix the high buffer address mask (2016-09-22 10:13:22 +0300)
----------------------------------------------------------------
Allwinner sun4i DRM fixes for 4.9
A few fixes for the sun4i drm driver that range, including some fixes that
might prevent multiple planes from working depending on the sequence where
they are enabled.
----------------------------------------------------------------
Chen-Yu Tsai (3):
drm/sun4i: dotclock: Fix clock rate read back calcation
drm/sun4i: dotclock: Allow divider = 127
drm/sun4i: dotclock: Round to closest clock rate
Maxime Ripard (3):
drm/sun4i: Fix formats usable by the primary plane
drm/sun4i: tv: Check mode pointer
drm/sun4i: Fix the high buffer address mask
Ville Syrjälä (1):
drm/sun4i: Fix sparse warnings
Wei Yongjun (1):
drm/sun4i: backend: remove redundant dev_err call in sun4i_backend_bind()
drivers/gpu/drm/sun4i/sun4i_backend.c | 13 +++++---
drivers/gpu/drm/sun4i/sun4i_backend.h | 4 +--
drivers/gpu/drm/sun4i/sun4i_dotclock.c | 7 +++--
drivers/gpu/drm/sun4i/sun4i_layer.c | 56 +++++++++++++++++++++++-----------
drivers/gpu/drm/sun4i/sun4i_tv.c | 46 ++++++++++++++++------------
5 files changed, 79 insertions(+), 47 deletions(-)
--
Maxime Ripard, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2016-09-22 7:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-22 7:18 Maxime Ripard [this message]
2016-09-22 7:18 ` [GIT PULL] Allwinner sun4i DRM fixes for 4.9 Maxime Ripard
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=20160922071807.GA13920@lukather \
--to=maxime.ripard@free-electrons.com \
--cc=linux-arm-kernel@lists.infradead.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.