Re: drm/tiny: QUESTION: What to use instead of drm_simple_display_pipe ?

2024-03-20 Thread Mehdi Djait
Hello Javier, Hello Thomas, On Tue, Mar 19, 2024 at 09:52:34AM +0100, Javier Martinez Canillas wrote: > Thomas Zimmermann writes: > > Hello Mehdi, > > > Hi > > > > Am 18.03.24 um 20:18 schrieb Mehdi Djait: > >> Hello everyone :) > >> > >&g

drm/tiny: QUESTION: What to use instead of drm_simple_display_pipe ?

2024-03-18 Thread Mehdi Djait
give me an example drm driver that does it the right way ? -- Kind Regards Mehdi Djait

Re: [PATCH 2/2] drm/tiny: Add driver for the sharp LS027B7DH01 Memory LCD

2024-02-25 Thread Mehdi Djait
Hi Thomas, Thank you for the review. On Wed, Nov 29, 2023 at 05:21:19PM +0100, Thomas Zimmermann wrote: > Hi, > > thanks for the patches. > > Am 29.11.23 um 15:29 schrieb Mehdi Djait: > > Introduce a DRM driver for the sharp LS027B7DH01 Memory LCD. > > > &

[PATCH 2/2] drm/tiny: Add driver for the sharp LS027B7DH01 Memory LCD

2023-11-29 Thread Mehdi Djait
Introduce a DRM driver for the sharp LS027B7DH01 Memory LCD. LS027B7DH01 is a 2.7" 400x240 monochrome display connected to a SPI bus. The drivers implements the Multiple Lines Data Update Mode. External COM inversion is enabled using a PWM signal as input. Signed-off-by: Mehdi

[PATCH 1/2] dt-bindings: display: Add Sharp LS027B7DH01 Memory LCD

2023-11-29 Thread Mehdi Djait
Add device tree bindings for the Sharp LS027B7DH01: a 2.7" 400x240 monochrome display connected over SPI. Signed-off-by: Mehdi Djait --- .../bindings/display/sharp,ls027b7dh01.yaml | 71 +++ 1 file changed, 71 insertions(+) create mode 100644 Documentation/devic

[PATCH 0/2] drm/tiny: Add driver for the sharp LS027B7DH01 Memory LCD

2023-11-29 Thread Mehdi Djait
88 to userspace and uses the drm_fb_xrgb_to_mono() function to convert the format. Mehdi Djait (2): dt-bindings: display: Add Sharp LS027B7DH01 Memory LCD drm/tiny: Add driver for the sharp LS027B7DH01 Memory LCD .../bindings/display/sharp,ls027b7dh01.yaml | 71 +++ MAINTA