[Intel-gfx] [PATCH] drm/i195: Remove some dead struct fwd decl from i915_drv.h

Matthew Auld matthew.william.auld at gmail.com
Fri Oct 22 08:39:13 UTC 2021


On Fri, 22 Oct 2021 at 09:22, Daniel Vetter <daniel.vetter at ffwll.ch> wrote:
>
> Gone with userptr rewrite by Maarten in ed29c2691188 ("drm/i915: Fix
> userptr so we do not have to worry about obj->mm.lock, v7.")
>
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>

s/i195/i915/

Reviewed-by: Matthew Auld <matthew.auld at intel.com>

> ---
>  drivers/gpu/drm/i915/i915_drv.h | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index 12256218634f..2321f895cdea 100644
> --- a/drivers/gpu/drm/i915/i915_drv.h
> +++ b/drivers/gpu/drm/i915/i915_drv.h
> @@ -191,8 +191,6 @@ struct i915_hotplug {
>          I915_GEM_DOMAIN_VERTEX)
>
>  struct drm_i915_private;
> -struct i915_mm_struct;
> -struct i915_mmu_object;
>
>  struct drm_i915_file_private {
>         struct drm_i915_private *dev_priv;
> --
> 2.33.0
>


More information about the dri-devel mailing list