]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
drm: xlnx: Fix kerneldoc
authorSean Anderson <sean.anderson@linux.dev>
Tue, 23 Apr 2024 17:18:48 +0000 (13:18 -0400)
committerTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 26 Apr 2024 17:09:10 +0000 (20:09 +0300)
Fix a few errors in the kerneldoc. Mostly this addresses missing/renamed
members.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240423171859.3953024-3-sean.anderson@linux.dev
drivers/gpu/drm/xlnx/zynqmp_dpsub.h
drivers/gpu/drm/xlnx/zynqmp_kms.h

index 09ea01878f2af1c8d1a037fc5e0421e95483be00..b18554467e9c9ddc202b53195420e081f14c73ca 100644 (file)
@@ -53,6 +53,7 @@ enum zynqmp_dpsub_format {
  * @drm: The DRM/KMS device data
  * @bridge: The DP encoder bridge
  * @disp: The display controller
+ * @layers: Video and graphics layers
  * @dp: The DisplayPort controller
  * @dma_align: DMA alignment constraint (must be a power of 2)
  */
index 01be96b00e3fb6f49c1d6e50b1c3c96bc3de74bb..cb13c6b8008ef330b0edbee82b6b53be502b5994 100644 (file)
@@ -22,9 +22,9 @@
 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
- * @drm: The DRM/KMS device
+ * @dev: The DRM/KMS device
  * @planes: The DRM planes
  * @crtc: The DRM CRTC
  * @encoder: The dummy DRM encoder