This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d4425649c630 Merge tag 'hwmon-for-v5.2-rc4' of git://git.kernel.org/pub [...] new a6315005a2d4 drm/i915/icl: Add WaDisableBankHangMode new 387a4c2b5529 drm/i915/gvt: Initialize intel_gvt_gtt_entry in stack new 1fd45b09b10f drm/i915/gvt: Update force-to-nonpriv register whitelist new 888c0094b2e2 drm/i915/gvt: Fix GFX_MODE handling new cb2808da74f0 drm/i915/gvt: Fix vGPU CSFE_CHICKEN1_REG mmio handler new 5e0b3f3b2773 drm/i915/gvt: refine ggtt range validation new 3035e8cd6c31 drm/i915/gvt: Fix cmd length of VEB_DI_IECP new afb286bcae85 Merge tag 'gvt-fixes-2019-05-30' of https://github.com/int [...] new 351212f69dc6 Merge tag 'drm-intel-fixes-2019-06-03' of git://anongit.fr [...] new ce0e22f5d886 drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2) new 1019fe047a48 drm/amd/powerplay: add set_power_profile_mode for raven1_refresh new 192905989302 drm/amd/amdgpu: add RLC firmware to support raven1 refresh new 75cb3776fdff Merge branch 'drm-fixes-5.2' of git://people.freedesktop.o [...] new d985a3533274 drm/rockchip: fix fb references in async update new 332af874db92 drm/amd: fix fb references in async update new 474d952b4870 drm/msm: fix fb references in async update new c16b85559dcf drm/vc4: fix fb references in async update new 89a4aac0ab0e drm: don't block fb changes for async plane updates new 283f1e383e91 udmabuf: actually unmap the scatterlist new dbd9f78ed237 Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.fre [...] new ba1b9f8c4658 drm/komeda: Constify the usage of komeda_component/pipelin [...] new a260e0b847f0 drm/komeda: fixing of DMA mapping sg segment warning new 6a88e0c14813 drm/arm/mali-dp: Add a loop around the second set CVAL and [...] new b96151edced4 drm/arm/hdlcd: Actually validate CRTC modes new 1c810739097f drm/arm/hdlcd: Allow a bit of clock tolerance new 7cb8bec20525 drm/komeda: remove set but not used variable 'kcrtc' new 6d10dc617b41 drm/komeda: Potential error pointer dereference new bcc9d0e346f9 Merge branch 'malidp-fixes' of git://linux-arm.org/linux-l [...] new 27348cc9c8ec drm/i915/gvt: Check if cur_pt_type is valid new 0b32e1974969 drm/i915/gvt: Assign NULL to the pointer after memory free. new 3fcb01f8ab9d drm/i915/gvt: add F_CMD_ACCESS flag for wa regs new 15e7f52a4596 drm/i915/gvt: save RING_HEAD into vreg when vgpu switched out new fa2eb819ddf9 Merge tag 'gvt-fixes-2019-06-05' of https://github.com/int [...] new e659b4122cf9 Merge tag 'drm-intel-fixes-2019-06-06' of git://anongit.fr [...] new 8854eed1a4f5 drm/nouveau/core: pass subdev into nvkm_firmware_get, rath [...] new 475cf02b8345 drm/nouveau/core: support versioned firmware loading new c26f3061fe51 drm/nouveau/secboot: pass max supported FW version to LS l [...] new 5f0f8b573a79 drm/nouveau/secboot: split out FW version-specific LS func [...] new 9352ce377512 drm/nouveau/secboot: enable loading of versioned LS PMU/SE [...] new ab4bec16d4bc drm/nouveau/secboot/gp10[2467]: support newer FW to fix SE [...] new 671e2ee5ee21 Merge branch 'linux-5.2' of git://github.com/skeggsb/linux [...] new 79c3ba3206c7 Merge tag 'drm-fixes-2019-06-07-1' of git://anongit.freede [...]
The 42 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: drivers/dma-buf/udmabuf.c | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 ++--- drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c | 15 ++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_pm.h | 1 + drivers/gpu/drm/amd/amdgpu/amdgpu_vce.c | 4 +- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 12 ++++- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +- drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c | 1 + drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 31 ++++++++++-- drivers/gpu/drm/amd/powerplay/inc/hwmgr.h | 1 + .../gpu/drm/arm/display/komeda/d71/d71_component.c | 8 ++-- drivers/gpu/drm/arm/display/komeda/d71/d71_dev.c | 4 +- drivers/gpu/drm/arm/display/komeda/komeda_crtc.c | 2 +- drivers/gpu/drm/arm/display/komeda/komeda_dev.c | 6 ++- drivers/gpu/drm/arm/display/komeda/komeda_dev.h | 8 ++-- .../gpu/drm/arm/display/komeda/komeda_pipeline.c | 4 +- .../gpu/drm/arm/display/komeda/komeda_pipeline.h | 10 ++-- drivers/gpu/drm/arm/display/komeda/komeda_plane.c | 4 +- drivers/gpu/drm/arm/hdlcd_crtc.c | 14 +++--- drivers/gpu/drm/arm/malidp_drv.c | 13 ++++- drivers/gpu/drm/drm_atomic_helper.c | 22 +++++---- drivers/gpu/drm/i915/gvt/cmd_parser.c | 2 +- drivers/gpu/drm/i915/gvt/gtt.c | 38 +++++++++++---- drivers/gpu/drm/i915/gvt/handlers.c | 49 ++++++++++++++++--- drivers/gpu/drm/i915/gvt/reg.h | 2 + drivers/gpu/drm/i915/gvt/scheduler.c | 25 ++++++++++ drivers/gpu/drm/i915/gvt/scheduler.h | 1 + drivers/gpu/drm/i915/i915_reg.h | 3 ++ drivers/gpu/drm/i915/intel_workarounds.c | 6 +++ drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c | 4 ++ .../gpu/drm/nouveau/include/nvkm/core/firmware.h | 16 +++---- drivers/gpu/drm/nouveau/nvkm/core/firmware.c | 33 +++++++++++-- drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c | 4 +- drivers/gpu/drm/nouveau/nvkm/subdev/secboot/acr.c | 2 +- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.c | 56 ++++++++++++++++------ .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r352.h | 22 ++++++--- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r361.c | 50 +++++++++++++++---- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r361.h | 3 +- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r367.c | 33 +++++++++---- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r370.c | 36 +++++++++++--- .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r370.h | 1 + .../gpu/drm/nouveau/nvkm/subdev/secboot/acr_r375.c | 12 ++++- .../gpu/drm/nouveau/nvkm/subdev/secboot/ls_ucode.h | 12 +++-- .../drm/nouveau/nvkm/subdev/secboot/ls_ucode_gr.c | 22 +++++---- .../nvkm/subdev/secboot/ls_ucode_msgqueue.c | 38 ++++++++------- drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 51 ++++++++++---------- drivers/gpu/drm/vc4/vc4_plane.c | 2 +- include/drm/drm_modeset_helper_vtables.h | 8 ++++ 48 files changed, 510 insertions(+), 197 deletions(-)