* [PULL] GVT-g device model core fixes
@ 2016-10-20 10:13 Zhenyu Wang
2016-10-20 13:30 ` Daniel Vetter
0 siblings, 1 reply; 2+ messages in thread
From: Zhenyu Wang @ 2016-10-20 10:13 UTC (permalink / raw)
To: Daniel Vetter, Joonas Lahtinen; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan
[-- Attachment #1.1: Type: text/plain, Size: 3853 bytes --]
Hi,
This is second pull request for GVT-g sub module which contains
fixes for issues within first pull request.
Regression test has been passed combining this new pull request
with unmerged driver facilities to test for VMs.
Thanks.
--
The following changes since commit 1140f9ed051011e06a2a15c73efe57ac0b0cdc8d:
drm/i915/gvt: Fix build failure after intel_engine_cs change (2016-10-18 08:24:49 +0200)
are available in the git repository at:
https://github.com/01org/gvt-linux.git tags/gvt-next-fix-2016-10-20
for you to fetch changes up to 19e6393fb5366a89705a62b3276ce42e990d12ce:
drm/i915/gvt: do not ignore return value of create_scratch_page (2016-10-20 17:31:36 +0800)
----------------------------------------------------------------
gvt-next-fix-2016-10-20
This contains fix for first pull request.
- clean up header mess between i915 core and gvt
- new MAINTAINERS item
- new kernel-doc section
- fix compiling warnings
- gvt gem fix series from Chris
- fix for i915 intel_engine_cs change
- some sparse fixes from Changbin
----------------------------------------------------------------
Chris Wilson (10):
drm/i915/gvt: Add runtime pm around fences
drm/i915/gvt: i915_gem_object_create() returns an error pointer
drm/i915/gvt: Use the returned VMA to provide the virtual address
drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU object
drm/i915/gvt: Hold a reference on the request
drm/i915/gvt: Stop checking for impossible interrupts from a kthread
drm/i915/gvt: Stop waiting whilst holding struct_mutex
drm/i915/gvt: Use common mapping routines for indirect_ctx object
drm/i915/gvt: Use common mapping routines for shadow_bb object
drm/i915/gvt: Remove defunct vmap_batch()
Du, Changbin (4):
drm/i915/gvt: fix sparse warnings on different address spaces
drm/i915/gvt: mark symbols static where possible
drm/i915/gvt: fix spare warnings on odd constant _Bool cast
drm/i915/gvt: do not ignore return value of create_scratch_page
Zhenyu Wang (5):
drm/i915/gvt: clean up intel_gvt.h as interface for i915 core
MAINTAINERS: Add new Intel GVT-g driver maintainer
drm/i915/gvt: Fix warning on obsolete function usage
Documentation/gpu: Add section for Intel GVT-g host support
drm/i915/gvt: properly access enabled intel_engine_cs
Documentation/gpu/i915.rst | 9 +++
MAINTAINERS | 10 +++
drivers/gpu/drm/i915/gvt/aperture_gm.c | 11 +++
drivers/gpu/drm/i915/gvt/cfg_space.c | 1 +
drivers/gpu/drm/i915/gvt/cmd_parser.c | 135 +++++++++++---------------------
drivers/gpu/drm/i915/gvt/display.c | 3 +-
drivers/gpu/drm/i915/gvt/edid.c | 1 +
drivers/gpu/drm/i915/gvt/execlist.c | 48 +++++++-----
drivers/gpu/drm/i915/gvt/firmware.c | 10 ++-
drivers/gpu/drm/i915/gvt/gtt.c | 15 ++--
drivers/gpu/drm/i915/gvt/gvt.c | 19 +++--
drivers/gpu/drm/i915/gvt/gvt.h | 9 ++-
drivers/gpu/drm/i915/gvt/handlers.c | 13 +--
drivers/gpu/drm/i915/gvt/interrupt.c | 3 +-
drivers/gpu/drm/i915/gvt/mmio.c | 1 +
drivers/gpu/drm/i915/gvt/opregion.c | 3 +-
drivers/gpu/drm/i915/gvt/render.c | 1 +
drivers/gpu/drm/i915/gvt/sched_policy.c | 15 ++--
drivers/gpu/drm/i915/gvt/scheduler.c | 62 ++++++++-------
drivers/gpu/drm/i915/gvt/vgpu.c | 2 +
drivers/gpu/drm/i915/i915_drv.h | 4 +-
drivers/gpu/drm/i915/intel_gvt.c | 8 +-
drivers/gpu/drm/i915/intel_gvt.h | 3 +-
23 files changed, 208 insertions(+), 178 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] 2+ messages in thread* Re: [PULL] GVT-g device model core fixes
2016-10-20 10:13 [PULL] GVT-g device model core fixes Zhenyu Wang
@ 2016-10-20 13:30 ` Daniel Vetter
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Vetter @ 2016-10-20 13:30 UTC (permalink / raw)
To: Zhenyu Wang; +Cc: intel-gfx, igvt-g-dev, Lv, Zhiyuan
On Thu, Oct 20, 2016 at 06:13:25PM +0800, Zhenyu Wang wrote:
>
> Hi,
>
> This is second pull request for GVT-g sub module which contains
> fixes for issues within first pull request.
>
> Regression test has been passed combining this new pull request
> with unmerged driver facilities to test for VMs.
>
> Thanks.
Pulled, thanks. Quick one: I think it'd be good to also pull in the
intel_gvt.h header into the kerneldocs, and document shared structs a bit.
But that's probably better done after the header cleanup has landed.
-Daniel
>
> --
> The following changes since commit 1140f9ed051011e06a2a15c73efe57ac0b0cdc8d:
>
> drm/i915/gvt: Fix build failure after intel_engine_cs change (2016-10-18 08:24:49 +0200)
>
> are available in the git repository at:
>
> https://github.com/01org/gvt-linux.git tags/gvt-next-fix-2016-10-20
>
> for you to fetch changes up to 19e6393fb5366a89705a62b3276ce42e990d12ce:
>
> drm/i915/gvt: do not ignore return value of create_scratch_page (2016-10-20 17:31:36 +0800)
>
> ----------------------------------------------------------------
> gvt-next-fix-2016-10-20
>
> This contains fix for first pull request.
> - clean up header mess between i915 core and gvt
> - new MAINTAINERS item
> - new kernel-doc section
> - fix compiling warnings
> - gvt gem fix series from Chris
> - fix for i915 intel_engine_cs change
> - some sparse fixes from Changbin
>
> ----------------------------------------------------------------
> Chris Wilson (10):
> drm/i915/gvt: Add runtime pm around fences
> drm/i915/gvt: i915_gem_object_create() returns an error pointer
> drm/i915/gvt: Use the returned VMA to provide the virtual address
> drm/i915/gvt: Remove dangerous unpin of backing storage of bound GPU object
> drm/i915/gvt: Hold a reference on the request
> drm/i915/gvt: Stop checking for impossible interrupts from a kthread
> drm/i915/gvt: Stop waiting whilst holding struct_mutex
> drm/i915/gvt: Use common mapping routines for indirect_ctx object
> drm/i915/gvt: Use common mapping routines for shadow_bb object
> drm/i915/gvt: Remove defunct vmap_batch()
>
> Du, Changbin (4):
> drm/i915/gvt: fix sparse warnings on different address spaces
> drm/i915/gvt: mark symbols static where possible
> drm/i915/gvt: fix spare warnings on odd constant _Bool cast
> drm/i915/gvt: do not ignore return value of create_scratch_page
>
> Zhenyu Wang (5):
> drm/i915/gvt: clean up intel_gvt.h as interface for i915 core
> MAINTAINERS: Add new Intel GVT-g driver maintainer
> drm/i915/gvt: Fix warning on obsolete function usage
> Documentation/gpu: Add section for Intel GVT-g host support
> drm/i915/gvt: properly access enabled intel_engine_cs
>
> Documentation/gpu/i915.rst | 9 +++
> MAINTAINERS | 10 +++
> drivers/gpu/drm/i915/gvt/aperture_gm.c | 11 +++
> drivers/gpu/drm/i915/gvt/cfg_space.c | 1 +
> drivers/gpu/drm/i915/gvt/cmd_parser.c | 135 +++++++++++---------------------
> drivers/gpu/drm/i915/gvt/display.c | 3 +-
> drivers/gpu/drm/i915/gvt/edid.c | 1 +
> drivers/gpu/drm/i915/gvt/execlist.c | 48 +++++++-----
> drivers/gpu/drm/i915/gvt/firmware.c | 10 ++-
> drivers/gpu/drm/i915/gvt/gtt.c | 15 ++--
> drivers/gpu/drm/i915/gvt/gvt.c | 19 +++--
> drivers/gpu/drm/i915/gvt/gvt.h | 9 ++-
> drivers/gpu/drm/i915/gvt/handlers.c | 13 +--
> drivers/gpu/drm/i915/gvt/interrupt.c | 3 +-
> drivers/gpu/drm/i915/gvt/mmio.c | 1 +
> drivers/gpu/drm/i915/gvt/opregion.c | 3 +-
> drivers/gpu/drm/i915/gvt/render.c | 1 +
> drivers/gpu/drm/i915/gvt/sched_policy.c | 15 ++--
> drivers/gpu/drm/i915/gvt/scheduler.c | 62 ++++++++-------
> drivers/gpu/drm/i915/gvt/vgpu.c | 2 +
> drivers/gpu/drm/i915/i915_drv.h | 4 +-
> drivers/gpu/drm/i915/intel_gvt.c | 8 +-
> drivers/gpu/drm/i915/intel_gvt.h | 3 +-
> 23 files changed, 208 insertions(+), 178 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] 2+ messages in thread
end of thread, other threads:[~2016-10-20 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-20 10:13 [PULL] GVT-g device model core fixes Zhenyu Wang
2016-10-20 13:30 ` Daniel Vetter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox