Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-13 Thread Sam Ravnborg
Hi Jerry. Thanks! On Thu, Dec 12, 2019 at 07:52:08PM +0800, Jerry Han wrote: > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > panel. > > V11: > - Use the backlight support in drm_panel to simplify the driver (Sam) ... > - Support Boe Himax8279d 8.0" 1200x1920 TFT LCD pa

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-12 Thread Jerry Han
> > Hi Jerry. > > > > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > > panel. > > Thanks for your persistence with this driver. > > > Unfortunately the driver no longer builds after the drm_panel > work we committed earlier this week to drm-misc-next. > > > > > V9: > > - Ad

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-11 Thread Sam Ravnborg
Hi Jerry. > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > panel. Thanks for your persistence with this driver. Unfortunately the driver no longer builds after the drm_panel work we committed earlier this week to drm-misc-next. > > V9: > - Adjust init code, make the

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-09 Thread Emil Velikov
On Mon, 9 Dec 2019 at 09:47, Jerry Han wrote: > > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > panel. > > V9: > - Adjust init code, make the format more concise > - kill off default_off_cmds (Emil) > - use mipi_dsi_dcs_set_display_{on,off} in their enable/disable > c

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-09 Thread Jerry Han
> > Hi Jerry, > > I love your patch! Yet something to improve: > > [auto build test ERROR on drm-exynos/exynos-drm-next] > [also build test ERROR on drm-intel/for-linux-next linus/master v5.4 > next-20191202] > [if your patch is applied to the wrong git tree, please drop us a note to help > improv

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-07 Thread kbuild test robot
Hi Jerry, I love your patch! Yet something to improve: [auto build test ERROR on drm-exynos/exynos-drm-next] [also build test ERROR on drm-intel/for-linux-next linus/master v5.4 next-20191202] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW,

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-12-06 Thread Jerry Han
> > Hi Jerry, > > On Tue, 26 Nov 2019 at 08:14, Jerry Han wrote: > > > > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > > panel. > > > > V9: > > - Adjust init code, make the format more concise > > - kill off default_off_cmds (Emil) > > - use mipi_dsi_dcs_set_display_{on,o

Re: [PATCH] drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel

2019-11-28 Thread Emil Velikov
Hi Jerry, On Tue, 26 Nov 2019 at 08:14, Jerry Han wrote: > > Support Boe Himax8279d 8.0" 1200x1920 TFT LCD panel, it is a MIPI DSI > panel. > > V9: > - Adjust init code, make the format more concise > - kill off default_off_cmds (Emil) > - use mipi_dsi_dcs_set_display_{on,off} in their enable/dis