]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux into...
authorDave Airlie <airlied@redhat.com>
Fri, 27 Jul 2018 02:20:04 +0000 (12:20 +1000)
committerDave Airlie <airlied@redhat.com>
Fri, 27 Jul 2018 02:20:10 +0000 (12:20 +1000)
commit375ed67657821de75ed3c2eef8a66627e08101a5
tree6b1c72ad2cfef97a8c0f57386dcbba9f48680582
parent2481f16ab4d7b7174ee38734b2ea7861ef3be3a1
parent2c4d465a9cc82f3b3a5dd2de08eba362659b1470
Merge tag 'imx-drm-next-2018-07-20' of git://git.pengutronix.de/git/pza/linux into drm-next

drm/imx: cleanup and csi improvements

- Remove the unused struct imx_drm_crtc and the unused pipes field
  from imx_drm_device and replace drm_dev_unref with drm_dev_put.
- Extend CSI configuration to support RGB888 and BGR888 capture,
  as well as 16-bit RGB565 capture via a parallel bus.
- Add CPMEM support for negative interlace offsets, which is
  necessary to support writing captured bottom-top interlaced
  fields to memory with interleaved lines.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/1532100583.3438.9.camel@pengutronix.de
drivers/gpu/drm/imx/imx-ldb.c
drivers/gpu/drm/imx/ipuv3-crtc.c