All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Clark <robdclark@gmail.com>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel <dri-devel@lists.freedesktop.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	freedreno <freedreno@lists.freedesktop.org>
Subject: [pull] drm/msm: msm-next for 4.16
Date: Wed, 10 Jan 2018 15:57:44 -0500	[thread overview]
Message-ID: <CAF6AEGt3OCw4-EBcs-43_CcKwEv04iwPfr_BmVu0X2u9W4uhDg@mail.gmail.com> (raw)

Hi Dave,

Updates for 4.16.. fairly small this time around, main thing is
devfreq support for the gpu.

The following changes since commit 9428088c90b6f7d5edd2a1b0d742c75339b36f6e:

  drm/qxl: reapply cursor after resetting primary (2017-12-08 13:37:02 +1000)

are available in the Git repository at:

  git://people.freedesktop.org/~robclark/linux tags/drm-msm-next-2018-01-10

for you to fetch changes up to f91c14ab448af4d9d57350301dd9d6b6a7b6128a:

  drm/msm: Add devfreq support for the GPU (2018-01-10 14:30:03 -0500)

----------------------------------------------------------------
Archit Taneja (1):
      drm/msm: Fix NULL deref in adreno_load_gpu

Arnd Bergmann (2):
      drm/msm: fix msm_rd_dump_submit prototype
      drm/msm: avoid false-positive -Wmaybe-uninitialized warning

Colin Ian King (1):
      drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"

Jordan Crouse (9):
      drm/msm: gpu: Only sync fences on rings that exist
      drm/msm/adreno: Call dev_pm_opp_put()
      drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()
      drm/msm/gpu: Remove unused bus scaling code
      drm/msm/adreno: Cleanup chipid parsing
      drm/msm/adreno: Move clock parsing to adreno_gpu_init()
      drm/msm/adreno: Read the speed bins for a5xx targets
      drm/msm/adreno: a5xx: Explicitly program the CP0 performance counter
      drm/msm: Add devfreq support for the GPU

Lukas Wunner (1):
      drm/msm/mdp4: Deduplicate bus_find_device() by name matching

Nicolas Dechesne (2):
      drm/msm: update adreno firmware path in MODULE_FIRMWARE
      drm/msm: add missing MODULE_FIRMWARE declarations

Prakash Kamliya (1):
      drm/msm: fix leak in failed get_pages

Rob Clark (1):
      drm/msm: free kstrdup'd cmdline

 drivers/gpu/drm/msm/adreno/a5xx_gpu.c      |  38 ++++++++
 drivers/gpu/drm/msm/adreno/a5xx_power.c    |   8 +-
 drivers/gpu/drm/msm/adreno/adreno_device.c | 140 ++++++++---------------------
 drivers/gpu/drm/msm/adreno/adreno_gpu.c    |  85 +++++++++++++++---
 drivers/gpu/drm/msm/adreno/adreno_gpu.h    |   4 -
 drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.h    |   7 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c  |   9 +-
 drivers/gpu/drm/msm/msm_drv.h              |   3 +-
 drivers/gpu/drm/msm/msm_gem.c              |  14 ++-
 drivers/gpu/drm/msm/msm_gpu.c              | 112 +++++++++++++++++------
 drivers/gpu/drm/msm/msm_gpu.h              |  14 +--
 11 files changed, 264 insertions(+), 170 deletions(-)

                 reply	other threads:[~2018-01-10 20:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=CAF6AEGt3OCw4-EBcs-43_CcKwEv04iwPfr_BmVu0X2u9W4uhDg@mail.gmail.com \
    --to=robdclark@gmail.com \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@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 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.