Strange effect with i915 backlight controller

2011-11-04 Thread Daniel Mack
Hi, I'm facing a bug on a Samsung X20 notebook which features an i915 chipset (output of 'lspci -v' attached). The effect is that setting the backlight to odd values causes the value to be misinterpreted. Harald Hoyer (cc:) had the same thing on a Netbook (I don't recall which model it

Re: Strange effect with i915 backlight controller

2011-11-07 Thread Daniel Mack
Didn't get any response yet, hence copying LKML for a broader audience. On 11/04/2011 03:36 PM, Daniel Mack wrote: I'm facing a bug on a Samsung X20 notebook which features an i915 chipset (output of 'lspci -v' attached). The effect is that setting the backlight to odd values causes the value

Re: Strange effect with i915 backlight controller

2011-11-10 Thread Daniel Mack
On 11/08/2011 01:57 AM, Daniel Mack wrote: Didn't get any response yet, hence copying LKML for a broader audience. Nobody, really? This is a rather annoying regression, as touching the brightness keys appearantly switches off the whole machine. I'm sure this is trivial to fix, I just don't have

Re: Strange effect with i915 backlight controller

2011-11-13 Thread Daniel Mack
Hi Takashi, On 11/10/2011 04:39 PM, Takashi Iwai wrote: At Thu, 10 Nov 2011 16:11:29 +0100, Daniel Mack wrote: On 11/08/2011 01:57 AM, Daniel Mack wrote: Didn't get any response yet, hence copying LKML for a broader audience. Nobody, really? This is a rather annoying regression

Re: Strange effect with i915 backlight controller

2011-11-14 Thread Daniel Mack
On 11/14/2011 11:39 AM, Takashi Iwai wrote: [Added Chris to Cc] At Sun, 13 Nov 2011 17:24:09 +0100, Daniel Mack wrote: Hi Takashi, On 11/10/2011 04:39 PM, Takashi Iwai wrote: At Thu, 10 Nov 2011 16:11:29 +0100, Daniel Mack wrote: On 11/08/2011 01:57 AM, Daniel Mack wrote: Didn't get

Re: Strange effect with i915 backlight controller

2011-11-16 Thread Daniel Mack
values for old chips like 915GM. When the bit 0 is set, the backlight is turned off suddenly. This patch changes the bit-0 check by replacing with the condition of gen 4 (pineview is included in this condition, too). Reported-by: Daniel Mack zon...@gmail.com Signed-off-by: Takashi Iwai ti

Re: hot CPU with 3.6.0-rc7+ and intel graphic

2012-09-27 Thread Daniel Mack
On 27.09.2012 17:42, Toralf Förster wrote: I'm observing a high CPU usage at my ThinkPad T420 (i5-2540M CPU), w/ integrated intel graphic. Powertop-2.1 shows that the GPU is always at 100%, although I've defined these settings : $ cat /etc/modprobe.d/i915.conf options i915

hot CPU with 3.6.0-rc7+ and intel graphic

2012-09-28 Thread Daniel Mack
On 27.09.2012 17:42, Toralf F?rster wrote: > I'm observing a high CPU usage at my ThinkPad T420 (i5-2540M CPU), w/ > integrated intel graphic. > > Powertop-2.1 shows that the GPU is always at 100%, although I've defined > these settings : > $> cat /etc/modprobe.d/i915.conf > options i915

Strange effect with i915 backlight controller

2011-11-04 Thread Daniel Mack
Hi, I'm facing a bug on a Samsung X20 notebook which features an i915 chipset (output of 'lspci -v' attached). The effect is that setting the backlight to odd values causes the value to be misinterpreted. Harald Hoyer (cc:) had the same thing on a Netbook (I don't recall which model it was).

Strange effect with i915 backlight controller

2011-11-08 Thread Daniel Mack
Didn't get any response yet, hence copying LKML for a broader audience. On 11/04/2011 03:36 PM, Daniel Mack wrote: > I'm facing a bug on a Samsung X20 notebook which features an i915 > chipset (output of 'lspci -v' attached). > > The effect is that setting the backlight to odd v

Strange effect with i915 backlight controller

2011-11-10 Thread Daniel Mack
On 11/08/2011 01:57 AM, Daniel Mack wrote: > Didn't get any response yet, hence copying LKML for a broader audience. Nobody, really? This is a rather annoying regression, as touching the brightness keys appearantly switches off the whole machine. I'm sure this is trivial to fix, I just do

Strange effect with i915 backlight controller

