Re: [PATCH v1 06/21] drm/mediatek: add disp config and mm 26mhz clock into mutex device

2020-08-20 Thread Chun-Kuang Hu
Hi, Yongqiang: Yongqiang Niu 於 2020年8月20日 週四 下午2:06寫道: > > there are 2 more clock need enable for display. > parser these clock when mutex device probe, > enable and disable when mutex on/off > > Signed-off-by: Yongqiang Niu > --- > drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 49 > +++

[PATCH v1 06/21] drm/mediatek: add disp config and mm 26mhz clock into mutex device

2020-08-20 Thread Yongqiang Niu
there are 2 more clock need enable for display. parser these clock when mutex device probe, enable and disable when mutex on/off Signed-off-by: Yongqiang Niu --- drivers/gpu/drm/mediatek/mtk_drm_ddp.c | 49 -- 1 file changed, 41 insertions(+), 8 deletions(-) diff