Re: [PATCH 3/5] drm/xe: store bind time pat index to xe_bo

2024-01-31 Thread Dan Carpenter
base: https://gitlab.freedesktop.org/drm/xe/kernel.git drm-xe-next patch link: https://lore.kernel.org/r/20240126210807.320671-4-juhapekka.heikkila%40gmail.com patch subject: [PATCH 3/5] drm/xe: store bind time pat index to xe_bo config: sparc-randconfig-r081-20240128 (https://download.01.org

Re: [PATCH 3/5] drm/xe: store bind time pat index to xe_bo

2024-01-30 Thread Juha-Pekka Heikkila
On 29.1.2024 13.33, Matthew Auld wrote: On 26/01/2024 21:08, Juha-Pekka Heikkila wrote: Store pat index from xe_vma to xe_bo and check if bo was pinned as framebuffer and verify pat index is not changing for pinned framebuffers. Signed-off-by: Juha-Pekka Heikkila ---   drivers/gpu/drm/xe/xe_pt

Re: [PATCH 3/5] drm/xe: store bind time pat index to xe_bo

2024-01-29 Thread Matthew Auld
On 26/01/2024 21:08, Juha-Pekka Heikkila wrote: Store pat index from xe_vma to xe_bo and check if bo was pinned as framebuffer and verify pat index is not changing for pinned framebuffers. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/xe_pt.c | 23 +++ 1 file

[PATCH 3/5] drm/xe: store bind time pat index to xe_bo

2024-01-26 Thread Juha-Pekka Heikkila
Store pat index from xe_vma to xe_bo and check if bo was pinned as framebuffer and verify pat index is not changing for pinned framebuffers. Signed-off-by: Juha-Pekka Heikkila --- drivers/gpu/drm/xe/xe_pt.c | 23 +++ 1 file changed, 19 insertions(+), 4 deletions(-) diff --gi