Commit 1b9e7cad authored by Sean Anderson's avatar Sean Anderson Committed by Tomi Valkeinen

drm: xlnx: Fix kerneldoc

Fix a few errors in the kerneldoc. Mostly this addresses missing/renamed
members.
Signed-off-by: default avatarSean Anderson <sean.anderson@linux.dev>
Reviewed-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240423171859.3953024-3-sean.anderson@linux.dev
parent e0db0269
...@@ -53,6 +53,7 @@ enum zynqmp_dpsub_format { ...@@ -53,6 +53,7 @@ enum zynqmp_dpsub_format {
* @drm: The DRM/KMS device data * @drm: The DRM/KMS device data
* @bridge: The DP encoder bridge * @bridge: The DP encoder bridge
* @disp: The display controller * @disp: The display controller
* @layers: Video and graphics layers
* @dp: The DisplayPort controller * @dp: The DisplayPort controller
* @dma_align: DMA alignment constraint (must be a power of 2) * @dma_align: DMA alignment constraint (must be a power of 2)
*/ */
......
...@@ -22,9 +22,9 @@ ...@@ -22,9 +22,9 @@
struct zynqmp_dpsub; struct zynqmp_dpsub;
/** /**
* struct zynqmp_dpsub - ZynqMP DisplayPort Subsystem DRM/KMS data * struct zynqmp_dpsub_drm - ZynqMP DisplayPort Subsystem DRM/KMS data
* @dpsub: Backpointer to the DisplayPort subsystem * @dpsub: Backpointer to the DisplayPort subsystem
* @drm: The DRM/KMS device * @dev: The DRM/KMS device
* @planes: The DRM planes * @planes: The DRM planes
* @crtc: The DRM CRTC * @crtc: The DRM CRTC
* @encoder: The dummy DRM encoder * @encoder: The dummy DRM encoder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment