[PATCH] drm/vgem: Drop struct drm_vgem_gem_object
Maíra Canal
mcanal at igalia.com
Mon Mar 20 19:07:15 UTC 2023
On 2/22/23 13:06, Maíra Canal wrote:
> Commit 45d9c8dde4cd ("drm/vgem: use shmem helpers") introduced shmem
> helpers to vgem and with that, removed all uses of the struct
> drm_vgem_gem_object. So, as the struct is no longer used, delete it.
>
> Signed-off-by: Maíra Canal <mcanal at igalia.com>
> ---
Applied to drm-misc-next.
Best Regards,
- Maíra Canal
> drivers/gpu/drm/vgem/vgem_drv.h | 11 -----------
> 1 file changed, 11 deletions(-)
>
> diff --git a/drivers/gpu/drm/vgem/vgem_drv.h b/drivers/gpu/drm/vgem/vgem_drv.h
> index 0ed300317f87..34cf63e6fb3d 100644
> --- a/drivers/gpu/drm/vgem/vgem_drv.h
> +++ b/drivers/gpu/drm/vgem/vgem_drv.h
> @@ -39,17 +39,6 @@ struct vgem_file {
> struct mutex fence_mutex;
> };
>
> -#define to_vgem_bo(x) container_of(x, struct drm_vgem_gem_object, base)
> -struct drm_vgem_gem_object {
> - struct drm_gem_object base;
> -
> - struct page **pages;
> - unsigned int pages_pin_count;
> - struct mutex pages_lock;
> -
> - struct sg_table *table;
> -};
> -
> int vgem_fence_open(struct vgem_file *file);
> int vgem_fence_attach_ioctl(struct drm_device *dev,
> void *data,
More information about the dri-devel
mailing list