Re: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions

2024-09-03 Thread Abhishek Tamboli
On Tue, Sep 03, 2024 at 11:17:37AM +0200, Javier Martinez Canillas wrote: > Abhishek Tamboli writes: > Hi Javier, > > > Use the new mipi_dsi_*_multi wrapped function in hx83112a_on > > and hx83112a_disable function. > IMO commit messages should explain why the change is needed and > not just wh

Re: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions

2024-09-03 Thread kernel test robot
c drm-misc-next patch link: https://lore.kernel.org/r/20240902170153.34512-1-abhishektamboli9%40gmail.com patch subject: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions config: x86_64-randconfig-005-20240903 (https://download.01.org/0day-ci/archive/20240904/20240904004

Re: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions

2024-09-03 Thread kernel test robot
c drm-misc-next patch link: https://lore.kernel.org/r/20240902170153.34512-1-abhishektamboli9%40gmail.com patch subject: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions config: x86_64-buildonly-randconfig-003-20240903 (https://download.01.org/0day-ci/archive/20240903/20

Re: [PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions

2024-09-03 Thread Javier Martinez Canillas
Abhishek Tamboli writes: Hello Abhishek > Use the new mipi_dsi_*_multi wrapped function in hx83112a_on > and hx83112a_disable function. > IMO commit messages should explain why the change is needed and not just what the patch is changing (for this one can just look at the diffstat). > Signed-o

[PATCH] drm/panel: hx83112a: Switch to wrapped mipi_dsi functions

2024-09-02 Thread Abhishek Tamboli
Use the new mipi_dsi_*_multi wrapped function in hx83112a_on and hx83112a_disable function. Signed-off-by: Abhishek Tamboli --- drivers/gpu/drm/panel/panel-himax-hx83112a.c | 136 --- 1 file changed, 58 insertions(+), 78 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-hima