Linux/linux 9892f9fdrivers/gpu/drm/amd/amdgpu amdgpu_bo_list.c, drivers/gpu/drm/bridge tc358767.c

Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm

Pull drm fixes from Dave Airlie:
 "The regular fixes pull for rc3. The i915 team found some fixes they
  (or I) missed for rc1, which is why this is a bit bigger than usual,
  otherwise there is a single amdgpu fix, some spi panel aliases, and a
  bridge fix.

  i915:
   - execlist access fixes
   - list deletion fix
   - CML display fix
   - HSW workaround extension to GT2
   - chicken bit whitelist
   - GGTT resume issue
   - SKL GPU hangs for Vulkan compute

  amdgpu:
   - memory leak fix

  panel:
   - spi aliases

  tc358767:
   - bridge artifacts fix"

* tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drm: (22 commits)
  drm/bridge: tc358767: fix max_tu_symbol value
  drm/i915/gt: execlists->active is serialised by the tasklet
  drm/i915/execlists: Protect peeking at execlists->active
  drm/i915: Fixup preempt-to-busy vs reset of a virtual request
  drm/i915: Only enqueue already completed requests
  drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)
  drm/i915/cml: Add second PCH ID for CMP
  drm/amdgpu: fix memory leak
  drm/panel: tpo-td043mtea1: Fix SPI alias
  drm/panel: tpo-td028ttec1: Fix SPI alias
  drm/panel: sony-acx565akm: Fix SPI alias
  drm/panel: nec-nl8048hl11: Fix SPI alias
  drm/panel: lg-lb035q02: Fix SPI alias
  drm/i915: Mark contents as dirty on a write fault
  drm/i915: Prevent bonded requests from overtaking each other on preemption
  drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled
  drm/i915: Verify the engine after acquiring the active.lock
  drm/i915: Extend Haswell GT1 PSMI workaround to all
  drm/i915: Don't mix srcu tag and negative error codes
  drm/i915: Whitelist COMMON_SLICE_CHICKEN2
  ...
DeltaFile
+64-39drivers/gpu/drm/i915/gt/intel_lrc.c
+54-15drivers/gpu/drm/i915/i915_request.c
+7-9drivers/gpu/drm/i915/gt/intel_engine_cs.c
+14-1drivers/gpu/drm/i915/display/intel_display.c
+14-0drivers/gpu/drm/i915/gt/intel_engine.h
+7-7drivers/gpu/drm/amd/amdgpu/amdgpu_bo_list.c
+7-5drivers/gpu/drm/i915/gem/i915_gem_mman.c
+4-8drivers/gpu/drm/i915/gt/intel_reset.c
+8-1drivers/gpu/drm/panel/panel-tpo-td043mtea1.c
+8-1drivers/gpu/drm/panel/panel-lg-lb035q02.c
+8-1drivers/gpu/drm/panel/panel-nec-nl8048hl11.c
+8-1drivers/gpu/drm/panel/panel-sony-acx565akm.c
+6-1drivers/gpu/drm/bridge/tc358767.c
+6-0drivers/gpu/drm/i915/selftests/i915_gem.c
+6-0drivers/gpu/drm/i915/i915_gem.h
+5-0drivers/gpu/drm/i915/i915_drv.c
+3-0drivers/gpu/drm/i915/gt/intel_workarounds.c
+0-3drivers/gpu/drm/i915/gem/i915_gem_pm.c
+1-2drivers/gpu/drm/panel/panel-tpo-td028ttec1.c
+1-1drivers/gpu/drm/i915/gt/intel_ringbuffer.c
+1-1drivers/gpu/drm/i915/gt/intel_reset.h
+1-1drivers/gpu/drm/i915/i915_request.h
+1-0drivers/gpu/drm/i915/intel_pch.c
+1-0drivers/gpu/drm/i915/intel_pch.h
+235-9724 files

UnifiedSplitRaw