All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency
@ 2018-07-09 10:24 hang.yuan
  2018-07-09 10:58 ` ✓ Fi.CI.BAT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: hang.yuan @ 2018-07-09 10:24 UTC (permalink / raw)
  To: intel-gfx, intel-gvt-dev; +Cc: Hang Yuan

From: Hang Yuan <hang.yuan@linux.intel.com>

This helps initramfs builder and other tools to know the full dependencies
of i915 and have gvt module loaded with i915.

v2: add condition and change to pre-dependency (Chris)
v3: move declaration to gvt.c. (Chris)
v4: remove xengt (Zhenyu)

Signed-off-by: Hang Yuan <hang.yuan@linux.intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/gvt/gvt.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c
index 4e65266..712f9d1 100644
--- a/drivers/gpu/drm/i915/gvt/gvt.c
+++ b/drivers/gpu/drm/i915/gvt/gvt.c
@@ -468,3 +468,7 @@ int intel_gvt_init_device(struct drm_i915_private *dev_priv)
 	kfree(gvt);
 	return ret;
 }
+
+#if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT)
+MODULE_SOFTDEP("pre: kvmgt");
+#endif
-- 
2.7.4

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* ✓ Fi.CI.BAT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2)
  2018-07-09 10:24 [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency hang.yuan
@ 2018-07-09 10:58 ` Patchwork
  2018-07-09 13:02 ` ✓ Fi.CI.IGT: " Patchwork
  2018-07-10  3:09 ` [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency Zhenyu Wang
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2018-07-09 10:58 UTC (permalink / raw)
  To: hang.yuan; +Cc: intel-gfx

== Series Details ==

Series: drm/i915/gvt: declare gvt as i915's soft dependency (rev2)
URL   : https://patchwork.freedesktop.org/series/45875/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4453 -> Patchwork_9588 =

== Summary - SUCCESS ==

  No regressions found.

  External URL: https://patchwork.freedesktop.org/api/1.0/series/45875/revisions/2/mbox/

== Known issues ==

  Here are the changes found in Patchwork_9588 that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@basic-flip-vs-dpms:
      fi-skl-6700hq:      PASS -> DMESG-WARN (fdo#105998)

    
  fdo#105998 https://bugs.freedesktop.org/show_bug.cgi?id=105998


== Participating hosts (44 -> 39) ==

  Missing    (5): fi-skl-guc fi-ilk-m540 fi-byt-squawks fi-bsw-cyan fi-hsw-4200u 


== Build changes ==

    * Linux: CI_DRM_4453 -> Patchwork_9588

  CI_DRM_4453: 940e07c2a136b53965e4a6728e01e1638f5ba2de @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4543: 366eed37c7c71217e1cb1f3be5e26358a41f0001 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_9588: b59448cb2c3030d949dbb627e1a1f8ff1849a6e1 @ git://anongit.freedesktop.org/gfx-ci/linux


== Linux commits ==

b59448cb2c30 drm/i915/gvt: declare gvt as i915's soft dependency

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9588/issues.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ✓ Fi.CI.IGT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2)
  2018-07-09 10:24 [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency hang.yuan
  2018-07-09 10:58 ` ✓ Fi.CI.BAT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2) Patchwork
@ 2018-07-09 13:02 ` Patchwork
  2018-07-10  3:09 ` [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency Zhenyu Wang
  2 siblings, 0 replies; 4+ messages in thread
From: Patchwork @ 2018-07-09 13:02 UTC (permalink / raw)
  To: hang.yuan; +Cc: intel-gfx

== Series Details ==

Series: drm/i915/gvt: declare gvt as i915's soft dependency (rev2)
URL   : https://patchwork.freedesktop.org/series/45875/
State : success

== Summary ==

= CI Bug Log - changes from CI_DRM_4453_full -> Patchwork_9588_full =

== Summary - WARNING ==

  Minor unknown changes coming with Patchwork_9588_full need to be verified
  manually.
  
  If you think the reported changes have nothing to do with the changes
  introduced in Patchwork_9588_full, please notify your bug team to allow them
  to document this new failure mode, which will reduce false positives in CI.

  

== Possible new issues ==

  Here are the unknown changes that may have been introduced in Patchwork_9588_full:

  === IGT changes ===

    ==== Warnings ====

    igt@gem_exec_schedule@deep-blt:
      shard-kbl:          PASS -> SKIP

    igt@gem_exec_schedule@deep-bsd2:
      shard-kbl:          SKIP -> PASS +1

    
== Known issues ==

  Here are the changes found in Patchwork_9588_full that come from known issues:

  === IGT changes ===

    ==== Issues hit ====

    igt@kms_flip@2x-blocking-wf_vblank:
      shard-glk:          PASS -> FAIL (fdo#100368)

    igt@kms_flip_tiling@flip-to-y-tiled:
      shard-glk:          PASS -> FAIL (fdo#107161, fdo#103822)

    
    ==== Possible fixes ====

    igt@drv_selftest@live_hangcheck:
      shard-kbl:          DMESG-FAIL (fdo#106947, fdo#106560) -> PASS

    igt@drv_suspend@shrink:
      shard-apl:          INCOMPLETE (fdo#103927) -> PASS

    igt@kms_cursor_legacy@2x-nonblocking-modeset-vs-cursor-atomic:
      shard-glk:          FAIL (fdo#106509, fdo#105454) -> PASS

    igt@kms_draw_crc@draw-method-rgb565-mmap-wc-ytiled:
      shard-glk:          FAIL (fdo#103184) -> PASS

    igt@kms_flip@2x-plain-flip-fb-recreate:
      shard-glk:          FAIL (fdo#100368) -> PASS

    igt@kms_flip_tiling@flip-to-x-tiled:
      shard-glk:          FAIL (fdo#107161, fdo#103822) -> PASS

    igt@kms_plane@plane-panning-top-left-pipe-b-planes:
      shard-kbl:          DMESG-WARN (fdo#106247) -> PASS

    igt@kms_setmode@basic:
      shard-apl:          FAIL (fdo#99912) -> PASS

    
  fdo#100368 https://bugs.freedesktop.org/show_bug.cgi?id=100368
  fdo#103184 https://bugs.freedesktop.org/show_bug.cgi?id=103184
  fdo#103822 https://bugs.freedesktop.org/show_bug.cgi?id=103822
  fdo#103927 https://bugs.freedesktop.org/show_bug.cgi?id=103927
  fdo#105454 https://bugs.freedesktop.org/show_bug.cgi?id=105454
  fdo#106247 https://bugs.freedesktop.org/show_bug.cgi?id=106247
  fdo#106509 https://bugs.freedesktop.org/show_bug.cgi?id=106509
  fdo#106560 https://bugs.freedesktop.org/show_bug.cgi?id=106560
  fdo#106947 https://bugs.freedesktop.org/show_bug.cgi?id=106947
  fdo#107161 https://bugs.freedesktop.org/show_bug.cgi?id=107161
  fdo#99912 https://bugs.freedesktop.org/show_bug.cgi?id=99912


== Participating hosts (5 -> 5) ==

  No changes in participating hosts


== Build changes ==

    * Linux: CI_DRM_4453 -> Patchwork_9588

  CI_DRM_4453: 940e07c2a136b53965e4a6728e01e1638f5ba2de @ git://anongit.freedesktop.org/gfx-ci/linux
  IGT_4543: 366eed37c7c71217e1cb1f3be5e26358a41f0001 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
  Patchwork_9588: b59448cb2c3030d949dbb627e1a1f8ff1849a6e1 @ git://anongit.freedesktop.org/gfx-ci/linux
  piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit

== Logs ==

For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_9588/shards.html
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency
  2018-07-09 10:24 [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency hang.yuan
  2018-07-09 10:58 ` ✓ Fi.CI.BAT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2) Patchwork
  2018-07-09 13:02 ` ✓ Fi.CI.IGT: " Patchwork
@ 2018-07-10  3:09 ` Zhenyu Wang
  2 siblings, 0 replies; 4+ messages in thread
From: Zhenyu Wang @ 2018-07-10  3:09 UTC (permalink / raw)
  To: intel-gvt-dev-bounces; +Cc: Hang Yuan, intel-gfx, intel-gvt-dev


[-- Attachment #1.1: Type: text/plain, Size: 1225 bytes --]


On 2018.07.09 18:24:10 +0800, intel-gvt-dev-bounces@lists.freedesktop.org wrote:
> From: Hang Yuan <hang.yuan@linux.intel.com>
> 
> This helps initramfs builder and other tools to know the full dependencies
> of i915 and have gvt module loaded with i915.
> 
> v2: add condition and change to pre-dependency (Chris)
> v3: move declaration to gvt.c. (Chris)
> v4: remove xengt (Zhenyu)
> 
> Signed-off-by: Hang Yuan <hang.yuan@linux.intel.com>
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
> ---
>  drivers/gpu/drm/i915/gvt/gvt.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/gvt.c b/drivers/gpu/drm/i915/gvt/gvt.c
> index 4e65266..712f9d1 100644
> --- a/drivers/gpu/drm/i915/gvt/gvt.c
> +++ b/drivers/gpu/drm/i915/gvt/gvt.c
> @@ -468,3 +468,7 @@ int intel_gvt_init_device(struct drm_i915_private *dev_priv)
>  	kfree(gvt);
>  	return ret;
>  }
> +
> +#if IS_ENABLED(CONFIG_DRM_I915_GVT_KVMGT)
> +MODULE_SOFTDEP("pre: kvmgt");
> +#endif
> -- 

Applied this, thanks!

btw pls fix your mail client or git config with correct From field.

-- 
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] 4+ messages in thread

end of thread, other threads:[~2018-07-10  3:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-09 10:24 [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency hang.yuan
2018-07-09 10:58 ` ✓ Fi.CI.BAT: success for drm/i915/gvt: declare gvt as i915's soft dependency (rev2) Patchwork
2018-07-09 13:02 ` ✓ Fi.CI.IGT: " Patchwork
2018-07-10  3:09 ` [PATCH v4] drm/i915/gvt: declare gvt as i915's soft dependency Zhenyu Wang

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.