Re: [Intel-gfx] [PATCH 1/1] drm/i915: Replace shmem memory region and object backend with TTM

2022-04-28 Thread Matthew Auld
On Thu, 28 Apr 2022 at 09:39, Adrian Larumbe wrote: > > Remove shmem region and object backend code as they are now unnecessary. > In the case of objects placed in SMEM and backed by kernel shmem files, the > file pointer has to be retrieved from the ttm_tt structure, so change this > as well.

[Intel-gfx] [PATCH 1/1] drm/i915: Replace shmem memory region and object backend with TTM

2022-04-28 Thread Adrian Larumbe
Remove shmem region and object backend code as they are now unnecessary. In the case of objects placed in SMEM and backed by kernel shmem files, the file pointer has to be retrieved from the ttm_tt structure, so change this as well. This means accessing an shmem-backed BO's file pointer requires