Hi Dave, this tag has a few IPUv3 fixes that are helpful for the ongoing i.MX media driver development, a fix for the i.MX53 TV encoder on device trees that don't set the regulator property, and a patch to drop the arbitrary minimum framebuffer size limit of 64x64 pixels. regards Philipp The following changes since commit 7089db84e356562f8ba737c29e472cc42d530dbc: Linux 4.10-rc8 (2017-02-12 13:03:20 -0800) are available in the git repository at: https://git.pengutronix.de/git/pza/linux tags/imx-drm-fixes-2017-02-17 for you to fetch changes up to 0e47b0275bdb40a9dab7a86535b1fcd85d874007: gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices (2017-02-17 08:04:27 +0100) ---------------------------------------------------------------- imx-drm: TVE regulator, fb size limit, and ipu-v3 module fixes - Fix i.MX5 TV encoder probing in case no dac-supply regulator is set in the device tree. - Remove 64 pixel min_width/height limit, which unnecessarily prohibits creation of small frame buffers. - Add missing ipu_csi_set_downsize export, for media drivers built as modules. - Stop modifying pdev->dev.of_node for IPU client devices that do not have an OF modalias to fix module autoloading. ---------------------------------------------------------------- Fabio Estevam (1): drm/imx: imx-tve: Do not set the regulator voltage Philipp Zabel (3): drm/imx: lift 64x64 pixel minimum framebuffer size requirement gpu: ipu-v3: export ipu_csi_set_downsize gpu: ipu-v3: Stop overwriting pdev->dev.of_node of child devices drivers/gpu/drm/imx/imx-drm-core.c | 4 ++-- drivers/gpu/drm/imx/imx-tve.c | 7 ++++--- drivers/gpu/ipu-v3/ipu-common.c | 6 ------ drivers/gpu/ipu-v3/ipu-csi.c | 1 + 4 files changed, 7 insertions(+), 11 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel