[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gen9: Disable FBC on planes which have an unsupported config.

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 29 13:16:29 UTC 2019


== Series Details ==

Series: drm/i915/gen9: Disable FBC on planes which have an unsupported config.
URL   : https://patchwork.freedesktop.org/series/55900/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
b49fb04454cb drm/i915/gen9: Disable FBC on planes which have an unsupported config.
-:29: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'cache->plane.rotation == DRM_MODE_ROTATE_180'
#29: FILE: drivers/gpu/drm/i915/intel_fbc.c:803:
+	if (IS_GEN(dev_priv, 9) &&
+	    (cache->plane.rotation == DRM_MODE_ROTATE_180) &&
+	    (fbc->state_cache.plane.src_h & 3)) {

-:32: WARNING:LONG_LINE: line over 100 characters
#32: FILE: drivers/gpu/drm/i915/intel_fbc.c:806:
+		fbc->no_fbc_reason = "plane has a combination of a 180-degree rotation with a misaligned Height";

total: 0 errors, 1 warnings, 1 checks, 18 lines checked



More information about the Intel-gfx mailing list