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

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 8 08:46:00 UTC 2021


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
52f3229452fb drm/i915: s/intel/hsw/ for hsw/bdw/skl buf trans
92cd92c06299 drm/i915: Introduce hsw_get_buf_trans()
05c03e8ca7cf drm/i915: Wrap the platform specific buf trans structs into a union
be978537cd1a drm/i915: Rename dkl phy buf trans tables
-:101: WARNING:UNNECESSARY_ELSE: else is not generally useful after a break or return
#101: FILE: drivers/gpu/drm/i915/display/intel_ddi_buf_trans.c:1403:
+		return adlp_dkl_phy_ddi_translations_dp_hbr2_hbr3;
+	} else {

total: 0 errors, 1 warnings, 0 checks, 82 lines checked
96b3ebba8a49 drm/i915: Wrap the buf trans tables into a struct
a7a82eabdb38 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, 488 lines checked
edb3783fae3c drm/i915; Return the whole buf_trans struct from get_buf_trans()
-:256: WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#256: FILE: drivers/gpu/drm/i915/display/intel_ddi.c:1465:
+	dpcnt_val |= DKL_TX_DE_EMPHASIS_COEFF(ddi_translations->entries[level].dkl.dkl_de_emphasis_control);

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

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

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

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

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

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

total: 0 errors, 1 warnings, 0 checks, 364 lines checked
9e161e21bd23 drm/i915: Clean up hsw/bdw/skl/kbl buf trans funcs
a024fc673e7d drm/i915: Introduce rkl_get_combo_buf_trans()
57bf0c2042ff drm/i915: Fix dg1 buf trans tables
5b87954c2ede drm/i915: Deduplicate icl DP HBR2 vs. eDP HBR3 table
5e5a65a61db3 drm/i915: Fix ehl edp hbr2 vswing table
7c13bdf62ebe 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:1432:
+		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
ebb8659f2fe4 drm/i915: Nuke buf_trans hdmi functions
80e1204635e7 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:1628:
+		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:1644:
+		return intel_get_buf_trans(&tgl_combo_phy_ddi_translations_edp_hbr2_hobl, n_entries);

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




More information about the Intel-gfx mailing list