[PATCH v2 1/3] drm/imagination: fixup some docs in pvr_gem.h
Luigi Santivetti <[email protected]> Tue, 4 Aug 2026 16:18:27 +0100
| Newsgroups | gmane.linux.kernel,gmane.comp.video.dri.devel |
|---|---|
| Message-ID | <[email protected]> |
From: Matt Coster <[email protected]> Update and remove some old comment in the PVR GEM documentation. Signed-off-by: Matt Coster <[email protected]> Signed-off-by: Luigi Santivetti <[email protected]> Reviewed-by: Alessio Belle <[email protected]> --- drivers/gpu/drm/imagination/pvr_gem.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/imagination/pvr_gem.h b/drivers/gpu/drm/imagination/pvr_gem.h index c99f30cc6208..4286e047ae24 100644 --- a/drivers/gpu/drm/imagination/pvr_gem.h +++ b/drivers/gpu/drm/imagination/pvr_gem.h @@ -84,8 +84,10 @@ struct pvr_gem_object { /** * @base: The underlying &struct drm_gem_shmem_object. * - * Do not access this member directly, instead call - * shem_gem_from_pvr_gem(). + * .. note:: + * + * This member should not be accessed directly, but instead by + * calling shmem_gem_from_pvr_gem(). */ struct drm_gem_shmem_object base; @@ -97,12 +99,6 @@ struct pvr_gem_object { * changed after creation. * * Must be a combination of DRM_PVR_BO_* and/or PVR_BO_* flags. - * - * .. note:: - * - * This member is declared const to indicate that none of these - * options may change or be changed throughout the object's - * lifetime. */ u64 flags; -- 2.43.0