[PATCH v3 15/32] drm/exynos: Use drm_mode_copy to copy modes

2013-11-10 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:13:01 Sean Paul wrote: > This patch changes the manual copying of mode to adjusted_mode in > mode_fixup to use drm_mode_copy instead of handling things manually. > > Signed-off-by: Sean Paul > --- > > Changes in v2: None > Changes in v3: None > >

[PATCH v3 15/32] drm/exynos: Use drm_mode_copy to copy modes

2013-10-29 Thread Sean Paul
This patch changes the manual copying of mode to adjusted_mode in mode_fixup to use drm_mode_copy instead of handling things manually. Signed-off-by: Sean Paul --- Changes in v2: None Changes in v3: None drivers/gpu/drm/exynos/exynos_hdmi.c | 10 +- 1 file changed, 1 insertion(+), 9