Files
linux-cryptodev-2.6/drivers/gpu/drm
Laurent Pinchart d189835fff drm: xlnx: zynqmp_dpsub: Decouple DRM device from zynqmp_dpsub
To complete the decoupling of the DRM device from the zynqmp_dpsub,
group all DRM-related structures in a zynqmp_dpsub_drm structure and
allocate it separately from the zynqmp_dpsub. The DRM managed allocation
of the drm_device now doesn't cover the zynqmp_dpsub anymore, so we need
to register a cleanup action to release the zynqmp_dpsub when the
drm_device is released.

The will allow usage of the DisplayPort encoder as a standalone bridge,
without registering a DRM device in this driver.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
2022-10-19 16:55:39 +03:00
..
2022-09-26 09:11:47 +02:00
2022-08-16 12:46:26 +02:00
2022-09-20 09:37:12 +02:00
2022-08-26 14:22:59 +02:00
2022-09-14 12:22:18 +01:00
2022-06-28 07:56:32 +02:00