diff mbox series

drm/i915/display/xelpd: Fix incorrect color capability reporting

Message ID 20210707095253.23848-1-uma.shankar@intel.com (mailing list archive)
State New, archived
Headers show
Series drm/i915/display/xelpd: Fix incorrect color capability reporting | expand

Commit Message

Shankar, Uma July 7, 2021, 9:52 a.m. UTC
On XELPD platforms, color management support is not yet enabled.
Fix wrongly reporting the same through platform info, which was
resulting in incorrect initialization and usage.

Cc: Swati Sharma <swati2.sharma@intel.com>
Signed-off-by: Uma Shankar <uma.shankar@intel.com>
---
 drivers/gpu/drm/i915/i915_pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Swati Sharma July 7, 2021, 7:36 p.m. UTC | #1
Reviewed-by: Swati Sharma <swati2.sharma@intel.com>

On 07-Jul-21 3:22 PM, Uma Shankar wrote:
> On XELPD platforms, color management support is not yet enabled.
> Fix wrongly reporting the same through platform info, which was
> resulting in incorrect initialization and usage.
> 
> Cc: Swati Sharma <swati2.sharma@intel.com>
> Signed-off-by: Uma Shankar <uma.shankar@intel.com>
> ---
>   drivers/gpu/drm/i915/i915_pci.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
> index a7bfdd827bc8..8ff1990528d1 100644
> --- a/drivers/gpu/drm/i915/i915_pci.c
> +++ b/drivers/gpu/drm/i915/i915_pci.c
> @@ -947,7 +947,7 @@ static const struct intel_device_info adl_s_info = {
>   
>   #define XE_LPD_FEATURES \
>   	.abox_mask = GENMASK(1, 0),						\
> -	.color = { .degamma_lut_size = 33, .gamma_lut_size = 262145 },		\
> +	.color = { .degamma_lut_size = 0, .gamma_lut_size = 0 },		\
>   	.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |		\
>   		BIT(TRANSCODER_C) | BIT(TRANSCODER_D),				\
>   	.dbuf.size = 4096,							\
>
Shankar, Uma July 8, 2021, 7:18 a.m. UTC | #2
From: Patchwork <patchwork@emeril.freedesktop.org>
Sent: Wednesday, July 7, 2021 4:26 PM
To: Shankar, Uma <uma.shankar@intel.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: ✗ Fi.CI.BAT: failure for drm/i915/display/xelpd: Fix incorrect color capability reporting

Patch Details
Series:

drm/i915/display/xelpd: Fix incorrect color capability reporting

URL:

https://patchwork.freedesktop.org/series/92266/

State:

failure

Details:

https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

CI Bug Log - changes from CI_DRM_10308 -> Patchwork_20542
Summary

FAILURE

Serious unknown changes coming with Patchwork_20542 absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20542, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

Possible new issues

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

IGT changes
Possible regressions

  *   igt@runner@aborted:

     *   fi-snb-2520m: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@runner@aborted.html>
Hi Lakshmi,
This is not related to the change. Can you please help report this.

Regards,
Uma Shankar
Known issues

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

IGT changes
Issues hit

  *   igt@core_hotunplug@unbind-rebind:

     *   fi-bdw-5557u: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@core_hotunplug@unbind-rebind.html> (i915#3718<https://gitlab.freedesktop.org/drm/intel/issues/3718>)

  *   igt@gem_huc_copy@huc-copy:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)

  *   igt@kms_chamelium@common-hpd-after-suspend:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> (i915#3449<https://gitlab.freedesktop.org/drm/intel/issues/3449>)

  *   igt@kms_chamelium@dp-crc-fast:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> (i915#1372<https://gitlab.freedesktop.org/drm/intel/issues/1372>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-crc-fast:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_chamelium@hdmi-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-hpd-fast:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +18 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)

  *   igt@kms_pipe_crc_basic@read-crc-pipe-c:

     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +41 similar issues

  *   igt@kms_psr@cursor_plane_move:

     *   fi-bdw-5557u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@kms_psr@cursor_plane_move.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +5 similar issues

  *   igt@kms_psr@primary_mmap_gtt:

     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +6 similar issues

  *   igt@kms_psr@primary_page_flip:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_psr@primary_page_flip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues

  *   igt@runner@aborted:

     *   fi-kbl-x1275: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-cfl-8109u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-kbl-7567u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-skl-guc: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)

  *   igt@vgem_basic@unload:

     *   fi-kbl-7567u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-skl-guc: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-cfl-8109u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-bdw-5557u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-kbl-x1275: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-snb-2520m: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

Possible fixes

  *   igt@gem_exec_suspend@basic-s0:

     *   fi-cfl-8109u: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html> (i915#155<https://gitlab.freedesktop.org/drm/intel/issues/155>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html>

Warnings

  *   igt@runner@aborted:

     *   fi-bdw-5557u: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-bdw-5557u/igt@runner@aborted.html> (i915#1602<https://gitlab.freedesktop.org/drm/intel/issues/1602> / i915#2029<https://gitlab.freedesktop.org/drm/intel/issues/2029>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722>)

  *   igt@vgem_basic@unload:

     *   fi-pnv-d510: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299> / i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (38 -> 39)

Additional (4): fi-kbl-7567u fi-skl-guc fi-kbl-x1275 fi-snb-2520m
Missing (3): fi-bsw-cyan fi-bdw-samus fi-bsw-n3050

Build changes

  *   Linux: CI_DRM_10308 -> Patchwork_20542

CI-20190529: 20190529
CI_DRM_10308: 9d1b5a9bdfbfb97b6e6b7ee3d863ee373ee9fd9e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6129: 687589e76f787d26ee2b539e551a9be06bd41ce3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20542: 6d47a9429312fd0595e647c729476a0f97e216f0 @ git://anongit.freedesktop.org/gfx-ci/linux

== Linux commits ==

6d47a9429312 drm/i915/display/xelpd: Fix incorrect color capability reporting
Shankar, Uma July 8, 2021, 9:14 a.m. UTC | #3
Adding Tomi as well.

Hi Tomi,
Can you please help report this failure, its unrelated to the change.
We want to merge this to unblock CI and remove unwanted aborts.

Thank & Regards,
Uma Shankar

From: Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>>
Sent: Wednesday, July 7, 2021 4:26 PM
To: Shankar, Uma <uma.shankar@intel.com<mailto:uma.shankar@intel.com>>
Cc: intel-gfx@lists.freedesktop.org<mailto:intel-gfx@lists.freedesktop.org>
Subject: ✗ Fi.CI.BAT: failure for drm/i915/display/xelpd: Fix incorrect color capability reporting

Patch Details
Series:

drm/i915/display/xelpd: Fix incorrect color capability reporting

URL:

https://patchwork.freedesktop.org/series/92266/

State:

failure

Details:

https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

CI Bug Log - changes from CI_DRM_10308 -> Patchwork_20542
Summary

FAILURE

Serious unknown changes coming with Patchwork_20542 absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20542, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

Possible new issues

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

IGT changes
Possible regressions

  *   igt@runner@aborted:

     *   fi-snb-2520m: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@runner@aborted.html>
Hi Lakshmi,
This is not related to the change. Can you please help report this.

Regards,
Uma Shankar

Known issues

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

IGT changes
Issues hit

  *   igt@core_hotunplug@unbind-rebind:

     *   fi-bdw-5557u: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@core_hotunplug@unbind-rebind.html> (i915#3718<https://gitlab.freedesktop.org/drm/intel/issues/3718>)

  *   igt@gem_huc_copy@huc-copy:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)

  *   igt@kms_chamelium@common-hpd-after-suspend:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> (i915#3449<https://gitlab.freedesktop.org/drm/intel/issues/3449>)

  *   igt@kms_chamelium@dp-crc-fast:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> (i915#1372<https://gitlab.freedesktop.org/drm/intel/issues/1372>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-crc-fast:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_chamelium@hdmi-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-hpd-fast:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +18 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)

  *   igt@kms_pipe_crc_basic@read-crc-pipe-c:

     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +41 similar issues

  *   igt@kms_psr@cursor_plane_move:

     *   fi-bdw-5557u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@kms_psr@cursor_plane_move.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +5 similar issues

  *   igt@kms_psr@primary_mmap_gtt:

     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +6 similar issues

  *   igt@kms_psr@primary_page_flip:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_psr@primary_page_flip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues

  *   igt@runner@aborted:

     *   fi-kbl-x1275: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-cfl-8109u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-kbl-7567u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-skl-guc: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)

  *   igt@vgem_basic@unload:

     *   fi-kbl-7567u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-skl-guc: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-cfl-8109u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-bdw-5557u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-kbl-x1275: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-snb-2520m: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

Possible fixes

  *   igt@gem_exec_suspend@basic-s0:

     *   fi-cfl-8109u: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html> (i915#155<https://gitlab.freedesktop.org/drm/intel/issues/155>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html>

Warnings

  *   igt@runner@aborted:

     *   fi-bdw-5557u: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-bdw-5557u/igt@runner@aborted.html> (i915#1602<https://gitlab.freedesktop.org/drm/intel/issues/1602> / i915#2029<https://gitlab.freedesktop.org/drm/intel/issues/2029>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722>)

  *   igt@vgem_basic@unload:

     *   fi-pnv-d510: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299> / i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (38 -> 39)

Additional (4): fi-kbl-7567u fi-skl-guc fi-kbl-x1275 fi-snb-2520m
Missing (3): fi-bsw-cyan fi-bdw-samus fi-bsw-n3050

Build changes

  *   Linux: CI_DRM_10308 -> Patchwork_20542

CI-20190529: 20190529
CI_DRM_10308: 9d1b5a9bdfbfb97b6e6b7ee3d863ee373ee9fd9e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6129: 687589e76f787d26ee2b539e551a9be06bd41ce3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20542: 6d47a9429312fd0595e647c729476a0f97e216f0 @ git://anongit.freedesktop.org/gfx-ci/linux

== Linux commits ==

6d47a9429312 drm/i915/display/xelpd: Fix incorrect color capability reporting
Vudum, Lakshminarayana July 8, 2021, 2:52 p.m. UTC | #4
Re-reported.

From: Shankar, Uma <uma.shankar@intel.com>
Sent: Thursday, July 8, 2021 2:15 AM
To: intel-gfx@lists.freedesktop.org; Vudum, Lakshminarayana <lakshminarayana.vudum@intel.com>; Sarvela, Tomi P <tomi.p.sarvela@intel.com>
Subject: RE: ✗ Fi.CI.BAT: failure for drm/i915/display/xelpd: Fix incorrect color capability reporting

Adding Tomi as well.

Hi Tomi,
Can you please help report this failure, its unrelated to the change.
We want to merge this to unblock CI and remove unwanted aborts.

Thank & Regards,
Uma Shankar

From: Patchwork <patchwork@emeril.freedesktop.org<mailto:patchwork@emeril.freedesktop.org>>
Sent: Wednesday, July 7, 2021 4:26 PM
To: Shankar, Uma <uma.shankar@intel.com<mailto:uma.shankar@intel.com>>
Cc: intel-gfx@lists.freedesktop.org<mailto:intel-gfx@lists.freedesktop.org>
Subject: ✗ Fi.CI.BAT: failure for drm/i915/display/xelpd: Fix incorrect color capability reporting

Patch Details
Series:

drm/i915/display/xelpd: Fix incorrect color capability reporting

URL:

https://patchwork.freedesktop.org/series/92266/

State:

failure

Details:

https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

CI Bug Log - changes from CI_DRM_10308 -> Patchwork_20542
Summary

FAILURE

Serious unknown changes coming with Patchwork_20542 absolutely need to be
verified manually.

If you think the reported changes have nothing to do with the changes
introduced in Patchwork_20542, please notify your bug team to allow them
to document this new failure mode, which will reduce false positives in CI.

External URL: https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/index.html

Possible new issues

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

IGT changes
Possible regressions

  *   igt@runner@aborted:

     *   fi-snb-2520m: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@runner@aborted.html>
Hi Lakshmi,
This is not related to the change. Can you please help report this.

Regards,
Uma Shankar

Known issues

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

IGT changes
Issues hit

  *   igt@core_hotunplug@unbind-rebind:

     *   fi-bdw-5557u: NOTRUN -> WARN<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@core_hotunplug@unbind-rebind.html> (i915#3718<https://gitlab.freedesktop.org/drm/intel/issues/3718>)

  *   igt@gem_huc_copy@huc-copy:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_huc_copy@huc-copy.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#2190<https://gitlab.freedesktop.org/drm/intel/issues/2190>)

  *   igt@kms_chamelium@common-hpd-after-suspend:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@common-hpd-after-suspend.html> (i915#3449<https://gitlab.freedesktop.org/drm/intel/issues/3449>)

  *   igt@kms_chamelium@dp-crc-fast:

     *   fi-kbl-7500u: PASS<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7500u/igt@kms_chamelium@dp-crc-fast.html> (i915#1372<https://gitlab.freedesktop.org/drm/intel/issues/1372>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_chamelium@dp-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-crc-fast:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_chamelium@hdmi-crc-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_chamelium@hdmi-hpd-fast:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_chamelium@hdmi-hpd-fast.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / fdo#111827<https://bugs.freedesktop.org/show_bug.cgi?id=111827>) +8 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c:

     *   fi-snb-2520m: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +18 similar issues

  *   igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)
     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_pipe_crc_basic@compare-crc-sanitycheck-pipe-d.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271> / i915#533<https://gitlab.freedesktop.org/drm/intel/issues/533>)

  *   igt@kms_pipe_crc_basic@read-crc-pipe-c:

     *   fi-kbl-7567u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@kms_pipe_crc_basic@read-crc-pipe-c.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +41 similar issues

  *   igt@kms_psr@cursor_plane_move:

     *   fi-bdw-5557u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@kms_psr@cursor_plane_move.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +5 similar issues

  *   igt@kms_psr@primary_mmap_gtt:

     *   fi-skl-guc: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues
     *   fi-cfl-8109u: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@kms_psr@primary_mmap_gtt.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +6 similar issues

  *   igt@kms_psr@primary_page_flip:

     *   fi-kbl-x1275: NOTRUN -> SKIP<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@kms_psr@primary_page_flip.html> (fdo#109271<https://bugs.freedesktop.org/show_bug.cgi?id=109271>) +8 similar issues

  *   igt@runner@aborted:

     *   fi-kbl-x1275: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-cfl-8109u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-kbl-7567u: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)
     *   fi-skl-guc: NOTRUN -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722> / i915#3363<https://gitlab.freedesktop.org/drm/intel/issues/3363>)

  *   igt@vgem_basic@unload:

     *   fi-kbl-7567u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-7567u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-skl-guc: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-skl-guc/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-cfl-8109u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-bdw-5557u: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-kbl-x1275: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-kbl-x1275/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)
     *   fi-snb-2520m: NOTRUN -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-snb-2520m/igt@vgem_basic@unload.html> (i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

Possible fixes

  *   igt@gem_exec_suspend@basic-s0:

     *   fi-cfl-8109u: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html> (i915#155<https://gitlab.freedesktop.org/drm/intel/issues/155>) -> PASS<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-cfl-8109u/igt@gem_exec_suspend@basic-s0.html>

Warnings

  *   igt@runner@aborted:

     *   fi-bdw-5557u: FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-bdw-5557u/igt@runner@aborted.html> (i915#1602<https://gitlab.freedesktop.org/drm/intel/issues/1602> / i915#2029<https://gitlab.freedesktop.org/drm/intel/issues/2029>) -> FAIL<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-bdw-5557u/igt@runner@aborted.html> (i915#2722<https://gitlab.freedesktop.org/drm/intel/issues/2722>)

  *   igt@vgem_basic@unload:

     *   fi-pnv-d510: INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_10308/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299>) -> INCOMPLETE<https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_20542/fi-pnv-d510/igt@vgem_basic@unload.html> (i915#299<https://gitlab.freedesktop.org/drm/intel/issues/299> / i915#3744<https://gitlab.freedesktop.org/drm/intel/issues/3744>)

{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).

Participating hosts (38 -> 39)

Additional (4): fi-kbl-7567u fi-skl-guc fi-kbl-x1275 fi-snb-2520m
Missing (3): fi-bsw-cyan fi-bdw-samus fi-bsw-n3050

Build changes

  *   Linux: CI_DRM_10308 -> Patchwork_20542

CI-20190529: 20190529
CI_DRM_10308: 9d1b5a9bdfbfb97b6e6b7ee3d863ee373ee9fd9e @ git://anongit.freedesktop.org/gfx-ci/linux
IGT_6129: 687589e76f787d26ee2b539e551a9be06bd41ce3 @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
Patchwork_20542: 6d47a9429312fd0595e647c729476a0f97e216f0 @ git://anongit.freedesktop.org/gfx-ci/linux

== Linux commits ==

6d47a9429312 drm/i915/display/xelpd: Fix incorrect color capability reporting
Shankar, Uma July 9, 2021, 5:12 a.m. UTC | #5
> -----Original Message-----
> From: Sharma, Swati2 <swati2.sharma@intel.com>
> Sent: Thursday, July 8, 2021 1:07 AM
> To: Shankar, Uma <uma.shankar@intel.com>; intel-gfx@lists.freedesktop.org
> Subject: Re: [PATCH] drm/i915/display/xelpd: Fix incorrect color capability reporting
> 
> Reviewed-by: Swati Sharma <swati2.sharma@intel.com>

Merged the change to drm-intel-next. Thanks for the review

Regards,
Uma Shankar
> 
> On 07-Jul-21 3:22 PM, Uma Shankar wrote:
> > On XELPD platforms, color management support is not yet enabled.
> > Fix wrongly reporting the same through platform info, which was
> > resulting in incorrect initialization and usage.
> >
> > Cc: Swati Sharma <swati2.sharma@intel.com>
> > Signed-off-by: Uma Shankar <uma.shankar@intel.com>
> > ---
> >   drivers/gpu/drm/i915/i915_pci.c | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/gpu/drm/i915/i915_pci.c
> > b/drivers/gpu/drm/i915/i915_pci.c index a7bfdd827bc8..8ff1990528d1
> > 100644
> > --- a/drivers/gpu/drm/i915/i915_pci.c
> > +++ b/drivers/gpu/drm/i915/i915_pci.c
> > @@ -947,7 +947,7 @@ static const struct intel_device_info adl_s_info =
> > {
> >
> >   #define XE_LPD_FEATURES \
> >   	.abox_mask = GENMASK(1, 0),						\
> > -	.color = { .degamma_lut_size = 33, .gamma_lut_size = 262145 },		\
> > +	.color = { .degamma_lut_size = 0, .gamma_lut_size = 0 },		\
> >   	.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |
> 	\
> >   		BIT(TRANSCODER_C) | BIT(TRANSCODER_D),
> 	\
> >   	.dbuf.size = 4096,							\
> >
> 
> --
> ~Swati Sharma
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c
index a7bfdd827bc8..8ff1990528d1 100644
--- a/drivers/gpu/drm/i915/i915_pci.c
+++ b/drivers/gpu/drm/i915/i915_pci.c
@@ -947,7 +947,7 @@  static const struct intel_device_info adl_s_info = {
 
 #define XE_LPD_FEATURES \
 	.abox_mask = GENMASK(1, 0),						\
-	.color = { .degamma_lut_size = 33, .gamma_lut_size = 262145 },		\
+	.color = { .degamma_lut_size = 0, .gamma_lut_size = 0 },		\
 	.cpu_transcoder_mask = BIT(TRANSCODER_A) | BIT(TRANSCODER_B) |		\
 		BIT(TRANSCODER_C) | BIT(TRANSCODER_D),				\
 	.dbuf.size = 4096,							\