Re: [PATCH] drm/panel: boe-himax8279d: use drm_panel backlight support

2019-12-12 Thread Sam Ravnborg
Hi Jerry. On Thu, Dec 12, 2019 at 10:26:14AM +0800, Jerry Han wrote: > Use the backlight support in drm_panel to simplify the driver > > Signed-off-by: Jerry Han > Reviewed-by: Sam Ravnborg > --- > drivers/gpu/drm/panel/panel-boe-himax8279d.c | 17 +++-- > 1 file changed, 3

[PATCH] drm/panel: boe-himax8279d: use drm_panel backlight support

2019-12-12 Thread Jerry Han
Use the backlight support in drm_panel to simplify the driver Signed-off-by: Jerry Han Reviewed-by: Sam Ravnborg --- drivers/gpu/drm/panel/panel-boe-himax8279d.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-boe-himax8279d.c