linux_dsm_epyc7002/drivers/gpu/drm/amd/powerplay/hwmgr
Linus Torvalds c353bfc6eb fixes/cleanups for rc1, non-desktop flags for VR
-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJaFkpiAAoJEAx081l5xIa+LOcQAJqXyh7vx++oPe5kJFC2rCoX
 MqX1aJ4nH8y04QJqLmKx1SC6eyYsTM92rcg3RfHOThktzonD5l2wSO9TvCkmLtr9
 2n9P/aYMcbPTZntrbJc4mQyzd82U0D4h40i5Cmhr9n4gcLPOsOpau/7eclyuEUds
 PHZSTCRq0Ygk1K5VWQPyKsY1k1TqFes2YE46FJzkD8SQwKDfbWxVZG0BPnvqb5Om
 PMVobnEukruzpsSqnetaEYsW89e0TJ2TW9MSCfVohzWvyCVGzmwSzqaooqOkgFe2
 5ZrzA4aW6qRez4nXN2Zw+p9qhS4DZ8MVEJO8qczrR6BGx5yRlHriGhs+5FQskGBT
 Idqj6YZX3x/qab/AXQy0fzn2lrZdwxTolG6BgnNOwdGhyFEfz7P7p9kcv4QLbyn5
 8MynMUcLmOkpouHD0mpIwn5kS7EU4hbEPGOeBwxy54FbiLFWb81FjlGts2N+/ckI
 69UlmyyFZrpxvTmL9vRzvGCeO0zdfvKtBa1GoYWbzNTs8r50F2EtdJkS64SYOVOf
 o4ApcG5bznx42NfBwa3TBc+NETTYJPS0blFImPVu1qvdQn5AciX137vYbqzwuqac
 2gM2m6Rdfpncw/3VRIePwXYwpNS/3fsa3V6UgzTFlDhrQCtP2XxKPhfru7pFN+te
 Vav1I46Q8pa7ko8dS3A3
 =P4O6
 -----END PGP SIGNATURE-----

Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux

Pull more drm updates from Dave Airlie:
 "Fixes/cleanups for rc1, non-desktop flags for VR

   - remove the MSM dt-bindings file Rob managed to push in the previous
     pull.

   - add a property/edid quirk to denote HMD devices, I had these
     hanging around for a few weeks and Keith had done some work on
     them, they are fairly self contained and small, and only affect
     people using HTC Vive VR headsets so far.

   - amdgpu, tegra, tilcdc, fsl fixes

   - some imx-drm cleanups I missed, these seemed pretty small, and no
     reason to hold off.

  I have one TTM regression fix (fixes bochs-vga in qemu) sitting
  locally awaiting review I'll probably send that in a separate pull
  request tomorrow"

* tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linux: (33 commits)
  dt-bindings: remove file that was added accidentally
  drm/edid: quirk HTC vive headset as non-desktop. [v2]
  drm/fb: add support for not enabling fbcon on non-desktop displays [v2]
  drm: add connector info/property for non-desktop displays [v2]
  drm/amdgpu: fix rmmod KCQ disable failed error
  drm/amdgpu: fix kernel hang when starting VNC server
  drm/amdgpu: don't skip attributes when powerplay is enabled
  drm/amd/pp: fix typecast error in powerplay.
  drm/tilcdc: Remove obsolete "ti,tilcdc,slave" dts binding support
  drm/tegra: sor: Reimplement pad clock
  Revert "drm/radeon: dont switch vt on suspend"
  drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fence
  drm/amd/powerplay: fix unfreeze level smc message for smu7
  drm/amdgpu:fix memleak
  drm/amdgpu:fix memleak in takedown
  drm/amd/pp: fix dpm randomly failed on Vega10
  drm/amdgpu: set f_mapping on exported DMA-bufs
  drm/amdgpu: Properly allocate VM invalidate eng v2
  drm/fsl-dcu: enable IRQ before drm_atomic_helper_resume()
  drm/fsl-dcu: avoid disabling pixel clock twice on suspend
  ...
