Hi Linus,
Nothing too crazy this week, one amdgpu fix to use vmalloc for a struct that grew in size, and another MST fix for nouveau, and some other misc fixes.
Regards, Dave.
drm-fixes-2019-08-16: drm fixes for 5.3-rc5
i915: - single GVT use after free fix
scheduler: - entity destruction race fix
amdgpu: - struct allocation fix - gfx9 soft recovery fix
nouveau: - followup MST fix
ast: - vga register race fix. The following changes since commit d45331b00ddb179e291766617259261c112db872:
Linux 5.3-rc4 (2019-08-11 13:26:41 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-16
for you to fetch changes up to a85abd5d45adba75535b7fc6d9f78329a693b7a9:
Merge tag 'drm-intel-fixes-2019-08-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2019-08-16 12:41:52 +1000)
---------------------------------------------------------------- drm fixes for 5.3-rc5
i915: - single GVT use after free fix
scheduler: - entity destruction race fix
amdgpu: - struct allocation fix - gfx9 soft recovery fix
nouveau: - followup MST fix
ast: - vga register race fix.
---------------------------------------------------------------- Alex Deucher (1): drm/amd/display: use kvmalloc for dc_state (v2)
Christian König (1): drm/scheduler: use job count instead of peek
Dan Carpenter (1): drm/i915: Use after free in error path in intel_vgpu_create_workload()
Dave Airlie (2): Merge tag 'drm-fixes-5.3-2019-08-14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes Merge tag 'drm-intel-fixes-2019-08-15' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Jani Nikula (1): Merge tag 'gvt-fixes-2019-08-13' of https://github.com/intel/gvt-linux into drm-intel-fixes
Lyude Paul (1): drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes
Pierre-Eric Pelloux-Prayer (1): drm/amdgpu: fix gfx9 soft recovery
Y.C. Chen (1): drm/ast: Fixed reboot test may cause system hanged
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 2 +- drivers/gpu/drm/amd/display/dc/core/dc.c | 11 ++++++----- drivers/gpu/drm/ast/ast_main.c | 5 ++++- drivers/gpu/drm/ast/ast_mode.c | 2 +- drivers/gpu/drm/ast/ast_post.c | 2 +- drivers/gpu/drm/i915/gvt/scheduler.c | 4 ++-- drivers/gpu/drm/nouveau/dispnv50/disp.c | 22 +++++++++++++--------- drivers/gpu/drm/scheduler/sched_entity.c | 4 ++-- 8 files changed, 30 insertions(+), 22 deletions(-)
The pull request you sent on Fri, 16 Aug 2019 14:21:56 +1000:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2019-08-16
has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ec037ac244c070f9eedcdf5cdb23bd817e7b8cf4
Thank you!
dri-devel@lists.freedesktop.org