== 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

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to