]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark/linux...
authorDave Airlie <airlied@redhat.com>
Fri, 12 Jan 2018 01:45:18 +0000 (11:45 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 12 Jan 2018 01:45:18 +0000 (11:45 +1000)
commite74789b31ace0f7647a760f03ae908b9473c96c5
treec5c59de32f20a0161e4c7d7e0269352b841eb4a2
parent15dbe52d3f58492f14562de9637c84cc1f6876e2
parent12a95076f0c89aef815603027747e0145d52ff72
Merge tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark/linux into drm-next

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

* tag 'drm-msm-next-2018-01-10' of git://people.freedesktop.org/~robclark/linux:
  drm/msm: Add devfreq support for the GPU
  drm/msm/adreno: a5xx: Explicitly program the CP0 performance counter
  drm/msm/adreno: Read the speed bins for a5xx targets
  drm/msm/adreno: Move clock parsing to adreno_gpu_init()
  drm/msm/adreno: Cleanup chipid parsing
  drm/msm/gpu: Remove unused bus scaling code
  drm/msm/adreno: Remove a useless call to dev_pm_opp_get_freq()
  drm/msm/adreno: Call dev_pm_opp_put()
  drm/msm: Fix NULL deref in adreno_load_gpu
  drm/msm: gpu: Only sync fences on rings that exist
  drm/msm: fix leak in failed get_pages
  drm/msm: avoid false-positive -Wmaybe-uninitialized warning
  drm/msm/mdp4: Deduplicate bus_find_device() by name matching
  drm/msm: add missing MODULE_FIRMWARE declarations
  drm/msm: update adreno firmware path in MODULE_FIRMWARE
  drm/msm: free kstrdup'd cmdline
  drm/msm: fix msm_rd_dump_submit prototype
  drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"