2011-11-13 Thread Daniel Mack
Hi Takashi, On 11/10/2011 04:39 PM, Takashi Iwai wrote: > At Thu, 10 Nov 2011 16:11:29 +0100, > Daniel Mack wrote: >> >> On 11/08/2011 01:57 AM, Daniel Mack wrote: >>> Didn't get any response yet, hence copying LKML for a broader audience. >> >> Nobody,

Strange effect with i915 backlight controller

2011-11-14 Thread Daniel Mack
On 11/14/2011 11:39 AM, Takashi Iwai wrote: > [Added Chris to Cc] > > At Sun, 13 Nov 2011 17:24:09 +0100, > Daniel Mack wrote: >> >> Hi Takashi, >> >> On 11/10/2011 04:39 PM, Takashi Iwai wrote: >>> At Thu, 10 Nov 2011 16:11:29 +0100, >>&g

Strange effect with i915 backlight controller

2011-11-16 Thread Daniel Mack
gone except for pineview. This resulted in invalid > register values for old chips like 915GM. When the bit 0 is set, the > backlight is turned off suddenly. > > This patch changes the bit-0 check by replacing with the condition of > gen < 4 (pineview is included in this conditio

Re: [PATCH RESEND 1/2] drm/msm: remove unbalanced mutex unlock

2018-05-05 Thread Daniel Mack
On Thursday, May 03, 2018 02:24 PM, Rob Clark wrote: > On Thu, May 3, 2018 at 8:00 AM, Daniel Mack <dan...@zonque.org> wrote: >> This regression stems from 0e08270a1f01 ("drm/msm: Separate locking of >> buffer resources from struct_mutex"). >> >> Si

[PATCH RESEND 2/2] drm/msm: use correct aspace pointer in msm_gem_put_iova()

2018-05-05 Thread Daniel Mack
forgotten. Signed-off-by: Daniel Mack <dan...@zonque.org> Cc: Rob Clark <robdcl...@gmail.com> --- drivers/gpu/drm/msm/dsi/dsi_host.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/dsi/dsi_host.c b/drivers/gpu/drm/msm/dsi/dsi_host.c index c9b1

[PATCH RESEND 1/2] drm/msm: remove unbalanced mutex unlock

2018-05-05 Thread Daniel Mack
This regression stems from 0e08270a1f01 ("drm/msm: Separate locking of buffer resources from struct_mutex"). Signed-off-by: Daniel Mack <dan...@zonque.org> Cc: Sushmita Susheelendra <ssush...@codeaurora.org> Cc: Rob Clark <rcl...@redhat.com> Fixes: 0e08270a1f01

[PATCH 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-05-17 Thread Daniel Mack
To make suspend and resume work on msm8916 platforms, call into the generic helpers and preserve the state across suspends. Signed-off-by: Daniel Mack <dan...@zonque.org> --- drivers/gpu/drm/msm/msm_drv.c | 9 + drivers/gpu/drm/msm/msm_drv.h | 1 + 2 files changed, 10 insertions(+)

[PATCH 2/2] drm/msm/adreno: Add power management functions for system sleep

2018-05-17 Thread Daniel Mack
! [ 85.853661] msm 1a0.mdss: A306: completed fence: 370 [ 85.859073] msm 1a0.mdss: A306: submitted fence: 372 [ 85.865113] msm 1a0.mdss: A306: hangcheck recover! Fix this by adding pm_runtime_force_suspend/pm_runtime_force_resume as sleep ops. Signed-off-by: Daniel Mack

[PATCH RESEND 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-05-29 Thread Daniel Mack
To make suspend and resume work on msm8916 platforms, call into the generic helpers and preserve the state across suspends. Signed-off-by: Daniel Mack --- drivers/gpu/drm/msm/msm_drv.c | 9 + drivers/gpu/drm/msm/msm_drv.h | 1 + 2 files changed, 10 insertions(+) diff --git a/drivers

[PATCH RESEND 2/2] drm/msm/adreno: Add power management functions for system sleep

2018-05-29 Thread Daniel Mack
! [ 85.853661] msm 1a0.mdss: A306: completed fence: 370 [ 85.859073] msm 1a0.mdss: A306: submitted fence: 372 [ 85.865113] msm 1a0.mdss: A306: hangcheck recover! Fix this by adding pm_runtime_force_suspend/pm_runtime_force_resume as sleep ops. Signed-off-by: Daniel Mack

[PATCH RESEND 2/2] drm/msm/adreno: Add power management functions for system sleep

2018-07-25 Thread Daniel Mack
! [ 85.853661] msm 1a0.mdss: A306: completed fence: 370 [ 85.859073] msm 1a0.mdss: A306: submitted fence: 372 [ 85.865113] msm 1a0.mdss: A306: hangcheck recover! Fix this by adding pm_runtime_force_suspend/pm_runtime_force_resume as sleep ops. Signed-off-by: Daniel Mack

[PATCH RESEND 1/2] drm/msm: call drm_atomic_helper_suspend() and drm_atomic_helper_resume()

2018-07-25 Thread Daniel Mack
To make suspend and resume work on msm8916 platforms, call into the generic helpers and preserve the state across suspends. Signed-off-by: Daniel Mack --- I've sent these two small patches twice already in May, but I haven't gotten any feedback, not sure why. We're using these on a number

Re: [PATCH 1/4] video: fbdev: pxafb: clear allocated memory for video modes

2018-07-25 Thread Daniel Mack
On Tuesday, July 24, 2018 05:03 PM, Bartlomiej Zolnierkiewicz wrote: On Monday, July 09, 2018 07:12:50 AM Daniel Mack wrote: Should I resend with Robert's Reviewed-bys again? I'd like to get this merged for 4.19 if possible. No need for resend, I added Robert's tags while applying your

[PATCH 2/2] drm/msm: use correct aspace pointer in msm_gem_put_iova()

2018-04-05 Thread Daniel Mack
forgotten. Signed-off-by: Daniel Mack <dan...@zonque.org> Cc: Rob Clark <robdcl...@gmail.com> --- drivers/gpu/drm/msm/dsi/dsi_host.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/msm/dsi/dsi_host.c b/drivers/gpu/drm/msm/dsi/dsi_host.c index c9b1

GPU/DRM issue with DSI commands on msm 8916

2018-04-05 Thread Daniel Mack
Hi, I'm having issues with the GPU/DRM drivers on a msm8916 based platform which is very similar to the DragonBoard 410c. In my setup, a DSI display is directly connected to the SoC, and the video link is stable. However, when the host sends DCS commands down to the DSI panel (for instance to

[PATCH 1/2] drm/msm: remove unbalanced mutex unlock

2018-04-05 Thread Daniel Mack
This regression stems from 0e08270a1f01 ("drm/msm: Separate locking of buffer resources from struct_mutex"). Signed-off-by: Daniel Mack <dan...@zonque.org> Cc: Sushmita Susheelendra <ssush...@codeaurora.org> Cc: Rob Clark <rcl...@redhat.com> Fixes: 0e08270a1f01

Re: GPU/DRM issue with DSI commands on msm 8916

2018-04-10 Thread Daniel Mack
Hi Archit, Thanks a lot for your reply. On Friday, April 06, 2018 01:25 PM, Archit Taneja wrote: > On Thursday 05 April 2018 08:28 PM, Daniel Mack wrote: >> I'm having issues with the GPU/DRM drivers on a msm8916 based platform >> which is very similar to the DragonBoard 410c. In

Re: GPU/DRM issue with DSI commands on msm 8916

2018-04-17 Thread Daniel Mack
Hi Archit, On Monday, April 09, 2018 03:08 PM, Archit Taneja wrote: >>> You could comment out the pm_runtime_put_sync() calls in >>> drivers/gpu/drm/msm/dsi/dsi_host.c, in case some registers got >>> reset during put_sync and weren't restored correctly after get_sync(). >> >> That was my first

Re: GPU/DRM issue with DSI commands on msm 8916

2018-04-18 Thread Daniel Mack
(cc Stephen) Hi Archit, On Monday, April 16, 2018 07:06 PM, Daniel Mack wrote: > On Monday, April 09, 2018 03:08 PM, Archit Taneja wrote: >>>> You could comment out the pm_runtime_put_sync() calls in >>>> drivers/gpu/drm/msm/dsi/dsi_host.c, in case some registers got

Re: GPU/DRM issue with DSI commands on msm 8916

2018-04-19 Thread Daniel Mack
On Wednesday, April 18, 2018 10:06 AM, Archit Taneja wrote: > On Tuesday 17 April 2018 05:51 PM, Daniel Mack wrote: > Thanks for debugging this so thoroughly. > >> It shows an underlying problem in the msm driver's clock components >> though, because without t

Re: GPU/DRM issue with DSI commands on msm 8916

2018-04-19 Thread Daniel Mack
On Wednesday, April 18, 2018 10:53 AM, Archit Taneja wrote: > On Wednesday 18 April 2018 01:58 PM, Daniel Mack wrote: >> On Wednesday, April 18, 2018 10:06 AM, Archit Taneja wrote: >>> One easy way to get around this would be to not try to set the clock >>> rate

Re: [PATCH -next] video: fbdev: pxafb: Fix "WARNING: invalid free of devm_ allocated data"

2018-11-17 Thread Daniel Mack
ing this! Could you please add these lines to the patch and resubmit? Fixes: c8f96304ec8b4 ("video: fbdev: pxafb: switch to devm_* API") Cc: sta...@kernel.org [v4.19+] Reviewed-by: Daniel Mack --- drivers/video/fbdev/pxafb.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-

Re: [PATCH v8] backlight: lms283gf05: Convert to GPIO descriptors

2021-01-11 Thread Daniel Mack
elete the platform data header. > > Notice that we define the proper active low semantics in > the board file GPIO descriptor table (active low) and > assert the reset line by bringing it to "1" (asserted). > > Cc: Marek Vasut > Cc: Daniel Mack > Cc: Haojian

[PATCH] drm/tiny: add driver for newhaven,1.8-128160EF

2021-02-11 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack --- .../bindings/display/ilitek,ili9163.txt | 27 +++ drivers/gpu/drm/tiny/Kconfig | 13 + drivers/gpu/drm/tiny/Makefile

[PATCH v5 0/2] gpu: drm: add driver for ili9361 panel

2021-03-28 Thread Daniel Mack
This is v3 of the series. Changelog: v2 -> v3: * Turn Documentation into yaml format v3 -> v4: * Fix reference error in yaml file v4 -> v5: * More yaml file documentation fixes Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF

[PATCH v5 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-28 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v5 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-28 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v8 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-31 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v8 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-31 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v8 0/2] gpu: drm: add driver for ili9361 panel

2021-03-31 Thread Daniel Mack
* Fix ordering of patches v7 -> v8: * More yaml file documentation fixes Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for newhaven,1.8-128160EF .../display/panel/ilitek,ili9163.yaml | 69 +++ drivers/gp

[PATCH v5 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-29 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v6 1/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-29 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v6 0/2] gpu: drm: add driver for ili9361 panel

2021-03-29 Thread Daniel Mack
This is v3 of the series. Changelog: v2 -> v3: * Turn Documentation into yaml format v3 -> v4: * Fix reference error in yaml file v4 -> v5: * More yaml file documentation fixes v5 -> v6: * More yaml file documentation fixes Daniel Mack (2):

[PATCH v6 2/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-29 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v5 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-29 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v7 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-29 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v7 0/2] gpu: drm: add driver for ili9361 panel

2021-03-29 Thread Daniel Mack
* Fix ordering of patches Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for newhaven,1.8-128160EF .../display/panel/ilitek,ili9163.yaml | 69 +++ drivers/gpu/drm/tiny/Kconfig | 13 + drivers/gpu/dr

[PATCH v7 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-29 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v4 0/2] gpu: drm: add driver for ili9361 panel

2021-03-22 Thread Daniel Mack
This is v3 of the series. Changelog: v2 -> v3: * Turn Documentation into yaml format v3 -> v4: * Fix reference error in yaml file Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for newhaven,1.8-128160EF .../bi

[PATCH v4 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-22 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../bindings/display/ilitek,ili9163.yaml | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.yaml

[PATCH v4 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-22 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

[PATCH v3 0/2] gpu: drm: add driver for ili9361 panel

2021-03-22 Thread Daniel Mack
This is v3 of the series. Changelog: v2 -> v3: * Turn Documentation into yaml format Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for newhaven,1.8-128160EF .../bindings/display/ilitek,ili9163.yaml | 70 ++ drivers/

[PATCH v3 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-03-22 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../bindings/display/ilitek,ili9163.yaml | 70 +++ 1 file changed, 70 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.yaml

[PATCH v3 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-03-22 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

Re: [PATCH] drm/tiny: add driver for newhaven,1.8-128160EF

2021-02-12 Thread Daniel Mack
Hi, Thanks for the review! On 2/12/21 8:13 AM, Thomas Zimmermann wrote: > thanks for the driver. I only have some minor comments > > Am 11.02.21 um 10:50 schrieb Daniel Mack: >> +#define ILI9163_MADCTL_BGR    BIT(3) >> +#define ILI9163_MADCTL_MV    BIT(5) >> +#define

[PATCH v2 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-02-12 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../bindings/display/ilitek,ili9163.txt | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/ilitek,ili9163.txt diff

[PATCH v2 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-02-12 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- v2: * Address comments from Thomas Zimmermann * Split patch in DT and implementation part drivers/gpu/drm/tiny/Kconfig | 13

[PATCH v9 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-09-01 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter Acked-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny

[PATCH v9 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-09-01 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack Reviewed-by: Rob Herring --- .../bindings/display/ilitek,ili9163.txt | 27 +++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/display

[PATCH v9 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Daniel Mack
* Fix ordering of patches v7 -> v8: * More yaml file documentation fixes v8 -> v9: * Addressed some minor issues pointed out by Thomas Zimmermann * Rebased Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for

Re: [PATCH v9 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Daniel Mack
Hi Sam, On 9/1/21 4:20 PM, Sam Ravnborg wrote: > Hi Daniel, > > On Wed, Sep 01, 2021 at 12:30:38PM +0200, Daniel Mack wrote: >> This is v9 of the series. >> >> Changelog: >> >> v2 -> v3: >> * Turn Documentation into yaml format > > ...

[PATCH v10 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-09-01 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter Acked-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny

[PATCH v10 0/2] gpu: drm: add driver for ili9361 panel

2021-09-01 Thread Daniel Mack
* Fix ordering of patches v7 -> v8: * More yaml file documentation fixes v8 -> v9: * Addressed some minor issues pointed out by Thomas Zimmermann * Rebased v9 -> v10: * Re-apply the yaml file in favour of the txt file Daniel Mack (2): dt-binding

[PATCH v10 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-09-01 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack Reviewed-by: Rob Herring --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings

[PATCH RESEND v10 2/2] drm/tiny: add driver for newhaven, 1.8-128160EF

2021-10-15 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter Acked-by: Thomas Zimmermann --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny

[PATCH RESEND v10 0/2] gpu: drm: add driver for ili9361 panel

2021-10-15 Thread Daniel Mack
on fixes v6 -> v7: * Fix ordering of patches v7 -> v8: * More yaml file documentation fixes v8 -> v9: * Addressed some minor issues pointed out by Thomas Zimmermann * Rebased v9 -> v10: * Re-apply the yaml file in favour of the txt file Daniel

[PATCH v8 0/2] gpu: drm: add driver for ili9361 panel

2021-10-15 Thread Daniel Mack
* Fix ordering of patches v7 -> v8: * More yaml file documentation fixes Daniel Mack (2): dt-bindings: display: add bindings for newhaven,1.8-128160EF drm/tiny: add driver for newhaven,1.8-128160EF .../display/panel/ilitek,ili9163.yaml | 69 +++ drivers/gp

[PATCH v8 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-10-15 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/ilitek,ili9163

[PATCH v8 2/2] drm/tiny: add driver for newhaven,1.8-128160EF

2021-10-15 Thread Daniel Mack
This patch adds support for Newhaven's NHD-1.8-128160EF display, featuring an Ilitek ILI9163 controller. Signed-off-by: Daniel Mack Acked-by: Daniel Vetter --- drivers/gpu/drm/tiny/Kconfig | 13 ++ drivers/gpu/drm/tiny/Makefile | 1 + drivers/gpu/drm/tiny/ili9163.c | 224

Re: [PATCH v8 0/2] gpu: drm: add driver for ili9361 panel

2021-10-15 Thread Daniel Mack
On 10/15/21 16:59, Daniel Mack wrote: > This is v3 of the series. Ups, sorry. Ignore this one. I meant to resend a different version of this series. My apologies, Daniel > > Changelog: > > v2 -> v3: > * Turn Documentation into yaml format > > v3 -> v4:

[PATCH RESEND v10 1/2] dt-bindings: display: add bindings for newhaven, 1.8-128160EF

2021-10-15 Thread Daniel Mack
This adds documentation for a new ILI9163 based, SPI connected display. Signed-off-by: Daniel Mack Reviewed-by: Rob Herring --- .../display/panel/ilitek,ili9163.yaml | 69 +++ 1 file changed, 69 insertions(+) create mode 100644 Documentation/devicetree/bindings

[PATCH] drm/panel: ili9341: fix optional regulator handling

2022-03-17 Thread Daniel Mack
Signed-off-by: Daniel Mack --- drivers/gpu/drm/panel/panel-ilitek-ili9341.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-ilitek-ili9341.c b/drivers/gpu/drm/panel/panel-ilitek-ili9341.c index 2c3378a259b1..e1542451ef9d 100644 --- a/drivers/gpu/drm/p