== Series Details ==

Series: drm/i915/gtt: Fix rounding for 36b
URL   : https://patchwork.freedesktop.org/series/63944/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
2262925a2845 drm/i915/gtt: Fix rounding for 36b
-:27: WARNING:LINE_SPACING: Missing a blank line after declarations
#27: FILE: drivers/gpu/drm/i915/i915_gem_gtt.c:911:
+       unsigned int shift = __gen8_pte_shift(vm->top);
+       return (vm->total + (1ull << shift) - 1) >> shift;

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

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

Reply via email to