intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
@ 2021-01-21 13:25 Chris Wilson
  2021-01-21 13:45 ` Joonas Lahtinen
  2021-01-21 22:32 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Wilson @ 2021-01-21 13:25 UTC (permalink / raw)
  To: intel-gfx; +Cc: Chris Wilson

./drivers/gpu/drm/i915/gvt/cmd_parser.h:53:44: error: ‘struct intel_vgpu’ declared inside parameter list will not be visible outside of this definition or declaration

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
---
 drivers/gpu/drm/i915/gvt/cmd_parser.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/i915/gvt/cmd_parser.h b/drivers/gpu/drm/i915/gvt/cmd_parser.h
index d5e95b7026a1..416d345e2816 100644
--- a/drivers/gpu/drm/i915/gvt/cmd_parser.h
+++ b/drivers/gpu/drm/i915/gvt/cmd_parser.h
@@ -40,6 +40,7 @@
 
 struct intel_gvt;
 struct intel_shadow_wa_ctx;
+struct intel_vgpu;
 struct intel_vgpu_workload;
 
 void intel_gvt_clean_cmd_parser(struct intel_gvt *gvt);
-- 
2.20.1

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

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

* Re: [Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
  2021-01-21 13:25 [Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST Chris Wilson
@ 2021-01-21 13:45 ` Joonas Lahtinen
  2021-01-21 22:32 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Joonas Lahtinen @ 2021-01-21 13:45 UTC (permalink / raw)
  To: Chris Wilson, intel-gfx; +Cc: Chris Wilson

Quoting Chris Wilson (2021-01-21 15:25:58)
> ./drivers/gpu/drm/i915/gvt/cmd_parser.h:53:44: error: \u2018struct intel_vgpu\u2019 declared inside parameter list will not be visible outside of this definition or declaration
> 
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>

Regards, Joonas

> ---
>  drivers/gpu/drm/i915/gvt/cmd_parser.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/gvt/cmd_parser.h b/drivers/gpu/drm/i915/gvt/cmd_parser.h
> index d5e95b7026a1..416d345e2816 100644
> --- a/drivers/gpu/drm/i915/gvt/cmd_parser.h
> +++ b/drivers/gpu/drm/i915/gvt/cmd_parser.h
> @@ -40,6 +40,7 @@
>  
>  struct intel_gvt;
>  struct intel_shadow_wa_ctx;
> +struct intel_vgpu;
>  struct intel_vgpu_workload;
>  
>  void intel_gvt_clean_cmd_parser(struct intel_gvt *gvt);
> -- 
> 2.20.1
> 
_______________________________________________
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

* [Intel-gfx] ✗ Fi.CI.BAT: failure for drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
  2021-01-21 13:25 [Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST Chris Wilson
  2021-01-21 13:45 ` Joonas Lahtinen
@ 2021-01-21 22:32 ` Patchwork
  1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2021-01-21 22:32 UTC (permalink / raw)
  To: Chris Wilson; +Cc: intel-gfx


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

== Series Details ==

Series: drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
URL   : https://patchwork.freedesktop.org/series/86138/
State : failure

== Summary ==

Applying: drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST
Using index info to reconstruct a base tree...
M	drivers/gpu/drm/i915/gvt/cmd_parser.h
Falling back to patching base and 3-way merge...
No changes -- Patch already applied.



[-- Attachment #1.2: Type: text/html, Size: 927 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

end of thread, other threads:[~2021-01-21 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 13:25 [Intel-gfx] [PATCH] drm/i915/gvt: Add missing forward decl of intel_vgpu for HDRTEST Chris Wilson
2021-01-21 13:45 ` Joonas Lahtinen
2021-01-21 22:32 ` [Intel-gfx] ✗ Fi.CI.BAT: failure for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).