Re: [PATCH 10/17] drm/sun4i: tcon-top: Add helpers for switching mux

2018-07-10 Thread Chen-Yu Tsai
On Sat, Jul 7, 2018 at 1:51 AM, Jernej Skrabec wrote: > We want to be able to set TCON TOP muxes at runtime. Add helpers for > that. > > Old, static configuration of muxes at probe time is preserved for now. > It will be removed when R40 TCON starts using them. > > Signed-off-by: Jernej Skrabec

[PATCH 10/17] drm/sun4i: tcon-top: Add helpers for switching mux

2018-07-09 Thread Jernej Skrabec
We want to be able to set TCON TOP muxes at runtime. Add helpers for that. Old, static configuration of muxes at probe time is preserved for now. It will be removed when R40 TCON starts using them. Signed-off-by: Jernej Skrabec --- drivers/gpu/drm/sun4i/sun8i_tcon_top.c | 74