* [PULL] GVT-g device model fix
@ 2016-11-30 8:23 Zhenyu Wang
2016-11-30 19:31 ` Daniel Vetter
0 siblings, 1 reply; 3+ messages in thread
From: Zhenyu Wang @ 2016-11-30 8:23 UTC (permalink / raw)
To: Daniel Vetter, Jani Nikula; +Cc: intel-gfx, igvt-g-dev
[-- Attachment #1.1: Type: text/plain, Size: 1427 bytes --]
Hi,
Here's current left GVT-g device model bug fixes for pull.
Thanks.
---
The following changes since commit 53e86ada8e53fcdbe1593f70b7df85549ba70b9a:
drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency (2016-11-17 15:51:16 +0800)
are available in the git repository at:
https://github.com/01org/gvt-linux tags/gvt-next-2016-11-30
for you to fetch changes up to 53d6f812c0dbf1c9cad89b1c2118e61c13ca9677:
drm/i915/gvt: fix lock not released bug for dispatch_workload() err path (2016-11-25 09:18:11 +0800)
----------------------------------------------------------------
gvt-next-2016-11-30
- initialize vgpu as primary for correct cfg space setting
- fix 64 bit bar emulation
- fix un-released lock issue on dispatch workload err path
----------------------------------------------------------------
Du, Changbin (1):
drm/i915/gvt: fix missing init param.primary
Xiaoguang Chen (1):
drm/i915/gvt: fix getting 64bit bar size error
Zhenyu Wang (1):
drm/i915/gvt: fix lock not released bug for dispatch_workload() err path
drivers/gpu/drm/i915/gvt/gvt.h | 2 ++
drivers/gpu/drm/i915/gvt/scheduler.c | 10 ++++++----
drivers/gpu/drm/i915/gvt/vgpu.c | 1 +
3 files changed, 9 insertions(+), 4 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: 163 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] 3+ messages in thread
* Re: [PULL] GVT-g device model fix
2016-11-30 8:23 [PULL] GVT-g device model fix Zhenyu Wang
@ 2016-11-30 19:31 ` Daniel Vetter
2016-12-02 14:33 ` Jani Nikula
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Vetter @ 2016-11-30 19:31 UTC (permalink / raw)
To: Zhenyu Wang, Jani Nikula; +Cc: Jani Nikula, intel-gfx, igvt-g-dev
On Wed, Nov 30, 2016 at 04:23:02PM +0800, Zhenyu Wang wrote:
>
> Hi,
>
> Here's current left GVT-g device model bug fixes for pull.
Since 4.10 feature freeze is already done, this needs to go into
drm-intel-next-fixes. Jani, can you pls pull?
Thanks, Daniel
>
> Thanks.
>
> ---
>
> The following changes since commit 53e86ada8e53fcdbe1593f70b7df85549ba70b9a:
>
> drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency (2016-11-17 15:51:16 +0800)
>
> are available in the git repository at:
>
> https://github.com/01org/gvt-linux tags/gvt-next-2016-11-30
>
> for you to fetch changes up to 53d6f812c0dbf1c9cad89b1c2118e61c13ca9677:
>
> drm/i915/gvt: fix lock not released bug for dispatch_workload() err path (2016-11-25 09:18:11 +0800)
>
> ----------------------------------------------------------------
> gvt-next-2016-11-30
>
> - initialize vgpu as primary for correct cfg space setting
> - fix 64 bit bar emulation
> - fix un-released lock issue on dispatch workload err path
>
> ----------------------------------------------------------------
> Du, Changbin (1):
> drm/i915/gvt: fix missing init param.primary
>
> Xiaoguang Chen (1):
> drm/i915/gvt: fix getting 64bit bar size error
>
> Zhenyu Wang (1):
> drm/i915/gvt: fix lock not released bug for dispatch_workload() err path
>
> drivers/gpu/drm/i915/gvt/gvt.h | 2 ++
> drivers/gpu/drm/i915/gvt/scheduler.c | 10 ++++++----
> drivers/gpu/drm/i915/gvt/vgpu.c | 1 +
> 3 files changed, 9 insertions(+), 4 deletions(-)
>
> --
> Open Source Technology Center, Intel ltd.
>
> $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PULL] GVT-g device model fix
2016-11-30 19:31 ` Daniel Vetter
@ 2016-12-02 14:33 ` Jani Nikula
0 siblings, 0 replies; 3+ messages in thread
From: Jani Nikula @ 2016-12-02 14:33 UTC (permalink / raw)
To: Daniel Vetter, Zhenyu Wang; +Cc: intel-gfx, igvt-g-dev
On Wed, 30 Nov 2016, Daniel Vetter <daniel@ffwll.ch> wrote:
> On Wed, Nov 30, 2016 at 04:23:02PM +0800, Zhenyu Wang wrote:
>>
>> Hi,
>>
>> Here's current left GVT-g device model bug fixes for pull.
>
> Since 4.10 feature freeze is already done, this needs to go into
> drm-intel-next-fixes. Jani, can you pls pull?
Pulled,
Jani.
>
> Thanks, Daniel
>
>>
>> Thanks.
>>
>> ---
>>
>> The following changes since commit 53e86ada8e53fcdbe1593f70b7df85549ba70b9a:
>>
>> drm/i915/gvt: remove unresolved vfio pin/unpin pages interface dependency (2016-11-17 15:51:16 +0800)
>>
>> are available in the git repository at:
>>
>> https://github.com/01org/gvt-linux tags/gvt-next-2016-11-30
>>
>> for you to fetch changes up to 53d6f812c0dbf1c9cad89b1c2118e61c13ca9677:
>>
>> drm/i915/gvt: fix lock not released bug for dispatch_workload() err path (2016-11-25 09:18:11 +0800)
>>
>> ----------------------------------------------------------------
>> gvt-next-2016-11-30
>>
>> - initialize vgpu as primary for correct cfg space setting
>> - fix 64 bit bar emulation
>> - fix un-released lock issue on dispatch workload err path
>>
>> ----------------------------------------------------------------
>> Du, Changbin (1):
>> drm/i915/gvt: fix missing init param.primary
>>
>> Xiaoguang Chen (1):
>> drm/i915/gvt: fix getting 64bit bar size error
>>
>> Zhenyu Wang (1):
>> drm/i915/gvt: fix lock not released bug for dispatch_workload() err path
>>
>> drivers/gpu/drm/i915/gvt/gvt.h | 2 ++
>> drivers/gpu/drm/i915/gvt/scheduler.c | 10 ++++++----
>> drivers/gpu/drm/i915/gvt/vgpu.c | 1 +
>> 3 files changed, 9 insertions(+), 4 deletions(-)
>>
>> --
>> Open Source Technology Center, Intel ltd.
>>
>> $gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
--
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] 3+ messages in thread
end of thread, other threads:[~2016-12-02 14:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 8:23 [PULL] GVT-g device model fix Zhenyu Wang
2016-11-30 19:31 ` Daniel Vetter
2016-12-02 14:33 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox