Re: [Intel-gfx] [v4] drm/i915/dsi: Send proper brightness value via MIPI DCS command

2021-08-18 Thread Lee, Shawn C
On Wed, 18 Aug 2021, Jani Nikula wrote: >On Fri, 13 Aug 2021, Lee Shawn C wrote: >> Driver has to swap the endian before send brightness level value to >> tcon. >> >> v2: Use __be16 instead of u16 to fix sparse warning. >> >> Reported-by: kernel test robot >> Cc: Ville Syrjala >> Cc: Jani Niku

Re: [Intel-gfx] [v4] drm/i915/dsi: Send proper brightness value via MIPI DCS command

2021-08-18 Thread Jani Nikula
On Fri, 13 Aug 2021, Lee Shawn C wrote: > Driver has to swap the endian before send brightness level value > to tcon. > > v2: Use __be16 instead of u16 to fix sparse warning. > > Reported-by: kernel test robot > Cc: Ville Syrjala > Cc: Jani Nikula > Cc: Vandita Kulkarni > Cc: Cooper Chiou > C

[Intel-gfx] [v4] drm/i915/dsi: Send proper brightness value via MIPI DCS command

2021-08-12 Thread Lee Shawn C
Driver has to swap the endian before send brightness level value to tcon. v2: Use __be16 instead of u16 to fix sparse warning. Reported-by: kernel test robot Cc: Ville Syrjala Cc: Jani Nikula Cc: Vandita Kulkarni Cc: Cooper Chiou Cc: William Tseng Signed-off-by: Lee Shawn C --- drivers/gp