Re: [PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-08-09 Thread Thomas Hellström
On Wed, 2024-08-07 at 23:44 +, Matthew Brost wrote: > On Wed, Jul 03, 2024 at 05:38:13PM +0200, Thomas Hellström wrote: > > The XE_PL_TT watermark was set to 50% of system memory. > > The idea behind that was unclear since the net effect is that > > TT memory will be evicted to TTM_PL_SYSTEM me

Re: [PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-08-09 Thread Thomas Hellström
On Wed, 2024-08-07 at 23:13 +, Matthew Brost wrote: > On Mon, Aug 05, 2024 at 12:35:34PM -0600, Souza, Jose wrote: > > On Wed, 2024-07-03 at 17:38 +0200, Thomas Hellström wrote: > > > The XE_PL_TT watermark was set to 50% of system memory. > > > The idea behind that was unclear since the net ef

Re: [PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-08-07 Thread Matthew Brost
On Wed, Jul 03, 2024 at 05:38:13PM +0200, Thomas Hellström wrote: > The XE_PL_TT watermark was set to 50% of system memory. > The idea behind that was unclear since the net effect is that > TT memory will be evicted to TTM_PL_SYSTEM memory if that > watermark is exceeded, requiring PPGTT rebinds an

Re: [PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-08-07 Thread Matthew Brost
On Mon, Aug 05, 2024 at 12:35:34PM -0600, Souza, Jose wrote: > On Wed, 2024-07-03 at 17:38 +0200, Thomas Hellström wrote: > > The XE_PL_TT watermark was set to 50% of system memory. > > The idea behind that was unclear since the net effect is that > > TT memory will be evicted to TTM_PL_SYSTEM memo

Re: [PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-08-05 Thread Souza, Jose
On Wed, 2024-07-03 at 17:38 +0200, Thomas Hellström wrote: > The XE_PL_TT watermark was set to 50% of system memory. > The idea behind that was unclear since the net effect is that > TT memory will be evicted to TTM_PL_SYSTEM memory if that > watermark is exceeded, requiring PPGTT rebinds and dma >

[PATCH v6 12/12] drm/xe: Increase the XE_PL_TT watermark

2024-07-03 Thread Thomas Hellström
The XE_PL_TT watermark was set to 50% of system memory. The idea behind that was unclear since the net effect is that TT memory will be evicted to TTM_PL_SYSTEM memory if that watermark is exceeded, requiring PPGTT rebinds and dma remapping. But there is no similar watermark for TTM_PL_SYSTEM memor