== Series Details == Series: Add data flow metering support for HDMI2.1 (rev3) URL : https://patchwork.freedesktop.org/series/99668/ State : warning == Summary == $ dim checkpatch origin/drm-tip a99528e005f6 drm/hdmi21: Define frl_dfm structure -:13: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #13: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 124 lines checked 16bf1d98714a drm/hdmi21: Add non dsc frl capacity computation helpers -:12: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #12: new file mode 100644 -:202: WARNING:LONG_LINE: line length of 104 exceeds 100 columns #202: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:186: + unsigned int bpc, unsigned int audio_packets_line, unsigned int hblank) -:307: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #307: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:291: +drm_get_avg_tribyte_rate(unsigned int pixel_clk_max_khz, unsigned int tb_active, unsigned int tb_blank, -:396: WARNING:LONG_LINE: line length of 117 exceeds 100 columns #396: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:380: +drm_get_frl_char_payload_actual(unsigned int tribytes_active, unsigned int tribytes_blank, unsigned int cfrl_savings) -:400: WARNING:LONG_LINE: line length of 103 exceeds 100 columns #400: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:384: + frl_char_payload_actual = DIV_ROUND_UP(3 * tribytes_active, 2) + tribytes_blank - cfrl_savings; -:406: WARNING:LONG_LINE: line length of 108 exceeds 100 columns #406: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:390: +drm_compute_payload_utilization(unsigned int frl_char_payload_actual, unsigned int frl_char_per_line_period) total: 0 errors, 6 warnings, 0 checks, 396 lines checked 90a37e26767c drm/hdmi21: Add helpers to verify non-dsc DFM requirements -:99: WARNING:LONG_LINE: line length of 101 exceeds 100 columns #99: FILE: drivers/gpu/drm/drm_frl_dfm_helper.c:477: + frl_dfm->params.tb_active, frl_dfm->params.tb_blank, total: 0 errors, 1 warnings, 0 checks, 170 lines checked 50465c7508e4 drm/hdmi21: Add support for DFM calculation with DSC 39548edaac34 drm/hdmi21: Add frl_dfm_helper to Makefile