This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 84629d4370b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...] new 128260a41eeb drm/i915/execlists: Refactor -EIO markup of hung requests new 0336ab580878 drm/i915: Favor last VBT child device with conflicting AUX [...] new 4f2a572eda67 drm/i915/userptr: Never allow userptr into the mappable GGTT new 0a544a2a728e drm/i915: Fixup preempt-to-busy vs resubmission of a virtu [...] new 33ba90eecfef Merge tag 'drm-intel-fixes-2019-10-17' of git://anongit.fr [...] new 598c30dbcc94 drm/amdgpu/powerplay: fix typo in mvdd table setup new 8d13c187c42e Revert "drm/radeon: Fix EEH during kexec" new 984d7a929ad6 drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is no [...] new d12c50857c6e drm/amdgpu/sdma5: fix mask value of POLL_REGMEM packet for [...] new 7557d2783850 Merge tag 'drm-fixes-5.4-2019-10-16' of git://people.freed [...] new b33a654a5bd6 drm/tiny: Kconfig: Remove always-y THERMAL dep. from TINYD [...] new 11bcf5f78905 drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 new c3d79a83ca10 dma-buf/resv: fix exclusive fence get new 78e31c422617 drm/msm/dsi: Implement reset correctly new 73a88e4ce310 drm/ttm: fix busy reference in ttm_mem_evict_first new 941f2f72dbbe drm/ttm: Restore ttm prefaulting new 7fbc899ddeaa drm/ttm: fix handling in ttm_bo_add_mem_to_lru new eda6d764ac33 drm/panfrost: Add missing GPU feature registers new 5b3ec8134f5f drm/panfrost: Handle resetting on timeout better new 5c1e34b5159e Merge tag 'drm-misc-fixes-2019-10-17' of git://anongit.fre [...] new 839e0f04b504 Merge tag 'drm-fixes-2019-10-18' of git://anongit.freedesk [...]
The 21 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/dma-resv.c | 2 +- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 35 ++++++++++++ drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 35 ------------ drivers/gpu/drm/amd/amdgpu/sdma_v5_0.c | 2 +- .../drm/amd/powerplay/smumgr/polaris10_smumgr.c | 2 +- .../gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c | 2 +- drivers/gpu/drm/drm_edid.c | 3 ++ drivers/gpu/drm/i915/display/intel_bios.c | 22 +++++--- drivers/gpu/drm/i915/gem/i915_gem_mman.c | 7 +++ drivers/gpu/drm/i915/gem/i915_gem_object.h | 6 +++ drivers/gpu/drm/i915/gem/i915_gem_object_types.h | 3 +- drivers/gpu/drm/i915/gem/i915_gem_userptr.c | 1 + drivers/gpu/drm/i915/gt/intel_lrc.c | 63 +++++++++++++++------- drivers/gpu/drm/i915/i915_gem.c | 3 ++ drivers/gpu/drm/msm/dsi/dsi_host.c | 6 ++- drivers/gpu/drm/panfrost/panfrost_gpu.c | 3 ++ drivers/gpu/drm/panfrost/panfrost_job.c | 16 ++++-- drivers/gpu/drm/radeon/radeon_drv.c | 8 --- drivers/gpu/drm/tiny/Kconfig | 1 - drivers/gpu/drm/ttm/ttm_bo.c | 9 ++-- drivers/gpu/drm/ttm/ttm_bo_vm.c | 16 +++--- 21 files changed, 150 insertions(+), 95 deletions(-)