[PATCH 0/6] imx-drm: ipuv3-crtc: Implement mode_fixup

2014-12-17 Thread Philipp Zabel
Hi Steve, Please put me on Cc: for IPU and imx-drm related patches. Am Montag, den 15.12.2014, 16:29 -0800 schrieb slongerbeam at gmail.com: > From: Steve Longerbeam > > This patchset implements ->mode_fixup() in the imx ipuv3-crtc driver, > using a new support function

[PATCH 0/6] imx-drm: ipuv3-crtc: Implement mode_fixup

2014-12-15 Thread slongerb...@gmail.com
From: Steve Longerbeam This patchset implements ->mode_fixup() in the imx ipuv3-crtc driver, using a new support function ipu_di_adjust_videomode(). This new function needs to be subsystem independent, so it accepts a video mode as a 'struct videomode'. Hence