[Intel-gfx] [PULL] gvt-fixes
Zhenyu Wang
zhenyuw at linux.intel.com
Wed Jan 4 08:05:13 UTC 2023
Hi,
Here's accumulated current gvt-fixes. Several of them handle
for error or destroy path issues and one from Zhi to fix up
left vgpu status tracking.
thanks!
---
The following changes since commit 6217e9f05a74df48c77ee68993d587cdfdb1feb7:
drm/i915/dsi: fix MIPI_BKLT_EN_1 native GPIO index (2022-12-30 04:28:46 -0500)
are available in the Git repository at:
https://github.com/intel/gvt-linux.git tags/gvt-fixes-2023-01-04
for you to fetch changes up to 601fd0f6b2a4c776a21ab8300fe0de0726937623:
drm/i915/gvt: fix double free bug in split_2MB_gtt_entry (2023-01-04 15:20:09 +0800)
----------------------------------------------------------------
gvt-fixes-2023-01-04
- Fix one missed unpin in error of intel_vgpu_shadow_mm_pin()
- Fix two debugfs destroy oops issues for vgpu and gvt entries
- Fix one potential double free issue in gtt shadow pt code
- Fix to use atomic bit flag for vgpu status
----------------------------------------------------------------
Dan Carpenter (1):
drm/i915: unpin on error in intel_vgpu_shadow_mm_pin()
Zheng Wang (1):
drm/i915/gvt: fix double free bug in split_2MB_gtt_entry
Zhenyu Wang (3):
drm/i915/gvt: fix gvt debugfs destroy
drm/i915/gvt: fix vgpu debugfs clean in remove
Merge tag 'drm-intel-fixes-2022-12-30' into gvt-fixes
Zhi Wang (1):
drm/i915/gvt: use atomic operations to change the vGPU status
drivers/gpu/drm/i915/gvt/debugfs.c | 36 +++++++++++++++++++++++++++++++-----
drivers/gpu/drm/i915/gvt/dmabuf.c | 3 ++-
drivers/gpu/drm/i915/gvt/gtt.c | 21 +++++++++++++++------
drivers/gpu/drm/i915/gvt/gvt.h | 15 ++++++++++-----
drivers/gpu/drm/i915/gvt/interrupt.c | 2 +-
drivers/gpu/drm/i915/gvt/kvmgt.c | 35 +++++++++++++----------------------
drivers/gpu/drm/i915/gvt/scheduler.c | 4 +++-
drivers/gpu/drm/i915/gvt/vgpu.c | 12 +++++-------
8 files changed, 80 insertions(+), 48 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20230104/7daa58fe/attachment.sig>
More information about the Intel-gfx
mailing list