Home
last modified time | relevance | path

Searched hist:d189835fffed7fed4aec15a41eaa27190ad4e04d (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/xlnx/
H A Dzynqmp_kms.hdiff d189835fffed7fed4aec15a41eaa27190ad4e04d Fri Aug 06 13:29:52 CEST 2021 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
H A Dzynqmp_dpsub.hdiff d189835fffed7fed4aec15a41eaa27190ad4e04d Fri Aug 06 13:29:52 CEST 2021 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
H A Dzynqmp_kms.cdiff d189835fffed7fed4aec15a41eaa27190ad4e04d Fri Aug 06 13:29:52 CEST 2021 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>
H A Dzynqmp_dpsub.cdiff d189835fffed7fed4aec15a41eaa27190ad4e04d Fri Aug 06 13:29:52 CEST 2021 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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>