== Series Details == Series: drm: Add DPCD definitions for DP 1.4 FEC feature (rev5) URL : https://patchwork.freedesktop.org/series/34259/ State : warning == Summary == $ dim checkpatch origin/drm-tip a2efb7357012 drm: Add DPCD definitions for DP 1.4 FEC feature -:37: CHECK: Prefer using the BIT macro #37: FILE: include/drm/drm_dp_helper.h:334: +# define DP_FEC_CAPABLE (1 << 0) -:38: CHECK: Prefer using the BIT macro #38: FILE: include/drm/drm_dp_helper.h:335: +# define DP_FEC_UNCORR_BLK_ERROR_COUNT_CAP (1 << 1) -:39: CHECK: Prefer using the BIT macro #39: FILE: include/drm/drm_dp_helper.h:336: +# define DP_FEC_CORR_BLK_ERROR_COUNT_CAP (1 << 2) -:40: CHECK: Prefer using the BIT macro #40: FILE: include/drm/drm_dp_helper.h:337: +# define DP_FEC_BIT_ERROR_COUNT_CAP (1 << 3) -:50: CHECK: Prefer using the BIT macro #50: FILE: include/drm/drm_dp_helper.h:456: +# define DP_FEC_READY (1 << 0) -:53: CHECK: Prefer using the BIT macro #53: FILE: include/drm/drm_dp_helper.h:459: +# define DP_FEC_UNCORR_BLK_ERROR_COUNT (1 << 1) -:58: CHECK: Prefer using the BIT macro #58: FILE: include/drm/drm_dp_helper.h:464: +# define DP_FEC_LANE_1_SELECT (1 << 4) -:70: CHECK: Prefer using the BIT macro #70: FILE: include/drm/drm_dp_helper.h:644: +# define DP_FEC_DECODE_EN_DETECTED (1 << 0) -:71: CHECK: Prefer using the BIT macro #71: FILE: include/drm/drm_dp_helper.h:645: +# define DP_FEC_DECODE_DIS_DETECTED (1 << 1) -:77: CHECK: Prefer using the BIT macro #77: FILE: include/drm/drm_dp_helper.h:651: +# define DP_FEC_ERR_COUNT_VALID (1 << 7) total: 0 errors, 0 warnings, 10 checks, 48 lines checked _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx