Hi Dave,
please consider merging this conversion to common suspend/resume helpers and addition of V4L2 formats to match DRM_FORMAT_XRGB8888/BGRX8888.
regards Philipp
The following changes since commit 81f2b25adddeff2fc7fdd1f23f889d018ba65466:
drm/imx: Remove unused field imx_drm_device.pipes (2018-07-17 14:56:10 +0200)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-next-2018-08-03
for you to fetch changes up to 5c41bb6071257ba668a2b8933a8654e69aea1cee:
gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formats (2018-08-02 11:32:40 +0200)
---------------------------------------------------------------- drm/imx: use suspend/resume helpers, add ipu-v3 V4L2 XRGB32/XBGR32 support
- Convert imx_drm_suspend/resume to use the drm_mode_config_helper_suspend/ resume functions. - Add support for V4L2_PIX_FMT_XRGB32/XBGR32, corresponding to DRM_FORMAT_XRGB8888/BGRX8888, respectively.
---------------------------------------------------------------- Philipp Zabel (1): gpu: ipu-v3: add support for XRGB32 and XBGR32 V4L2 pixel formats
Souptick Joarder (1): drm/imx: Convert drm_atomic_helper_suspend/resume()
drivers/gpu/drm/imx/imx-drm-core.c | 42 ++-------------------------------- drivers/gpu/ipu-v3/ipu-common.c | 4 ++++ drivers/gpu/ipu-v3/ipu-cpmem.c | 8 +++++++ drivers/gpu/ipu-v3/ipu-image-convert.c | 6 +++++ 4 files changed, 20 insertions(+), 40 deletions(-)
dri-devel@lists.freedesktop.org