Linux/linux a3b25d1drivers/gpu/drm/amd/amdgpu amdgpu_psp.c gmc_v9_0.c, drivers/gpu/drm/amd/amdkfd kfd_device.c kfd_device_queue_manager.c

Merge tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drm

Pull drm fixes from Dave Airlie:
 "Nothing too unusual here for rc2. Except the amdgpu DMCU firmware
  loading fix caused build breakage with a different set of Kconfig
  options. I've just reverted it for now until the AMD folks can rewrite
  it to avoid that problem.

  i915:
   - boosting fix
   - bump ready task fixes
   - GVT - reset fix, error return, TRTT handling fix

  amdgpu:
   - DMCU firmware loading fix
   - Polaris 10 pci id for kfd
   - picasso screen corruption fix
   - SR-IOV fixes
   - vega driver reload fixes
   - SMU locking fix
   - compute profile fix for kfd

  vmwgfx:
   - integer overflow fixes
   - dma sg fix

  sun4i:
   - HDMI phy fixes

  gma500:
   - LVDS detection fix

  panfrost:
   - devfreq selection fix"

* tag 'drm-fixes-2019-05-24-1' of git://anongit.freedesktop.org/drm/drm: (32 commits)
  Revert "drm/amd/display: Don't load DMCU for Raven 1"
  drm/panfrost: Select devfreq
  drm/gma500/cdv: Check vbt config bits when detecting lvds panels
  drm/vmwgfx: integer underflow in vmw_cmd_dx_set_shader() leading to an invalid read
  drm/vmwgfx: NULL pointer dereference from vmw_cmd_dx_view_define()
  drm/vmwgfx: Use the dma scatter-gather iterator to get dma addresses
  drm/vmwgfx: Fix compat mode shader operation
  drm/vmwgfx: Fix user space handle equal to zero
  drm/vmwgfx: Don't send drm sysfs hotplug events on initial master set
  drm/i915/gvt: Fix an error code in ppgtt_populate_spt_by_guest_entry()
  drm/i915/gvt: do not let TRTTE and 0x4dfc write passthrough to hardware
  drm/i915/gvt: add 0x4dfc to gen9 save-restore list
  drm/i915/gvt: Tiled Resources mmios are in-context mmios for gen9+
  drm/i915/gvt: use cmd to restore in-context mmios to hw for gen9 platform
  drm/i915/gvt: emit init breadcrumb for gvt request
  drm/amdkfd: Fix compute profile switching
  drm/amdgpu: skip fw pri bo alloc for SRIOV
  drm/amd/powerplay: fix locking in smu_feature_set_supported()
  drm/amdgpu/gmc9: set vram_width properly for SR-IOV
  drm/amdgpu/soc15: skip reset on init
  ...
DeltaFile
+135-122drivers/gpu/drm/i915/i915_scheduler.c
+13-29drivers/gpu/drm/i915/i915_request.c
+16-13drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c
+7-20drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
+20-3drivers/gpu/drm/i915/gvt/scheduler.c
+10-13drivers/gpu/drm/i915/gvt/mmio_context.c
+19-1drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
+17-0drivers/gpu/drm/amd/amdkfd/kfd_device.c
+10-7drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
+0-15drivers/gpu/drm/i915/gvt/handlers.c
+9-5drivers/gpu/drm/i915/gvt/cmd_parser.c
+2-11drivers/gpu/drm/panfrost/panfrost_devfreq.c
+8-4drivers/gpu/drm/i915/selftests/intel_lrc.c
+6-5drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c
+10-1drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
+7-1drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
+7-0drivers/gpu/drm/amd/amdkfd/kfd_priv.h
+4-3drivers/gpu/drm/amd/display/include/dal_asic_id.h
+2-3drivers/gpu/drm/i915/i915_priolist_types.h
+3-2drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c
+5-0drivers/gpu/drm/amd/amdgpu/soc15.c
+3-1drivers/gpu/drm/i915/gvt/gtt.c
+3-0drivers/gpu/drm/gma500/intel_bios.c
+3-0drivers/gpu/drm/gma500/cdv_intel_lvds.c
+2-1drivers/gpu/drm/i915/i915_scheduler_types.h
+1-1drivers/gpu/drm/i915/intel_lrc.c
+1-1drivers/gpu/drm/amd/powerplay/amdgpu_smu.c
+1-1drivers/gpu/drm/vmwgfx/ttm_object.c
+1-1drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
+1-0drivers/gpu/drm/panfrost/Kconfig
+1-0drivers/gpu/drm/gma500/psb_drv.h
+327-26431 files

UnifiedSplitRaw