Re: [PATCH v6 08/12] drm/ttm: Add a virtual base class for graphics memory backup

2024-07-04 Thread Christian König
Am 03.07.24 um 17:38 schrieb Thomas Hellström: Initially intended for experimenting with different backup solutions (shmem vs direct swap cache insertion), abstract the backup destination using a virtual base class. Also provide a sample implementation for shmem. Let's postpone this and all

Re: [PATCH v6 08/12] drm/ttm: Add a virtual base class for graphics memory backup

2024-07-03 Thread Matthew Brost
On Wed, Jul 03, 2024 at 05:38:09PM +0200, Thomas Hellström wrote: > Initially intended for experimenting with different backup > solutions (shmem vs direct swap cache insertion), abstract > the backup destination using a virtual base class. > > Also provide a sample implementation for shmem. > >

[PATCH v6 08/12] drm/ttm: Add a virtual base class for graphics memory backup

2024-07-03 Thread Thomas Hellström
Initially intended for experimenting with different backup solutions (shmem vs direct swap cache insertion), abstract the backup destination using a virtual base class. Also provide a sample implementation for shmem. While when settling on a preferred backup solution, one could perhaps skip the