Merge tag 'drm-fixes-2019-08-16' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "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: 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" * tag 'drm-fixes-2019-08-16' of git://anongit.freedesktop.org/drm/drm: drm/nouveau: Only recalculate PBN/VCPI on mode/connector changes drm/ast: Fixed reboot test may cause system hanged drm/scheduler: use job count instead of peek drm/amd/display: use kvmalloc for dc_state (v2) drm/amdgpu: fix gfx9 soft recovery drm/i915: Use after free in error path in intel_vgpu_create_workload()
Showing
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/display/dc/core/dc.c 6 additions, 5 deletionsdrivers/gpu/drm/amd/display/dc/core/dc.c
- drivers/gpu/drm/ast/ast_main.c 4 additions, 1 deletiondrivers/gpu/drm/ast/ast_main.c
- drivers/gpu/drm/ast/ast_mode.c 1 addition, 1 deletiondrivers/gpu/drm/ast/ast_mode.c
- drivers/gpu/drm/ast/ast_post.c 1 addition, 1 deletiondrivers/gpu/drm/ast/ast_post.c
- drivers/gpu/drm/i915/gvt/scheduler.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/gvt/scheduler.c
- drivers/gpu/drm/nouveau/dispnv50/disp.c 13 additions, 9 deletionsdrivers/gpu/drm/nouveau/dispnv50/disp.c
- drivers/gpu/drm/scheduler/sched_entity.c 2 additions, 2 deletionsdrivers/gpu/drm/scheduler/sched_entity.c
Please register or sign in to comment