All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patchwork <patchwork@emeril.freedesktop.org>
To: "Werner Sembach" <wse@tuxedocomputers.com>
Cc: intel-gfx@lists.freedesktop.org
Subject: [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for New uAPI drm properties for color management (rev2)
Date: Fri, 18 Jun 2021 09:47:51 -0000	[thread overview]
Message-ID: <162400967100.1294.15646271940215568363@emeril.freedesktop.org> (raw)
In-Reply-To: <20210618091116.14428-1-wse@tuxedocomputers.com>

== Series Details ==

Series: New uAPI drm properties for color management (rev2)
URL   : https://patchwork.freedesktop.org/series/91523/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
8a1dbc104f1d drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
-:32: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#32: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5356:
 	if (drm_mode_is_420_only(info, mode_in)
+			|| (drm_mode_is_420_also(info, mode_in) && aconnector->force_yuv420_output))

total: 0 errors, 0 warnings, 1 checks, 11 lines checked
a184c9f6c5f9 drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc
5d445706107f drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
f27795b7edfc drm/amd/display: Add handling for new "active bpc" property
-:40: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#40: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9097:
+				drm_connector_set_active_bpc_property(connector,
+					convert_dc_color_depth_into_bpc(

-:40: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#40: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9097:
+					convert_dc_color_depth_into_bpc(

-:42: CHECK:BRACES: Unbalanced braces around else statement
#42: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9099:
+		} else

total: 0 errors, 0 warnings, 3 checks, 42 lines checked
d894e2d6d92c drm/i915/display: Add handling for new "active bpc" property
-:33: CHECK:BRACES: braces {} should be used on all arms of this statement
#33: FILE: drivers/gpu/drm/i915/display/intel_display.c:10917:
+		if (crtc) {
[...]
+		} else
[...]

-:38: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#38: FILE: drivers/gpu/drm/i915/display/intel_display.c:10922:
+			drm_connector_set_active_bpc_property(connector,
+				new_crtc_state->pipe_bpp / 3);

-:39: CHECK:BRACES: Unbalanced braces around else statement
#39: FILE: drivers/gpu/drm/i915/display/intel_display.c:10923:
+		} else

total: 0 errors, 0 warnings, 3 checks, 66 lines checked
01063e3e0973 drm/uAPI: Add "active color format" drm property as feedback for userspace
b3388b2b31a3 drm/amd/display: Add handling for new "active color format" property
-:20: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#20: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:6718:
+static int convert_dc_pixel_encoding_into_drm_color_format(

-:60: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#60: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9119:
+				drm_connector_set_active_color_format_property(connector,
+					convert_dc_pixel_encoding_into_drm_color_format(

-:60: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#60: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9119:
+					convert_dc_pixel_encoding_into_drm_color_format(

total: 0 errors, 0 warnings, 3 checks, 61 lines checked
d20d983e5c00 drm/i915/display: Add handling for new "active color format" property
-:44: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#44: FILE: drivers/gpu/drm/i915/display/intel_display.c:10939:
+			drm_connector_set_active_color_format_property(connector,
+				convert_intel_output_format_into_drm_color_format(

-:44: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#44: FILE: drivers/gpu/drm/i915/display/intel_display.c:10939:
+				convert_intel_output_format_into_drm_color_format(

total: 0 errors, 0 warnings, 2 checks, 64 lines checked
38cabfeae439 drm/uAPI: Add "active color range" drm property as feedback for userspace
34a60f410858 drm/amd/display: Add handling for new "active color range" property
-:63: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#63: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9150:
+				drm_connector_set_active_color_range_property(connector,
+					convert_dc_color_space_into_drm_mode_color_range(

-:63: CHECK:OPEN_ENDED_LINE: Lines should not end with a '('
#63: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:9150:
+					convert_dc_color_space_into_drm_mode_color_range(

total: 0 errors, 0 warnings, 2 checks, 65 lines checked
4a5eb1073840 drm/i915/display: Add handling for new "active color range" property
-:21: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#21: FILE: drivers/gpu/drm/i915/display/intel_display.c:10942:
+			drm_connector_set_active_color_range_property(connector,
+				new_crtc_state->limited_color_range ?

total: 0 errors, 0 warnings, 1 checks, 45 lines checked
c75e0d2c86bc drm/uAPI: Add "preferred color format" drm property as setting for userspace
7c574ffde4b2 drm/amd/display: Add handling for new "preferred color format" property
-:25: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#25: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5356:
+	if (connector_state
+			&& (connector_state->preferred_color_format == DRM_COLOR_FORMAT_YCRCB420

-:26: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#26: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5357:
+			&& (connector_state->preferred_color_format == DRM_COLOR_FORMAT_YCRCB420
+			|| aconnector->force_yuv420_output) && drm_mode_is_420(info, mode_in))

-:31: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#31: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5360:
+	else if (connector_state
+			&& connector_state->preferred_color_format == DRM_COLOR_FORMAT_YCRCB444

-:32: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#32: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5361:
+			&& connector_state->preferred_color_format == DRM_COLOR_FORMAT_YCRCB444
+			&& connector->display_info.color_formats & DRM_COLOR_FORMAT_YCRCB444)

-:36: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#36: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5364:
+	else if (connector_state
+			&& connector_state->preferred_color_format == DRM_COLOR_FORMAT_RGB444

-:37: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#37: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5365:
+			&& connector_state->preferred_color_format == DRM_COLOR_FORMAT_RGB444
+			&& !drm_mode_is_420_only(info, mode_in))

-:48: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#48: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5376:
+		else if ((connector->display_info.color_formats & DRM_COLOR_FORMAT_YCRCB444)
+				&& stream->signal == SIGNAL_TYPE_HDMI_TYPE_A)

total: 0 errors, 0 warnings, 7 checks, 55 lines checked
7036e14723d4 drm/i915/display: Add handling for new "preferred color format" property
fb7489fcb966 drm/uAPI: Move "Broadcast RGB" property from driver specific to general context
0e59e4efe994 drm/i915/display: Use the general "Broadcast RGB" implementation
c085286ee017 drm/amd/display: Add handling for new "Broadcast RGB" property
-:32: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#32: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5272:
+			if (dc_crtc_timing->flags.Y_ONLY
+					|| preferred_color_range ==

-:41: CHECK:LOGICAL_CONTINUATIONS: Logical continuations should be on the previous line
#41: FILE: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c:5280:
+			if (dc_crtc_timing->flags.Y_ONLY
+					|| preferred_color_range ==

total: 0 errors, 0 warnings, 2 checks, 67 lines checked


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

  parent reply	other threads:[~2021-06-18  9:47 UTC|newest]

Thread overview: 215+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-18  9:10 [PATCH v4 00/17] New uAPI drm properties for color management Werner Sembach
2021-06-18  9:10 ` Werner Sembach
2021-06-18  9:10 ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 01/17] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 02/17] drm/amd/display: Add missing cases convert_dc_color_depth_into_bpc Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 03/17] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  6:46   ` Pekka Paalanen
2021-06-22  6:46     ` Pekka Paalanen
2021-06-22  6:46     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  6:46     ` Pekka Paalanen
2021-06-28 17:03   ` Werner Sembach
2021-06-28 17:03     ` Werner Sembach
2021-06-28 17:03     ` [Intel-gfx] " Werner Sembach
2021-06-29 11:02     ` Werner Sembach
2021-06-29 11:02       ` Werner Sembach
2021-06-29 11:02       ` [Intel-gfx] " Werner Sembach
2021-06-30  8:21       ` Pekka Paalanen
2021-06-30  8:21         ` Pekka Paalanen
2021-06-30  8:21         ` [Intel-gfx] " Pekka Paalanen
2021-06-30  8:21         ` Pekka Paalanen
2021-06-30  9:42         ` Werner Sembach
2021-06-30  9:42           ` Werner Sembach
2021-06-30  9:42           ` [Intel-gfx] " Werner Sembach
2021-06-30  9:42           ` Werner Sembach
2021-07-01  7:42           ` Pekka Paalanen
2021-07-01  7:42             ` Pekka Paalanen
2021-07-01  7:42             ` [Intel-gfx] " Pekka Paalanen
2021-07-01  7:42             ` Pekka Paalanen
2021-07-01 11:30             ` Werner Sembach
2021-07-01 11:30               ` Werner Sembach
2021-07-01 11:30               ` [Intel-gfx] " Werner Sembach
2021-07-01 11:30               ` Werner Sembach
2021-07-14 18:18               ` Werner Sembach
2021-07-14 18:18                 ` Werner Sembach
2021-07-14 18:18                 ` [Intel-gfx] " Werner Sembach
2021-07-14 18:18                 ` Werner Sembach
2021-07-15  9:10                 ` Pekka Paalanen
2021-07-15  9:10                   ` Pekka Paalanen
2021-07-15  9:10                   ` [Intel-gfx] " Pekka Paalanen
2021-07-15  9:10                   ` Pekka Paalanen
2021-06-18  9:11 ` [PATCH v4 04/17] drm/amd/display: Add handling for new "active bpc" property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 05/17] drm/i915/display: " Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 06/17] drm/uAPI: Add "active color format" drm property as feedback for userspace Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  6:48   ` Pekka Paalanen
2021-06-22  6:48     ` Pekka Paalanen
2021-06-22  6:48     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  6:48     ` Pekka Paalanen
2021-06-18  9:11 ` [PATCH v4 07/17] drm/amd/display: Add handling for new "active color format" property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 08/17] drm/i915/display: " Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 09/17] drm/uAPI: Add "active color range" drm property as feedback for userspace Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  7:00   ` Pekka Paalanen
2021-06-22  7:00     ` Pekka Paalanen
2021-06-22  7:00     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  7:00     ` Pekka Paalanen
2021-06-22  9:50     ` Werner Sembach
2021-06-22  9:50       ` Werner Sembach
2021-06-22  9:50       ` [Intel-gfx] " Werner Sembach
2021-06-22  9:50       ` Werner Sembach
2021-06-22 11:48       ` Simon Ser
2021-06-22 11:48         ` Simon Ser
2021-06-22 11:48         ` [Intel-gfx] " Simon Ser
2021-06-22 11:48         ` Simon Ser
2021-06-23  7:32         ` Pekka Paalanen
2021-06-23  7:32           ` Pekka Paalanen
2021-06-23  7:32           ` [Intel-gfx] " Pekka Paalanen
2021-06-23  7:32           ` Pekka Paalanen
2021-06-23 10:17           ` Werner Sembach
2021-06-23 10:17             ` Werner Sembach
2021-06-23 10:17             ` [Intel-gfx] " Werner Sembach
2021-06-23 10:17             ` Werner Sembach
2021-06-23 11:14             ` Pekka Paalanen
2021-06-23 11:14               ` Pekka Paalanen
2021-06-23 11:14               ` [Intel-gfx] " Pekka Paalanen
2021-06-23 11:14               ` Pekka Paalanen
2021-06-23 11:19               ` Werner Sembach
2021-06-23 11:19                 ` Werner Sembach
2021-06-23 11:19                 ` [Intel-gfx] " Werner Sembach
2021-06-23 11:19                 ` Werner Sembach
2021-06-18  9:11 ` [PATCH v4 10/17] drm/amd/display: Add handling for new "active color range" property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 11/17] drm/i915/display: " Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 12/17] drm/uAPI: Add "preferred color format" drm property as setting for userspace Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  7:15   ` Pekka Paalanen
2021-06-22  7:15     ` Pekka Paalanen
2021-06-22  7:15     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  7:15     ` Pekka Paalanen
2021-06-29  8:12     ` Simon Ser
2021-06-29  8:12       ` Simon Ser
2021-06-29  8:12       ` [Intel-gfx] " Simon Ser
2021-06-29  8:12       ` Simon Ser
2021-06-29 11:17       ` Pekka Paalanen
2021-06-29 11:17         ` Pekka Paalanen
2021-06-29 11:17         ` [Intel-gfx] " Pekka Paalanen
2021-06-29 11:17         ` Pekka Paalanen
2021-06-29 11:37         ` Werner Sembach
2021-06-29 11:37           ` Werner Sembach
2021-06-29 11:37           ` [Intel-gfx] " Werner Sembach
2021-06-29 11:39         ` Werner Sembach
2021-06-29 11:39           ` Werner Sembach
2021-06-29 11:39           ` [Intel-gfx] " Werner Sembach
2021-06-29 11:39           ` Werner Sembach
2021-06-30  8:41           ` Pekka Paalanen
2021-06-30  8:41             ` Pekka Paalanen
2021-06-30  8:41             ` [Intel-gfx] " Pekka Paalanen
2021-06-30  8:41             ` Pekka Paalanen
2021-06-30  9:20             ` Werner Sembach
2021-06-30  9:20               ` Werner Sembach
2021-06-30  9:20               ` [Intel-gfx] " Werner Sembach
2021-06-30  9:20               ` Werner Sembach
2021-07-01  8:07               ` Pekka Paalanen
2021-07-01  8:07                 ` Pekka Paalanen
2021-07-01  8:07                 ` [Intel-gfx] " Pekka Paalanen
2021-07-01  8:07                 ` Pekka Paalanen
2021-07-01 12:50                 ` Werner Sembach
2021-07-01 12:50                   ` Werner Sembach
2021-07-01 12:50                   ` [Intel-gfx] " Werner Sembach
2021-07-01 12:50                   ` Werner Sembach
2021-07-01 13:24                   ` Pekka Paalanen
2021-07-01 13:24                     ` Pekka Paalanen
2021-07-01 13:24                     ` [Intel-gfx] " Pekka Paalanen
2021-07-01 13:24                     ` Pekka Paalanen
2021-07-05 15:49                     ` Werner Sembach
2021-07-05 15:49                       ` Werner Sembach
2021-07-05 15:49                       ` [Intel-gfx] " Werner Sembach
2021-07-05 15:49                       ` Werner Sembach
2021-07-06  7:09                       ` Pekka Paalanen
2021-07-06  7:09                         ` Pekka Paalanen
2021-07-06  7:09                         ` [Intel-gfx] " Pekka Paalanen
2021-07-06  7:09                         ` Pekka Paalanen
2021-07-14 17:59                         ` Werner Sembach
2021-07-14 17:59                           ` Werner Sembach
2021-07-14 17:59                           ` [Intel-gfx] " Werner Sembach
2021-07-14 17:59                           ` Werner Sembach
2021-06-18  9:11 ` [PATCH v4 13/17] drm/amd/display: Add handling for new "preferred color format" property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 14/17] drm/i915/display: " Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 15/17] drm/uAPI: Move "Broadcast RGB" property from driver specific to general context Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  7:25   ` Pekka Paalanen
2021-06-22  7:25     ` Pekka Paalanen
2021-06-22  7:25     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  7:25     ` Pekka Paalanen
2021-06-22  9:57     ` Werner Sembach
2021-06-22  9:57       ` Werner Sembach
2021-06-22  9:57       ` [Intel-gfx] " Werner Sembach
2021-06-22  9:57       ` Werner Sembach
2021-06-23  7:48       ` Pekka Paalanen
2021-06-23  7:48         ` Pekka Paalanen
2021-06-23  7:48         ` [Intel-gfx] " Pekka Paalanen
2021-06-23  7:48         ` Pekka Paalanen
2021-06-23 10:10         ` Werner Sembach
2021-06-23 10:10           ` Werner Sembach
2021-06-23 10:10           ` [Intel-gfx] " Werner Sembach
2021-06-23 10:10           ` Werner Sembach
2021-06-23 11:26           ` Pekka Paalanen
2021-06-23 11:26             ` Pekka Paalanen
2021-06-23 11:26             ` [Intel-gfx] " Pekka Paalanen
2021-06-23 11:26             ` Pekka Paalanen
2021-06-25  8:48             ` Werner Sembach
2021-06-25  8:48               ` Werner Sembach
2021-06-25  8:48               ` [Intel-gfx] " Werner Sembach
2021-06-25  8:48               ` Werner Sembach
2021-06-18  9:11 ` [PATCH v4 16/17] drm/i915/display: Use the general "Broadcast RGB" implementation Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-18  9:11 ` [PATCH v4 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property Werner Sembach
2021-06-18  9:11   ` Werner Sembach
2021-06-18  9:11   ` [Intel-gfx] " Werner Sembach
2021-06-22  7:29   ` Pekka Paalanen
2021-06-22  7:29     ` Pekka Paalanen
2021-06-22  7:29     ` [Intel-gfx] " Pekka Paalanen
2021-06-22  7:29     ` Pekka Paalanen
2021-06-22  9:28     ` Werner Sembach
2021-06-22  9:28       ` Werner Sembach
2021-06-22  9:28       ` [Intel-gfx] " Werner Sembach
2021-06-22  9:28       ` Werner Sembach
2021-06-23  8:01       ` Pekka Paalanen
2021-06-23  8:01         ` Pekka Paalanen
2021-06-23  8:01         ` [Intel-gfx] " Pekka Paalanen
2021-06-23  8:01         ` Pekka Paalanen
2021-06-23  9:58         ` Werner Sembach
2021-06-23  9:58           ` Werner Sembach
2021-06-23  9:58           ` [Intel-gfx] " Werner Sembach
2021-06-23  9:58           ` Werner Sembach
2021-06-18  9:47 ` Patchwork [this message]
2021-06-18  9:50 ` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for New uAPI drm properties for color management (rev2) Patchwork
2021-06-18 10:20 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2021-06-18 12:12 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " 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=162400967100.1294.15646271940215568363@emeril.freedesktop.org \
    --to=patchwork@emeril.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=wse@tuxedocomputers.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 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.