2020-10-23 13:57:26

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes part 2 for 5.10-rc1

Hi Linus,

This should be the last round of things for rc1, a bunch of i915
fixes, some amdgpu, more font OOB fixes and one ttm fix just found
reading code.

Dave.

drm-next-2020-10-23:
drm fixes (round two) for 5.10-rc1

fbcon/fonts:
- Two patches to prevent OOB access

ttm:
- fix for eviction value range check

amdgpu:
- Sienna Cichlid fixes
- MST manager resource leak fix
- GPU reset fix

amdkfd:
- Luxmark fix for Navi1x

i915:
- Tweak initial DPCD backlight.enabled value (Sean)
- Initialize reserved MOCS indices (Ayaz)
- Mark initial fb obj as WT on eLLC machines to avoid rcu lockup (Ville)
- Support parsing of oversize batches (Chris)
- Delay execlists processing for TGL (Chris)
- Use the active reference on the vma during error capture (Chris)
- Widen CSB pointer (Chris)
- Wait for CSB entries on TGL (Chris)
- Fix unwind for scratch page allocation (Chris)
- Exclude low patches of stolen memory (Chris)
- Force VT'd workarounds when running as a guest OS (Chris)
- Drop runtime-pm assert from vpgu io accessors (Chris)
The following changes since commit 40b99050455b9a6cb8faf15dcd41888312184720:

Merge tag 'drm-intel-next-fixes-2020-10-15' of
git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-10-19
09:21:59 +1000)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-next-2020-10-23

for you to fetch changes up to b45b6fbc671c60f56fd119c443e5570f83175928:

Merge tag 'drm-intel-next-fixes-2020-10-22' of
git://anongit.freedesktop.org/drm/drm-intel into drm-next (2020-10-23
09:52:18 +1000)

----------------------------------------------------------------
drm fixes (round two) for 5.10-rc1

fbcon/fonts:
- Two patches to prevent OOB access

ttm:
- fix for evicition value range check

amdgpu:
- Sienna Cichlid fixes
- MST manager resource leak fix
- GPU reset fix

amdkfd:
- Luxmark fix for Navi1x

i915:
- Tweak initial DPCD backlight.enabled value (Sean)
- Initialize reserved MOCS indices (Ayaz)
- Mark initial fb obj as WT on eLLC machines to avoid rcu lockup (Ville)
- Support parsing of oversize batches (Chris)
- Delay execlists processing for TGL (Chris)
- Use the active reference on the vma during error capture (Chris)
- Widen CSB pointer (Chris)
- Wait for CSB entries on TGL (Chris)
- Fix unwind for scratch page allocation (Chris)
- Exclude low patches of stolen memory (Chris)
- Force VT'd workarounds when running as a guest OS (Chris)
- Drop runtime-pm assert from vpgu io accessors (Chris)

----------------------------------------------------------------
Andrey Grodzovsky (3):
drm/amd/display: Revert "drm/amd/display: Fix a list corruption"
drm/amd/display: Avoid MST manager resource leak.
drm/amd/psp: Fix sysfs: cannot create duplicate filename

Ayaz A Siddiqui (1):
drm/i915/gt: Initialize reserved and unspecified MOCS indices

Chris Wilson (10):
drm/i915/gem: Support parsing of oversize batches
drm/i915/gt: Delay execlist processing for tgl
drm/i915/gt: Undo forced context restores after trivial preemptions
drm/i915: Use the active reference on the vma while capturing
drm/i915/gt: Widen CSB pointer to u64 for the parsers
drm/i915/gt: Wait for CSB entries on Tigerlake
drm/i915/gt: Onion unwind for scratch page allocation failure
drm/i915: Exclude low pages (128KiB) of stolen from use
drm/i915: Force VT'd workarounds when running as a guest OS
drm/i915: Drop runtime-pm assert from vgpu io accessors

Dave Airlie (4):
Merge tag 'drm-misc-next-fixes-2020-10-20' of
git://anongit.freedesktop.org/drm/drm-misc into drm-next
drm/ttm: fix eviction valuable range check.
Merge tag 'amd-drm-fixes-5.10-2020-10-21' of
git://people.freedesktop.org/~agd5f/linux into drm-next
Merge tag 'drm-intel-next-fixes-2020-10-22' of
git://anongit.freedesktop.org/drm/drm-intel into drm-next

Evan Quan (1):
drm/amdgpu: correct the gpu reset handling for job != NULL case

Jay Cornwall (1):
drm/amdkfd: Use same SQ prefetch setting as amdgpu

John Clements (1):
Revert drm/amdgpu: disable sienna chichlid UMC RAS

Kenneth Feng (2):
drm/amd/pm: fix pp_dpm_fclk
drm/amd/pm: remove the average clock value in sysfs

Kevin Wang (2):
drm/amd/swsmu: add missing feature map for sienna_cichlid
drm/amd/swsmu: correct wrong feature bit mapping

Likun Gao (5):
drm/amdgpu: add function to program pbb mode for sienna cichlid
drm/amdgpu: add rlc iram and dram firmware support
drm/amdgpu: update golden setting for sienna_cichlid
drm/amd/pm: fix pcie information for sienna cichlid
drm/amdgpu: correct the cu and rb info for sienna cichlid

Peilin Ye (2):
docs: fb: Add font_6x8 to available built-in fonts
Fonts: Support FONT_EXTRA_WORDS macros for font_6x8

Sean Paul (1):
drm/i915/dp: Tweak initial dpcd backlight.enabled value

Ville Syrjälä (1):
drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid
rcu lockup during fbdev init

Documentation/fb/fbcon.rst | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c | 9 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_rlc.h | 4 +
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c | 10 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.h | 11 ++
drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c | 111 +++++++++++-
drivers/gpu/drm/amd/amdgpu/psp_gfx_if.h | 4 +-
.../drm/amd/amdkfd/kfd_device_queue_manager_v10.c | 5 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 8 +-
drivers/gpu/drm/amd/pm/inc/smu_types.h | 1 +
.../drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c | 22 ++-
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 27 +--
drivers/gpu/drm/i915/Kconfig.debug | 1 +
drivers/gpu/drm/i915/display/intel_display.c | 8 +
.../gpu/drm/i915/display/intel_dp_aux_backlight.c | 31 ++--
drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c | 10 +-
drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 6 +-
drivers/gpu/drm/i915/gem/i915_gem_stolen.h | 2 +
drivers/gpu/drm/i915/gt/gen6_ppgtt.c | 18 +-
drivers/gpu/drm/i915/gt/gen8_ppgtt.c | 3 +-
drivers/gpu/drm/i915/gt/intel_engine_types.h | 2 +-
drivers/gpu/drm/i915/gt/intel_lrc.c | 58 +++---
drivers/gpu/drm/i915/gt/intel_mocs.c | 16 +-
drivers/gpu/drm/i915/gt/selftest_reset.c | 196 +++++++++++++++++++++
drivers/gpu/drm/i915/i915_drv.h | 6 +-
drivers/gpu/drm/i915/i915_gpu_error.c | 3 +-
drivers/gpu/drm/i915/intel_uncore.c | 27 ++-
drivers/gpu/drm/ttm/ttm_bo.c | 2 +-
lib/fonts/font_6x8.c | 8 +-
31 files changed, 527 insertions(+), 90 deletions(-)


2020-10-24 08:18:27

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [git pull] drm fixes part 2 for 5.10-rc1

The pull request you sent on Fri, 23 Oct 2020 10:03:10 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-next-2020-10-23

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/fc03b2d6a9d1398dc855318d6ddfa3be57bdcf2c

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html