This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 234b69e3e089 ocfs2: fix ocfs2 read block panic new 658d8cbd07da drm/vc4: Fix the "no scaling" case on multi-planar YUV formats new 7eb332245726 drm/pl111: Make sure of_device_id tables are NULL terminated new 3510e7a7f910 drm/sun4i: Remove R40 display pipeline compatibles new fcb74da1eb8e drm: udl: Destroy framebuffer only if it was initialized new 6ee67e351cda drm/fb-helper: Remove set but not used variable 'connector_funcs' new 3c499ea0c662 drm/atomic: Use drm_drv_uses_atomic_modeset() for debugfs [...] new 57078338b2e4 drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers. new 558a9ef94a32 drm: sun4i: drop second PLL from A64 HDMI PHY new d5b3a31b1cea Merge tag 'drm-misc-fixes-2018-09-19' of git://anongit.fre [...] new db7c8f1e5f1c drm/i915/gvt: Init PHY related registers for BXT new d817de3bc186 drm/i915/gvt: Add GEN9_CLKGATE_DIS_4 to default BXT mmio handler new a1ac5f094301 drm/i915/gvt: request srcu_read_lock before checking if on [...] new 7759ca3aac79 drm/i915/gvt: clear ggtt entries when destroy vgpu new a530bf948ab7 Merge tag 'gvt-fixes-2018-09-18' of https://github.com/int [...] new 8ca4fff974ad Merge tag 'drm-intel-fixes-2018-09-19' of git://anongit.fr [...] new bfc888261474 drm/vmwgfx: don't check for old_crtc_state enable status new 0c1b174b1b9a drm/vmwgfx: limit screen size to stdu_max during check_modeset new 140b4e67c2e1 drm/vmwgfx: limit mode size for all display unit to texture_max new a4bd815a94b7 drm/vmwgfx: Don't impose STDU limits on framebuffer size new e71cf5918765 drm/vmwgfx: Fix buffer object eviction new 618cc1514b1e Merge branch 'vmwgfx-fixes-4.19' of git://people.freedeskt [...] new 30f3984ede68 drm/amdgpu: add new polaris pci id new caaa4c8a6be2 drm/amdgpu: Fix SDMA HQD destroy error on gfx_v7 new 15426dbb65c5 drm/amdkfd: Change the control stack MTYPE from UC to NC on GFX9 new 44d8cc6f1a90 drm/amdkfd: Fix ATS capablity was not reported correctly o [...] new 4fcb7f8be829 Merge branch 'drm-fixes-4.19' of git://people.freedesktop. [...] new a38fd7d808e6 Merge tag 'drm-fixes-2018-09-21' of git://anongit.freedesk [...]
The 27 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/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c | 6 +++- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_cgs.c | 14 ++++---- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 1 + drivers/gpu/drm/amd/amdkfd/kfd_device.c | 3 +- drivers/gpu/drm/amd/amdkfd/kfd_iommu.c | 13 ++++++- drivers/gpu/drm/amd/amdkfd/kfd_mqd_manager_v9.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 1 + drivers/gpu/drm/amd/amdkfd/kfd_topology.c | 21 +++++++++--- drivers/gpu/drm/amd/include/kgd_kfd_interface.h | 2 +- drivers/gpu/drm/drm_atomic.c | 2 +- drivers/gpu/drm/drm_debugfs.c | 2 +- drivers/gpu/drm/drm_fb_helper.c | 3 -- drivers/gpu/drm/i915/gvt/handlers.c | 1 + drivers/gpu/drm/i915/gvt/kvmgt.c | 7 +++- drivers/gpu/drm/i915/gvt/mmio.c | 28 +++++++++++++++ drivers/gpu/drm/i915/gvt/vgpu.c | 1 + drivers/gpu/drm/pl111/pl111_vexpress.c | 3 +- drivers/gpu/drm/sun4i/sun4i_drv.c | 1 - drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 1 - drivers/gpu/drm/sun4i/sun8i_mixer.c | 24 ------------- drivers/gpu/drm/sun4i/sun8i_tcon_top.c | 1 - drivers/gpu/drm/udl/udl_fb.c | 8 +++-- drivers/gpu/drm/vc4/vc4_plane.c | 25 +++++++------- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 42 ++++++++++++++++------- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 25 -------------- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 24 +++++++------ include/drm/drm_drv.h | 2 +- 30 files changed, 152 insertions(+), 117 deletions(-)