Re: [PATCH 4/7] drm/exynos: propagate info about command mode from panel

2017-08-14 Thread Andrzej Hajda
On 01.08.2017 11:49, Inki Dae wrote: > > 2017년 04월 18일 21:40에 Andrzej Hajda 이(가) 쓴 글: >> mipi_dsi framework provides information about panel's mode of work. >> This info should be propagated upstream to configure all elements of >> the pipeline. As CRTC is the common nominator of the pipeline we ca

Re: [PATCH 4/7] drm/exynos: propagate info about command mode from panel

2017-08-01 Thread Inki Dae
2017년 04월 18일 21:40에 Andrzej Hajda 이(가) 쓴 글: > mipi_dsi framework provides information about panel's mode of work. > This info should be propagated upstream to configure all elements of > the pipeline. As CRTC is the common nominator of the pipeline we can put > such info into its structures. >

[PATCH 4/7] drm/exynos: propagate info about command mode from panel

2017-04-18 Thread Andrzej Hajda
mipi_dsi framework provides information about panel's mode of work. This info should be propagated upstream to configure all elements of the pipeline. As CRTC is the common nominator of the pipeline we can put such info into its structures. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/exynos