From: Rob Clark <robdclark@gmail.com>
To: dri-devel@lists.freedesktop.org
Cc: linux-arm-msm@vger.kernel.org, Rob Clark <robdclark@gmail.com>
Subject: [PATCH 0/7] drm/msm: what's in store for 3.15
Date: Mon, 10 Mar 2014 12:47:35 -0400 [thread overview]
Message-ID: <1394470062-27442-1-git-send-email-robdclark@gmail.com> (raw)
An early look at what I have lined up for 3.15. Main highlights are:
* HDMI audio support (sans interface to ALSA which needs to be
invented)
* Basic GPU power management
* Add chip-id param, so userspace can know the GPU patch revision
level (which gallium driver needs in a couple places)
* Convert over to use new componentised device support and get rid
of global pdev ptrs
Rob Clark (7):
drm/msm: hdmi audio support
drm/msm: add hang_debug module param
drm/msm: spin helper
drm/msm: crank down gpu when inactive
drm/msm: add chip-id param
drm/msm: use componentised device support
drm/msm: validate flags, etc
drivers/gpu/drm/msm/Makefile | 1 +
drivers/gpu/drm/msm/adreno/a3xx_gpu.c | 104 +++++++++---
drivers/gpu/drm/msm/adreno/adreno_gpu.c | 65 +++++---
drivers/gpu/drm/msm/adreno/adreno_gpu.h | 16 +-
drivers/gpu/drm/msm/hdmi/hdmi.c | 49 ++++--
drivers/gpu/drm/msm/hdmi/hdmi.h | 25 +++
drivers/gpu/drm/msm/hdmi/hdmi_audio.c | 273 ++++++++++++++++++++++++++++++++
drivers/gpu/drm/msm/hdmi/hdmi_bridge.c | 26 ++-
drivers/gpu/drm/msm/msm_drv.c | 160 ++++++++++++++++++-
drivers/gpu/drm/msm/msm_drv.h | 4 +
drivers/gpu/drm/msm/msm_gem_submit.c | 15 +-
drivers/gpu/drm/msm/msm_gpu.c | 85 +++++++++-
drivers/gpu/drm/msm/msm_gpu.h | 16 +-
include/uapi/drm/msm_drm.h | 12 ++
14 files changed, 759 insertions(+), 92 deletions(-)
create mode 100644 drivers/gpu/drm/msm/hdmi/hdmi_audio.c
--
1.8.5.3
next reply other threads:[~2014-03-10 16:47 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-10 16:47 Rob Clark [this message]
2014-03-10 16:47 ` [PATCH 1/7] drm/msm: hdmi audio support Rob Clark
2014-03-10 16:47 ` [PATCH 2/7] drm/msm: add hang_debug module param Rob Clark
2014-03-10 20:17 ` Jordan Crouse
2014-03-10 20:27 ` Rob Clark
2014-03-10 16:47 ` [PATCH 3/7] drm/msm: spin helper Rob Clark
2014-03-10 20:27 ` Jordan Crouse
2014-03-10 16:47 ` [PATCH 4/7] drm/msm: crank down gpu when inactive Rob Clark
2014-03-10 20:24 ` Jordan Crouse
2014-03-10 20:39 ` Rob Clark
2014-03-10 16:47 ` [PATCH 5/7] drm/msm: add chip-id param Rob Clark
2014-03-10 20:20 ` Jordan Crouse
2014-03-10 16:47 ` [PATCH 6/7] drm/msm: use componentised device support Rob Clark
2014-03-10 16:47 ` [PATCH 7/7] drm/msm: validate flags, etc Rob Clark
2014-03-10 20:22 ` Jordan Crouse
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=1394470062-27442-1-git-send-email-robdclark@gmail.com \
--to=robdclark@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.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