All of lore.kernel.org
 help / color / mirror / Atom feed
* [pull] drm/msm: msm-next for 4.16
@ 2018-01-10 20:57 Rob Clark
  0 siblings, 0 replies; only message in thread
From: Rob Clark @ 2018-01-10 20:57 UTC (permalink / raw)
  To: Dave Airlie; +Cc: dri-devel, linux-arm-msm, freedreno

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(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-01-10 20:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-10 20:57 [pull] drm/msm: msm-next for 4.16 Rob Clark

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.