Hi Dave,
This tag contains a regression fix for the parallel-display output on i.MX and a typo fix for the plane format list that replaces a duplicated entry with the correct format.
regards Philipp
The following changes since commit 6f7da290413ba713f0cdd9ff1a2a9bb129ef4f6c:
Linux 4.12 (2017-07-02 16:07:02 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2017-07-18
for you to fetch changes up to 799ee2970485dc206c3bf347d6e6827c04d5e4f9:
drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failure (2017-07-17 15:57:52 +0200)
---------------------------------------------------------------- imx-drm: fix parallel display regression and typo in plane format list
- Fix a regression where the parallel-display driver would not probe anymore if no panel is specified in the device tree, since the introduction of drm_of_find_panel_or_bridge. - Fix a typo in the plane format list: replace a duplicate BGRA8888 format with BGRX8888, as originally intended.
---------------------------------------------------------------- Laurentiu Palcu (1): drm/imx: fix typo in ipu_plane_formats[]
Philipp Zabel (1): drm/imx: parallel-display: Accept drm_of_find_panel_or_bridge failure
drivers/gpu/drm/imx/ipuv3-plane.c | 2 +- drivers/gpu/drm/imx/parallel-display.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
dri-devel@lists.freedesktop.org