2017-11-23 21:04:56 -10:00
..
cz_clockpowergating.c drm/amd/powerplay: refine interface in struct pp_smumgr_func 2017-09-26 15:14:26 -04:00
cz_clockpowergating.h drm/amd/powerplay: use struct amd_pm_funcs in powerplay 2017-09-18 23:30:34 -04:00
cz_hwmgr.c drm/amd/powerplay: Tidy up cz_dpm_powerup_vce() 2017-10-19 15:27:15 -04:00
cz_hwmgr.h drm/amd/powerplay: change function name to make code more readable 2017-01-27 11:13:02 -05:00
hardwaremanager.c drm/amd/powerplay: refine phm_register_thermal_interrupt interface 2017-09-26 15:14:19 -04:00
hwmgr_ppt.h drm/amd/powerplay: add some new structures for Vega10 2017-03-29 23:54:52 -04:00
hwmgr.c drm/amd/powerplay: fix mclk can't switch on Tonga 2017-10-06 17:43:51 -04:00
Makefile main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
pp_acpi.c drm/amd: include <linux/delay.h> instead of "linux/delay.h" 2017-05-22 10:05:00 +02:00
pp_overdriver.c main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
pp_overdriver.h amdgpu/pp: reduce size of vega10_fuses_default 2017-09-28 16:03:28 -04:00
pp_psm.c drm/amd/powerplay: fix mclk can't switch on Tonga 2017-10-06 17:43:51 -04:00
pp_psm.h drm/amd/powerplay: Fix psm_set_user_performance_state() 2017-09-12 14:23:18 -04:00
ppatomctrl.c drm/amd/powerplay: fix copy-n-paste error on vddci_buf index 2017-11-09 18:12:19 -05:00
ppatomctrl.h drm/amd/powerplay: Add support functions for CI to ppatomctrl.c 2017-09-26 13:06:59 -04:00
ppatomfwctrl.c drm/amd/powerplay: fix PSI not enabled by kmd 2017-08-15 14:46:10 -04:00
ppatomfwctrl.h drm/amd/powerplay: add avfs profiling_info_v4_2 support on Vega10. 2017-07-14 11:06:07 -04:00
ppevvmath.h drm/amd/powerplay: Delete unused functions in ppevvmath.h 2016-07-29 14:36:56 -04:00
pppcielanes.c drm/amd/powerplay: add Tonga dpm support (v3) 2015-12-21 16:42:15 -05:00
pppcielanes.h drm/amd/powerplay: add Tonga dpm support (v3) 2015-12-21 16:42:15 -05:00
pptable_v1_0.h drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*. 2016-09-16 15:52:49 -04:00
process_pptables_v1_0.c drm/amd/pp: fix typecast error in powerplay. 2017-11-20 18:20:24 -05:00
process_pptables_v1_0.h drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0*. 2016-09-16 15:52:49 -04:00
processpptables.c amdgpu/pp: constify soft_dummy_pp_table. 2017-09-29 12:24:38 -04:00
processpptables.h drm/amd/powerplay: add pp_tables_get_response_times function in process pptables 2016-07-15 12:34:03 -04:00
rv_hwmgr.c drm/amd/powerplay: retrieve the real-time coreClock values 2017-10-25 23:09:38 -04:00
rv_hwmgr.h drm/amd/powerplay: get raven max/min gfx clocks (v2) 2017-10-06 17:43:40 -04:00
rv_inc.h drm/amd/powerplay: add raven support in smumgr. (v2) 2017-05-24 17:41:51 -04:00
smu7_clockpowergating.c drm/amd/powerplay: refine interface in struct pp_smumgr_func 2017-09-26 15:14:26 -04:00
smu7_clockpowergating.h drm/amd/powerplay: use struct amd_pm_funcs in powerplay 2017-09-18 23:30:34 -04:00
smu7_dyn_defaults.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_hwmgr.c drm/amd/powerplay: fix unfreeze level smc message for smu7 2017-11-16 13:37:06 -05:00
smu7_hwmgr.h drm/amd/powerplay: Simplify smu7_voting_clients() 2017-09-26 13:07:01 -04:00
smu7_powertune.c drm/amd/powerplay: refine powerplay code. 2017-09-26 15:14:27 -04:00
smu7_powertune.h drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7. 2016-09-19 13:22:10 -04:00
smu7_thermal.c drm/amd/powerplay: refine interface in struct pp_smumgr_func 2017-09-26 15:14:26 -04:00
smu7_thermal.h drm/amd/powerplay: refine code for thermal control in powerplay 2017-09-18 23:30:31 -04:00
vega10_hwmgr.c drm/amd/pp: fix dpm randomly failed on Vega10 2017-11-15 14:03:45 -05:00
vega10_hwmgr.h drm/amd/pp: fix dpm randomly failed on Vega10 2017-11-15 14:03:45 -05:00
vega10_inc.h drm/amd/powerplay: add Vega10 powerplay support (v5) 2017-03-29 23:54:54 -04:00
vega10_powertune.c drm/amd/powerplay: fixed wrong return value on error (v2) 2017-10-06 16:50:36 -04:00
vega10_powertune.h drm/amd/powerplay: added didt support for vega10 2017-07-14 11:06:26 -04:00
vega10_pptable.h drm/amd/powerplay: add support for ATOM GFXCLK table v2. 2017-06-29 12:43:44 -04:00
vega10_processpptables.c drm/amd/powerplay: Place the constant on the right side of the test 2017-10-19 15:27:23 -04:00
vega10_processpptables.h drm/amd/powerplay: port newest process pptable code for vega10. 2017-04-07 15:15:43 -04:00
vega10_thermal.c drm/amd/powerplay: change ASIC temperature reading on Vega10 2017-10-27 16:14:30 -04:00
vega10_thermal.h drm/amd/pp: thermal control not enabled on vega10. 2017-10-19 15:27:19 -04:00