[PATCH 1/2] drm/nouveau: stop using persistent_swap_storage
Christian König
ckoenig.leichtzumerken at gmail.com
Wed Sep 23 13:03:26 UTC 2020
Ping? Ben, Dave any comment on this?
Am 17.09.20 um 16:29 schrieb Christian König:
> According to Ben this is most likely just a leftover.
>
> Signed-off-by: Christian König <christian.koenig at amd.com>
> ---
> drivers/gpu/drm/nouveau/nouveau_gem.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/nouveau/nouveau_gem.c b/drivers/gpu/drm/nouveau/nouveau_gem.c
> index 89adadf4706b..5945c663381d 100644
> --- a/drivers/gpu/drm/nouveau/nouveau_gem.c
> +++ b/drivers/gpu/drm/nouveau/nouveau_gem.c
> @@ -209,7 +209,6 @@ nouveau_gem_new(struct nouveau_cli *cli, u64 size, int align, uint32_t domain,
> if (drm->client.device.info.family >= NV_DEVICE_INFO_V0_TESLA)
> nvbo->valid_domains &= domain;
>
> - nvbo->bo.persistent_swap_storage = nvbo->bo.base.filp;
> *pnvbo = nvbo;
> return 0;
> }
More information about the dri-devel
mailing list