[PATCH 3/5] drm: sti: set CRTC modesetting parameters

2016-01-07 Thread Daniel Vetter
On Thu, Jan 07, 2016 at 02:30:39PM +0100, Benjamin Gaignard wrote: > Set CRTC modesetting parameters to avoid warnings in atomic mode. Hm, should we extend the documentation for the mode_fixup hooks that this should be done? Care to submit a patch against drm-misc/linux-next (since there's more do

[PATCH 3/5] drm: sti: set CRTC modesetting parameters

2016-01-07 Thread Benjamin Gaignard
Set CRTC modesetting parameters to avoid warnings in atomic mode. Signed-off-by: Benjamin Gaignard --- drivers/gpu/drm/sti/sti_crtc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/sti/sti_crtc.c b/drivers/gpu/drm/sti/sti_crtc.c index de11c7c..505620c 100644 --- a/drivers/gp