diff options
author | Donald Robson <donald.robson@imgtec.com> | 2023-11-28 20:35:07 +0300 |
---|---|---|
committer | Maxime Ripard <mripard@kernel.org> | 2023-11-28 20:56:03 +0300 |
commit | 3cc808e3239cf566b3d3b15cf2beee066b60f241 (patch) | |
tree | 8a61defc5f5e48bb8a1b4e5c8bef53be634d2c8a /Documentation/gpu/imagination | |
parent | 325b71e820b67569048c621227266783442b75ed (diff) | |
download | linux-3cc808e3239cf566b3d3b15cf2beee066b60f241.tar.xz |
drm/imagination: Numerous documentation fixes.
Some reported by Stephen Rothwell. The rest were found by running the
kernel-doc build script.
Some indentation fixes.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311241526.Y2WZeUau-lkp@intel.com/
Signed-off-by: Donald Robson <donald.robson@imgtec.com>
Signed-off-by: Maxime Ripard <mripard@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20231128173507.95119-1-donald.robson@imgtec.com
Diffstat (limited to 'Documentation/gpu/imagination')
-rw-r--r-- | Documentation/gpu/imagination/index.rst | 2 | ||||
-rw-r--r-- | Documentation/gpu/imagination/uapi.rst | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/gpu/imagination/index.rst b/Documentation/gpu/imagination/index.rst index dc9579e758c3..0c1e247cea41 100644 --- a/Documentation/gpu/imagination/index.rst +++ b/Documentation/gpu/imagination/index.rst @@ -3,7 +3,7 @@ drm/imagination PowerVR Graphics Driver ======================================= .. kernel-doc:: drivers/gpu/drm/imagination/pvr_drv.c - :doc: PowerVR Graphics Driver + :doc: PowerVR (Series 6 and later) and IMG Graphics Driver Contents ======== diff --git a/Documentation/gpu/imagination/uapi.rst b/Documentation/gpu/imagination/uapi.rst index 2227ea7e6222..7502413d0a93 100644 --- a/Documentation/gpu/imagination/uapi.rst +++ b/Documentation/gpu/imagination/uapi.rst @@ -46,9 +46,6 @@ DEV_QUERY drm_pvr_dev_query_heap_info .. kernel-doc:: include/uapi/drm/pvr_drm.h - :doc: Flags for DRM_PVR_DEV_QUERY_HEAP_INFO_GET. - -.. kernel-doc:: include/uapi/drm/pvr_drm.h :identifiers: drm_pvr_static_data_area_usage drm_pvr_static_data_area drm_pvr_dev_query_static_data_areas @@ -121,7 +118,7 @@ CREATE_FREE_LIST and DESTROY_FREE_LIST :identifiers: drm_pvr_ioctl_destroy_free_list_args CREATE_HWRT_DATASET and DESTROY_HWRT_DATASET --------------------------------------- +-------------------------------------------- .. kernel-doc:: include/uapi/drm/pvr_drm.h :doc: PowerVR IOCTL CREATE_HWRT_DATASET and DESTROY_HWRT_DATASET interfaces |