[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/edid: constify EDID parsing
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 25 13:19:52 UTC 2022
== Series Details ==
Series: drm/edid: constify EDID parsing
URL : https://patchwork.freedesktop.org/series/101787/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
c7362ef166c6 drm/edid: don't modify EDID while parsing
4d7e2d1d7ed8 drm/edid: pass a timing pointer to is_display_descriptor()
a720ca2b81fe drm/edid: use struct detailed_timing member access in is_rb()
1c90ada3dd1d drm/edid: use struct detailed_timing member access in gtf2 functions
-:55: WARNING:LONG_LINE: line length of 111 exceeds 100 columns
#55: FILE: drivers/gpu/drm/drm_edid.c:2457:
+ BUILD_BUG_ON(offsetof(typeof(*timing), data.other_data.data.range.formula.gtf2.hfreq_start_khz) != 12);
total: 0 errors, 1 warnings, 0 checks, 98 lines checked
047632ecfcb0 drm/edid: constify struct detailed_timing in lower level parsing
520891b2ea1e drm/edid: constify struct detailed_timing in parsing callbacks
0699bb9a3bd8 drm/edid: constify struct edid passed to detailed blocks
8962d0ea725c drm/edid: constify struct edid passed around in callbacks and closure
f4c384d459bc drm/edid: add more general struct edid constness in the interfaces
More information about the Intel-gfx
mailing list