[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: DDI buf trans cleaup and fixes (rev3)

Patchwork patchwork at emeril.freedesktop.org
Tue May 4 12:13:27 UTC 2021


== Series Details ==

Series: drm/i915: DDI buf trans cleaup and fixes (rev3)
URL   : https://patchwork.freedesktop.org/series/89311/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
41597e735d81 drm/i915: s/intel/hsw/ for hsw/bde/skl buf trans
f12ad854bbba drm/i915: Introduce hsw_get_buf_trans()
92c909de2a5f drm/i915: Wrap the platform specific buf trans structs into a union
c2887df88bd7 drm/i915: Rename dkl phy buf trans tables
681adec95a5c drm/i915: Wrap the buf trans tables into a struct
1e6b611520e0 drm/i915: Introduce intel_get_buf_trans()
-:25: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#25: 
+ intel_get_buf_trans(const struct intel_ddi_buf_trans *ddi_translations, int *num_entries)

total: 0 errors, 1 warnings, 0 checks, 473 lines checked
4aefdd5efa28 drm/i915; Return the whole buf_trans struct from get_buf_trans()
-:253: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#253: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:1425:
+	dpcnt_val |= DKL_TX_DE_EMPHASIS_COEFF(ddi_translations->entries[level].dkl.dkl_de_emphasis_control);

-:254: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#254: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:1426:
+	dpcnt_val |= DKL_TX_PRESHOOT_COEFF(ddi_translations->entries[level].dkl.dkl_preshoot_control);

total: 0 errors, 2 warnings, 0 checks, 630 lines checked
89125d4782bd drm/i915: Store the HDMI default entry in the bug trans struct
-:118: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#118: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1648:
+			ddi_translations = tgl_get_combo_buf_trans_hdmi(encoder, crtc_state, &n_entries);

-:122: WARNING:LONG_LINE: line length of 103 exceeds 100 columns
#122: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1650:
+			ddi_translations = tgl_get_dkl_buf_trans_hdmi(encoder, crtc_state, &n_entries);

-:126: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#126: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1653:
+			ddi_translations = icl_get_combo_buf_trans_hdmi(encoder, crtc_state, &n_entries);

-:130: WARNING:LONG_LINE: line length of 102 exceeds 100 columns
#130: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1655:
+			ddi_translations = icl_get_mg_buf_trans_hdmi(encoder, crtc_state, &n_entries);

total: 0 errors, 4 warnings, 0 checks, 141 lines checked
8d20186e4a5b drm/i915: Introduce encoder->get_buf_trans()
-:382: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#382: FILE: drivers/gpu/drm/i915/display/intel_display_types.h:265:
+							   const struct intel_crtc_state *crtc_state,

total: 0 errors, 1 warnings, 0 checks, 342 lines checked
2f814a8d7445 drm/i915: Clean up hsw/bdw/skl/kbl buf trans funcs
bd2188204d3a drm/i915: Introduce rkl_get_combo_buf_trans()
ed4788c769b6 drm/i915: Fix dg1 buf trans tables
56b9a07d75d5 drm/i915: Deduplicate icl DP HBR2 vs. eDP HBR3 table
7f03efbc37b6 drm/i915: Fix ehl edp hbr2 vswing table
edbc05ee202f drm/i915: Clean up jsl/ehl buf trans functions
-:141: WARNING:LONG_LINE: line length of 104 exceeds 100 columns
#141: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1393:
+		return intel_get_buf_trans(&icl_combo_phy_ddi_translations_dp_hbr2_edp_hbr3, n_entries);

total: 0 errors, 1 warnings, 0 checks, 123 lines checked
5b1bb03f7c33 drm/i915: Nuke buf_trans hdmi functions
e8816b2c1069 drm/i915: Add the missing adls vswing tables
-:94: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#94: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1590:
+		return intel_get_buf_trans(&adls_combo_phy_ddi_translations_dp_hbr2_hbr3, n_entries);

-:110: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#110: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1606:
+		return intel_get_buf_trans(&tgl_combo_phy_ddi_translations_edp_hbr2_hobl, n_entries);

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




More information about the Intel-gfx mailing list