* [GIT PULL] gvt-next pull
@ 2017-09-08 6:31 Zhenyu Wang
2017-09-21 13:18 ` Jani Nikula
0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2017-09-08 6:31 UTC (permalink / raw)
To: Jani Nikula, Joonas Lahtinen, Vivi, Rodrigo; +Cc: intel-gfx, intel-gvt-dev
[-- Attachment #1.1: Type: text/plain, Size: 2411 bytes --]
Hi,
This is an earlier request for gvt-next pull which is mainly
for required PCI config changes on OVMF support for Redhat and
also contains massive error handling improvement on workload
submission. Both are targeted for 4.15.
Thanks
--
The following changes since commit bb9d2d050503c69695557b8b741276686ca2a396:
drm/i915: Update DRIVER_DATE to 20170907 (2017-09-07 11:28:20 +0300)
are available in the git repository at:
https://github.com/01org/gvt-linux.git tags/gvt-next-2017-09-08
for you to fetch changes up to 02d578e5edd980eac3fbed15db4d9e5665f22089:
drm/i915/gvt: Add support for PCIe extended configuration space (2017-09-08 14:21:16 +0800)
----------------------------------------------------------------
gvt-next-2017-09-08
- PCI config sanitize series (Changbin)
- Workload submission error handling series (Fred)
----------------------------------------------------------------
Changbin Du (4):
drm/i915/kvmgt: Sanitize PCI bar emulation
drm/i915/gvt: Add emulation for BAR2 (aperture) with normal file RW approach
drm/i915/gvt: Fix incorrect PCI BARs reporting
drm/i915/gvt: Add support for PCIe extended configuration space
fred gao (6):
drm/i915/gvt: Separate cmd scan from request allocation
drm/i915/gvt: Add error handling for intel_gvt_scan_and_shadow_workload
drm/i915/gvt: Refine error handling for prepare_execlist_workload
drm/i915/gvt: Refine error handling for intel_vgpu_pin_mm
drm/i915/gvt: Refine error handling in dispatch_workload
drm/i915/gvt: Refine error handling for perform_bb_shadow
drivers/gpu/drm/i915/gvt/cfg_space.c | 143 +++++++++++++++++-----------------
drivers/gpu/drm/i915/gvt/cmd_parser.c | 37 +++++----
drivers/gpu/drm/i915/gvt/execlist.c | 127 ++++++++++++++++++++++--------
drivers/gpu/drm/i915/gvt/gtt.c | 3 +-
drivers/gpu/drm/i915/gvt/gvt.c | 2 +-
drivers/gpu/drm/i915/gvt/gvt.h | 14 +++-
drivers/gpu/drm/i915/gvt/kvmgt.c | 44 ++++++-----
drivers/gpu/drm/i915/gvt/mmio.c | 47 ++++++++++-
drivers/gpu/drm/i915/gvt/scheduler.c | 110 ++++++++++++++++++--------
drivers/gpu/drm/i915/gvt/scheduler.h | 1 +
10 files changed, 353 insertions(+), 175 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] gvt-next pull
2017-09-08 6:31 [GIT PULL] gvt-next pull Zhenyu Wang
@ 2017-09-21 13:18 ` Jani Nikula
0 siblings, 0 replies; 2+ messages in thread
From: Jani Nikula @ 2017-09-21 13:18 UTC (permalink / raw)
To: Zhenyu Wang, Joonas Lahtinen, Vivi, Rodrigo; +Cc: intel-gfx, intel-gvt-dev
On Fri, 08 Sep 2017, Zhenyu Wang <zhenyuw@linux.intel.com> wrote:
> Hi,
>
> This is an earlier request for gvt-next pull which is mainly
> for required PCI config changes on OVMF support for Redhat and
> also contains massive error handling improvement on workload
> submission. Both are targeted for 4.15.
N.b. I've pulled this ages ago, just forgot to reply on the list.
BR,
Jani.
>
> Thanks
> --
> The following changes since commit bb9d2d050503c69695557b8b741276686ca2a396:
>
> drm/i915: Update DRIVER_DATE to 20170907 (2017-09-07 11:28:20 +0300)
>
> are available in the git repository at:
>
> https://github.com/01org/gvt-linux.git tags/gvt-next-2017-09-08
>
> for you to fetch changes up to 02d578e5edd980eac3fbed15db4d9e5665f22089:
>
> drm/i915/gvt: Add support for PCIe extended configuration space (2017-09-08 14:21:16 +0800)
>
> ----------------------------------------------------------------
> gvt-next-2017-09-08
>
> - PCI config sanitize series (Changbin)
> - Workload submission error handling series (Fred)
>
> ----------------------------------------------------------------
> Changbin Du (4):
> drm/i915/kvmgt: Sanitize PCI bar emulation
> drm/i915/gvt: Add emulation for BAR2 (aperture) with normal file RW approach
> drm/i915/gvt: Fix incorrect PCI BARs reporting
> drm/i915/gvt: Add support for PCIe extended configuration space
>
> fred gao (6):
> drm/i915/gvt: Separate cmd scan from request allocation
> drm/i915/gvt: Add error handling for intel_gvt_scan_and_shadow_workload
> drm/i915/gvt: Refine error handling for prepare_execlist_workload
> drm/i915/gvt: Refine error handling for intel_vgpu_pin_mm
> drm/i915/gvt: Refine error handling in dispatch_workload
> drm/i915/gvt: Refine error handling for perform_bb_shadow
>
> drivers/gpu/drm/i915/gvt/cfg_space.c | 143 +++++++++++++++++-----------------
> drivers/gpu/drm/i915/gvt/cmd_parser.c | 37 +++++----
> drivers/gpu/drm/i915/gvt/execlist.c | 127 ++++++++++++++++++++++--------
> drivers/gpu/drm/i915/gvt/gtt.c | 3 +-
> drivers/gpu/drm/i915/gvt/gvt.c | 2 +-
> drivers/gpu/drm/i915/gvt/gvt.h | 14 +++-
> drivers/gpu/drm/i915/gvt/kvmgt.c | 44 ++++++-----
> drivers/gpu/drm/i915/gvt/mmio.c | 47 ++++++++++-
> drivers/gpu/drm/i915/gvt/scheduler.c | 110 ++++++++++++++++++--------
> drivers/gpu/drm/i915/gvt/scheduler.h | 1 +
> 10 files changed, 353 insertions(+), 175 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-09-21 13:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 6:31 [GIT PULL] gvt-next pull Zhenyu Wang
2017-09-21 13:18 ` Jani Nikula
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox