Re: [PATCH] gpu: drm/panel: Optimize the workflow of s6d7aa0_lock

2023-06-01 Thread kernel test robot
Hi Lu, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on next-20230601] [cannot apply to linus/master v6.4-rc4] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch,

Re: [PATCH] gpu: drm/panel: Optimize the workflow of s6d7aa0_lock

2023-06-01 Thread kernel test robot
Hi Lu, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on next-20230601] [cannot apply to linus/master v6.4-rc4] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we sug

Re: [PATCH] gpu: drm/panel: Optimize the workflow of s6d7aa0_lock

2023-05-31 Thread Neil Armstrong
Hi, On 31/05/2023 13:07, Lu Hongfei wrote: This patch optimized s6d7aa0_lock's workflow. Once mipi_dsi_dcs_write_seq failed, s6d7aa0_lock return immediately and no further actions will be taken. Fixes: 6810bb390282 ("drm/panel: Add Samsung S6D7AA0 panel controller driver") Signed-off-by: Lu Ho