Re: [PATCH] drm/tinydrm/mi0283qt: Always set rotation value

2018-04-30 Thread Noralf Trønnes
Den 24.04.2018 18.52, skrev Noralf Trønnes: Den 23.04.2018 18.16, skrev Tom Callaway: The PiTFT (ili9340) has a hardware reset circuit that resets only on power-on and not on each reboot through a gpio like the rpi-display does. As a result, we need to always apply the rotation value regardles

Re: [PATCH] drm/tinydrm/mi0283qt: Always set rotation value

2018-04-24 Thread Noralf Trønnes
Den 24.04.2018 21.16, skrev Daniel Vetter: On Tue, Apr 24, 2018 at 6:52 PM, Noralf Trønnes wrote: Den 23.04.2018 18.16, skrev Tom Callaway: The PiTFT (ili9340) has a hardware reset circuit that resets only on power-on and not on each reboot through a gpio like the rpi-display does. As a resul

Re: [PATCH] drm/tinydrm/mi0283qt: Always set rotation value

2018-04-24 Thread Daniel Vetter
On Tue, Apr 24, 2018 at 6:52 PM, Noralf Trønnes wrote: > > Den 23.04.2018 18.16, skrev Tom Callaway: >> >> The PiTFT (ili9340) has a hardware reset circuit that resets only >> on power-on and not on each reboot through a gpio like the >> rpi-display does. As a result, we need to always apply the >

Re: [PATCH] drm/tinydrm/mi0283qt: Always set rotation value

2018-04-24 Thread Noralf Trønnes
Den 23.04.2018 18.16, skrev Tom Callaway: The PiTFT (ili9340) has a hardware reset circuit that resets only on power-on and not on each reboot through a gpio like the rpi-display does. As a result, we need to always apply the rotation value regardless of the display "on/off" state. Moved the rot

[PATCH] drm/tinydrm/mi0283qt: Always set rotation value

2018-04-23 Thread Tom Callaway
The PiTFT (ili9340) has a hardware reset circuit that resets only on power-on and not on each reboot through a gpio like the rpi-display does. As a result, we need to always apply the rotation value regardless of the display "on/off" state. Moved the rotation setting code below out_enable:. Signed