public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: Vidya Srinivas <vidya.srinivas@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: ✗ Fi.CI.SPARSE: warning for Adding NV12 support (rev10)
Date: Wed, 14 Feb 2018 14:07:49 +0100	[thread overview]
Message-ID: <edaab817-606f-8ae8-ff40-8039707f27d5@linux.intel.com> (raw)
In-Reply-To: <20180214123730.21138.63456@emeril.freedesktop.org>

Op 14-02-18 om 13:37 schreef Patchwork:
> == Series Details ==
>
> Series: Adding NV12 support (rev10)
> URL   : https://patchwork.freedesktop.org/series/28103/
> State : warning
>
> == Summary ==
>
> $ dim sparse origin/drm-tip
> Commit: drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values
> Okay!
>
> Commit: drm/i915/skl+: refactor WM calculation for NV12
> -drivers/gpu/drm/i915/gvt/mmio.c:256:23: warning: memcpy with byte count of 279040
> -drivers/gpu/drm/i915/gvt/mmio.c:257:23: warning: memcpy with byte count of 279040
> +     ^~
> +        ^~
> -drivers/gpu/drm/i915/i915_perf.c:1366:15: warning: memset with byte count of 16777216
> -drivers/gpu/drm/i915/i915_perf.c:1424:15: warning: memset with byte count of 16777216
> +drivers/gpu/drm/i915/intel_pm.c:4656:19: error: no member 'is_nv12' in struct skl_plane_wm
> +drivers/gpu/drm/i915/intel_pm.c:4656:19: warning: generating address of non-lvalue (8)
> +drivers/gpu/drm/i915/intel_pm.c:4656:5: error: ‘struct skl_plane_wm’ has no member named ‘is_nv12’
> +drivers/gpu/drm/i915/intel_pm.c:4834:15: error: no member 'is_nv12' in struct skl_plane_wm
> +drivers/gpu/drm/i915/intel_pm.c:4834:15: warning: unknown expression (8 46)
> +drivers/gpu/drm/i915/intel_pm.c:4834:8: error: ‘const struct skl_plane_wm’ has no member named ‘is_nv12’
> +drivers/gpu/drm/i915/intel_pm.c: In function ‘skl_compute_wm_levels’:
> +drivers/gpu/drm/i915/intel_pm.c: In function ‘skl_write_plane_wm’:
> +  if (wm->is_nv12) {
> +make[1]: *** [drivers/gpu/drm/i915] Error 2
> +make[2]: *** [drivers/gpu/drm/i915/intel_pm.o] Error 1
> +make[2]: *** Waiting for unfinished jobs....
> +make[2]: *** wait: No child processes.  Stop.
> +make: *** [drivers/gpu/drm/] Error 2
> +   wm->is_nv12 = true;
>
> Commit: drm/i915/skl+: add NV12 in skl_format_to_fourcc
> -drivers/gpu/drm/i915/i915_perf.c:1366:15: warning: memset with byte count of 16777216
> -drivers/gpu/drm/i915/i915_perf.c:1424:15: warning: memset with byte count of 16777216
> +drivers/gpu/drm/i915/gvt/mmio.c:256:23: warning: memcpy with byte count of 279040
> +drivers/gpu/drm/i915/gvt/mmio.c:257:23: warning: memcpy with byte count of 279040
>
> Commit: drm/i915/skl+: support verification of DDB HW state for NV12
> -make[2]: *** wait: No child processes.  Stop.
>
> Commit: drm/i915/skl+: NV12 related changes for WM
> -     ^~
> -        ^~
> +drivers/gpu/drm/i915/gvt/mmio.c:256:23: warning: memcpy with byte count of 279040
> +drivers/gpu/drm/i915/gvt/mmio.c:257:23: warning: memcpy with byte count of 279040
> +drivers/gpu/drm/i915/i915_perf.c:1366:15: warning: memset with byte count of 16777216
> +drivers/gpu/drm/i915/i915_perf.c:1424:15: warning: memset with byte count of 16777216
> -O:drivers/gpu/drm/i915/intel_pm.c:4687:19: error: no member 'is_nv12' in struct skl_plane_wm
> -O:drivers/gpu/drm/i915/intel_pm.c:4687:19: warning: generating address of non-lvalue (8)
> -O:drivers/gpu/drm/i915/intel_pm.c:4687:5: error: ‘struct skl_plane_wm’ has no member named ‘is_nv12’
> -O:drivers/gpu/drm/i915/intel_pm.c:4865:15: error: no member 'is_nv12' in struct skl_plane_wm
> -O:drivers/gpu/drm/i915/intel_pm.c:4865:15: warning: unknown expression (8 46)
> -O:drivers/gpu/drm/i915/intel_pm.c:4865:8: error: ‘const struct skl_plane_wm’ has no member named ‘is_nv12’
> -drivers/gpu/drm/i915/intel_pm.c: In function ‘skl_compute_wm_levels’:
> -drivers/gpu/drm/i915/intel_pm.c: In function ‘skl_write_plane_wm’:
> -  if (wm->is_nv12) {
> -make[1]: *** [drivers/gpu/drm/i915] Error 2
> -make[2]: *** [drivers/gpu/drm/i915/intel_pm.o] Error 1
> -make[2]: *** Waiting for unfinished jobs....
> -make[2]: *** wait: No child processes.  Stop.
> -make: *** [drivers/gpu/drm/] Error 2
> -   wm->is_nv12 = true;
Looks like not all commits compile on their own?
~Maarten
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  reply	other threads:[~2018-02-14 13:07 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-14  4:57 [PATCH 00/16] Adding NV12 support Vidya Srinivas
2018-02-14  4:57 ` [PATCH 01/16] drm/i915/skl+: rename skl_wm_values struct to skl_ddb_values Vidya Srinivas
2018-02-14  4:57 ` [PATCH 02/16] drm/i915/skl+: refactor WM calculation for NV12 Vidya Srinivas
2018-02-14  4:57 ` [PATCH 03/16] drm/i915/skl+: add NV12 in skl_format_to_fourcc Vidya Srinivas
2018-02-14  4:57 ` [PATCH 04/16] drm/i915/skl+: support verification of DDB HW state for NV12 Vidya Srinivas
2018-02-14  9:36   ` Sharma, Shashank
2018-02-14  4:57 ` [PATCH 05/16] drm/i915/skl+: NV12 related changes for WM Vidya Srinivas
2018-02-14  9:41   ` Sharma, Shashank
2018-02-14  4:57 ` [PATCH 06/16] drm/i915/skl+: pass skl_wm_level struct to wm compute func Vidya Srinivas
2018-02-14  4:57 ` [PATCH 07/16] drm/i915/skl+: make sure higher latency level has higher wm value Vidya Srinivas
2018-02-14  4:57 ` [PATCH 08/16] drm/i915/skl+: nv12 workaround disable WM level 1-7 Vidya Srinivas
2018-02-14  9:47   ` Sharma, Shashank
2018-02-14  4:57 ` [PATCH 09/16] drm/i915/skl: split skl_compute_ddb function Vidya Srinivas
2018-02-14 10:02   ` Sharma, Shashank
2018-02-14  4:57 ` [PATCH 10/16] drm/i915: Set scaler mode for NV12 Vidya Srinivas
2018-02-15  6:32   ` Sharma, Shashank
2018-02-15  9:28     ` Srinivas, Vidya
2018-02-14  4:57 ` [PATCH 11/16] drm/i915: Update format_is_yuv() to include NV12 Vidya Srinivas
2018-02-15  6:34   ` Sharma, Shashank
2018-02-15  9:25     ` Srinivas, Vidya
2018-02-14  4:57 ` [PATCH 12/16] drm/i915: Upscale scaler max scale for NV12 Vidya Srinivas
2018-02-14  4:57 ` [PATCH 13/16] drm/i915: Add NV12 as supported format for primary plane Vidya Srinivas
2018-02-14  4:57 ` [PATCH 14/16] drm/i915: Add NV12 as supported format for sprite plane Vidya Srinivas
2018-02-15  8:53   ` Sharma, Shashank
2018-02-15  9:18     ` Srinivas, Vidya
2018-02-14  4:57 ` [PATCH 15/16] drm/i915: Add NV12 support to intel_framebuffer_init Vidya Srinivas
2018-02-15  9:22   ` Sharma, Shashank
2018-02-14  4:57 ` [PATCH 16/16] drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl Reg Vidya Srinivas
2018-02-15 11:03   ` Sharma, Shashank
2018-02-15 11:05   ` Sharma, Shashank
2018-02-14  5:24 ` [PATCH 00/16] Adding NV12 support Kristian Høgsberg
2018-02-14  8:32   ` Srinivas, Vidya
2018-02-14  5:46 ` ✗ Fi.CI.BAT: failure for Adding NV12 support (rev10) Patchwork
2018-02-14 12:33 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2018-02-14 12:37 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-02-14 13:07   ` Maarten Lankhorst [this message]
2018-02-14 14:03     ` Arkadiusz Hiler
2018-02-14 12:48 ` ✓ Fi.CI.BAT: success " Patchwork
2018-02-14 14:10 ` ✗ Fi.CI.CHECKPATCH: warning " Patchwork
2018-02-14 14:14 ` ✗ Fi.CI.SPARSE: " Patchwork
2018-02-14 14:26 ` ✓ Fi.CI.BAT: success " Patchwork
2018-02-14 14:29 ` ✓ Fi.CI.IGT: " Patchwork
2018-02-14 14:48   ` Maarten Lankhorst
2018-02-14 18:53 ` ✗ Fi.CI.IGT: failure " Patchwork
2018-02-14 20:02 ` ✗ Fi.CI.IGT: warning " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=edaab817-606f-8ae8-ff40-8039707f27d5@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=vidya.srinivas@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox