* [GIT PULL] more GVT-g fixes for 4.13
@ 2017-07-11 5:53 Zhenyu Wang
2017-07-11 13:08 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2017-07-11 5:53 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan
[-- Attachment #1.1: Type: text/plain, Size: 1853 bytes --]
Hi,
Still against dinf, here's current gvt fixes for 4.13.
Thanks.
--
The following changes since commit 7581d5ca2bb269cfc2ce2d0cb489aac513167f6b:
drm/i915/fbdev: Check for existence of ifbdev->vma before operations (2017-07-10 10:33:03 +0300)
are available in the git repository at:
https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-07-11
for you to fetch changes up to 0cf5ec41839d82ee7f8fbb47f137b7afc562b9f1:
drm/i915/gvt: Use fence error from GVT request for workload status (2017-07-11 13:47:09 +0800)
----------------------------------------------------------------
gvt-fixes-2017-07-11
- Revert "drm/i915/gvt: Fix possible recursive locking issue" (Chuanxiao),
which is incomplete fix and it's actually VFIO issue, so revert.
- remove unneeded scheduler mutex for performance fix (Weinan)
- other misc error handling fix and cmd address audit
----------------------------------------------------------------
Chuanxiao Dong (2):
drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"
drm/i915/gvt: Use fence error from GVT request for workload status
Ping Gao (1):
drm/i915/gvt: Audit the command buffer address
Weinan Li (1):
drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread
Zhou, Wenjia (1):
drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()
drivers/gpu/drm/i915/gvt/cmd_parser.c | 10 +++++++
drivers/gpu/drm/i915/gvt/gtt.c | 2 ++
drivers/gpu/drm/i915/gvt/gvt.h | 3 --
drivers/gpu/drm/i915/gvt/kvmgt.c | 55 +++++++----------------------------
drivers/gpu/drm/i915/gvt/scheduler.c | 28 ++++++++----------
5 files changed, 34 insertions(+), 64 deletions(-)
--
Open Source Technology Center, Intel ltd.
$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] more GVT-g fixes for 4.13
2017-07-11 5:53 [GIT PULL] more GVT-g fixes for 4.13 Zhenyu Wang
@ 2017-07-11 13:08 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2017-07-11 13:08 UTC (permalink / raw)
To: Zhenyu Wang, Daniel Vetter; +Cc: intel-gfx, intel-gvt-dev, Lv, Zhiyuan
On Tue, 11 Jul 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> Still against dinf, here's current gvt fixes for 4.13.
Pulled, thanks.
BR,
Jani.
>
> Thanks.
> --
> The following changes since commit 7581d5ca2bb269cfc2ce2d0cb489aac513167f6b:
>
> drm/i915/fbdev: Check for existence of ifbdev->vma before operations (2017-07-10 10:33:03 +0300)
>
> are available in the git repository at:
>
> https://github.com/01org/gvt-linux.git tags/gvt-fixes-2017-07-11
>
> for you to fetch changes up to 0cf5ec41839d82ee7f8fbb47f137b7afc562b9f1:
>
> drm/i915/gvt: Use fence error from GVT request for workload status (2017-07-11 13:47:09 +0800)
>
> ----------------------------------------------------------------
> gvt-fixes-2017-07-11
>
> - Revert "drm/i915/gvt: Fix possible recursive locking issue" (Chuanxiao),
> which is incomplete fix and it's actually VFIO issue, so revert.
> - remove unneeded scheduler mutex for performance fix (Weinan)
> - other misc error handling fix and cmd address audit
>
> ----------------------------------------------------------------
> Chuanxiao Dong (2):
> drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"
> drm/i915/gvt: Use fence error from GVT request for workload status
>
> Ping Gao (1):
> drm/i915/gvt: Audit the command buffer address
>
> Weinan Li (1):
> drm/i915/gvt: remove scheduler_mutex in per-engine workload_thread
>
> Zhou, Wenjia (1):
> drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()
>
> drivers/gpu/drm/i915/gvt/cmd_parser.c | 10 +++++++
> drivers/gpu/drm/i915/gvt/gtt.c | 2 ++
> drivers/gpu/drm/i915/gvt/gvt.h | 3 --
> drivers/gpu/drm/i915/gvt/kvmgt.c | 55 +++++++----------------------------
> drivers/gpu/drm/i915/gvt/scheduler.c | 28 ++++++++----------
> 5 files changed, 34 insertions(+), 64 deletions(-)
--
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-07-11 13:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-11 5:53 [GIT PULL] more GVT-g fixes for 4.13 Zhenyu Wang
2017-07-11 13:08 ` Jani Nikula
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.