mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
drm/imagination: fixup some docs in pvr_gem.h
Update and remove some old comment in the PVR GEM documentation. Signed-off-by: Matt Coster <matt.coster@imgtec.com> Signed-off-by: Luigi Santivetti <luigi.santivetti@imgtec.com> Reviewed-by: Alessio Belle <alessio.belle@imgtec.com> Link: https://patch.msgid.link/20260804-staging-pvr-docs-fixes-v2-1-a5a9569a1c1d@imgtec.com Signed-off-by: Alessio Belle <alessio.belle@imgtec.com>
This commit is contained in:
parent
2996ceebe3
commit
11bc94f80a
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user