Message ID | 20210902100851.21719-1-shawn.c.lee@intel.com (mailing list archive) |
---|---|
Headers | show |
Series | DSI driver improvement | expand |
On Thu, 02 Sep 2021, Patchwork <patchwork@emeril.freedesktop.org> wrote: > == Series Details == > > Series: DSI driver improvement (rev2) > URL : https://patchwork.freedesktop.org/series/94237/ > State : warning > > == Summary == > > $ dim checkpatch origin/drm-tip > 91a7056b2b41 drm/i915/dsi: wait for header and payload credit available > c7f311aa2adf drm/i915/dsi: refine send MIPI DCS command sequence > 50a0fc3f6c05 drm/i915: Get proper min cdclk if vDSC enabled > 8a70756904f4 drm/i915/dsi: Retrieve max brightness level from VBT > -:52: WARNING:LINE_CONTINUATIONS: Avoid unnecessary line continuations > #52: FILE: drivers/gpu/drm/i915/display/intel_dsi_dcs_backlight.c:154: > + panel->backlight.max = (dev_priv->vbt.backlight.brightness_precision_bits > 8) \ This is a valid warning. BR, Jani. > > total: 0 errors, 1 warnings, 0 checks, 32 lines checked > d2500f03aee8 drm/i915/dsi: Read/write proper brightness value via MIPI DCS command > >
v2: Get data length of brightness value more easily while driver try to read/write MIPI_DCS_DISPLAY_BRIGHTNESS command. Signed-off-by: Lee Shawn C <shawn.c.lee@intel.com> Lee Shawn C (5): drm/i915/dsi: wait for header and payload credit available drm/i915/dsi: refine send MIPI DCS command sequence drm/i915: Get proper min cdclk if vDSC enabled drm/i915/dsi: Retrieve max brightness level from VBT drm/i915/dsi: Read/write proper brightness value via MIPI DCS command drivers/gpu/drm/i915/display/icl_dsi.c | 50 +++++++++---------- drivers/gpu/drm/i915/display/intel_bios.c | 3 ++ drivers/gpu/drm/i915/display/intel_cdclk.c | 10 ++++ .../i915/display/intel_dsi_dcs_backlight.c | 31 ++++++++---- drivers/gpu/drm/i915/i915_drv.h | 1 + 5 files changed, 60 insertions(+), 35 deletions(-)