Re: [PATCH 2/3] drm: Add an hx8367d tinydrm driver.

2018-10-30 Thread Eric Anholt
Noralf Trønnes writes: > Den 24.10.2018 20.43, skrev Eric Anholt: >> I want to sort out support for tinydrm in vc4, so I needed to get a >> tinydrm-appropriate panel working and this is what I had on hand. >> This is derived from a combination of ili9341.c from tinydrm and >> fb_hx8357d.c from st

Re: [PATCH 2/3] drm: Add an hx8367d tinydrm driver.

2018-10-27 Thread Noralf Trønnes
Den 24.10.2018 20.43, skrev Eric Anholt: I want to sort out support for tinydrm in vc4, so I needed to get a tinydrm-appropriate panel working and this is what I had on hand. This is derived from a combination of ili9341.c from tinydrm and fb_hx8357d.c from staging's fbtft. The register header

[PATCH 2/3] drm: Add an hx8367d tinydrm driver.

2018-10-24 Thread Eric Anholt
I want to sort out support for tinydrm in vc4, so I needed to get a tinydrm-appropriate panel working and this is what I had on hand. This is derived from a combination of ili9341.c from tinydrm and fb_hx8357d.c from staging's fbtft. The register header is copied directly from staging's fbtft, on