Re: [PATCH] drm/amdgpu: fix UVD contiguous CS mapping problem

2024-12-02 Thread Paneer Selvam, Arunpravin
Hi Christian, Thank you. Reviewed-by: Arunpravin Paneer Selvam Regards, Arun. On 11/29/2024 8:38 PM, Christian König wrote: When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out

[PATCH] drm/amdgpu: fix UVD contiguous CS mapping problem

2024-11-29 Thread Christian König
When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out of 256MB segment! The patch tries to set the TTM_PL_FLAG_CONTIGUOUS for both user flag(AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS) set an

Re: [PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-14 Thread Paneer Selvam, Arunpravin
On 11/14/2024 9:17 PM, Christian König wrote: Am 14.11.24 um 16:38 schrieb Paneer Selvam, Arunpravin: Hi Christian, On 11/11/2024 3:33 PM, Christian König wrote: Am 11.11.24 um 09:05 schrieb Arunpravin Paneer Selvam: When starting the mpv player, Radeon R9 users are observing the below er

Re: [PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-14 Thread Christian König
Am 14.11.24 um 16:38 schrieb Paneer Selvam, Arunpravin: Hi Christian, On 11/11/2024 3:33 PM, Christian König wrote: Am 11.11.24 um 09:05 schrieb Arunpravin Paneer Selvam: When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]]

Re: [PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-14 Thread Paneer Selvam, Arunpravin
Hi Christian, On 11/11/2024 3:33 PM, Christian König wrote: Am 11.11.24 um 09:05 schrieb Arunpravin Paneer Selvam: When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out of 256MB

Re: [PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-11 Thread Christian König
Am 11.11.24 um 09:05 schrieb Arunpravin Paneer Selvam: When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out of 256MB segment! The patch tries to set the TTM_PL_FLAG_CONTIGUOUS for

[PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-11 Thread Arunpravin Paneer Selvam
When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out of 256MB segment! The patch tries to set the TTM_PL_FLAG_CONTIGUOUS for both user flag(AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS) set an

[PATCH] drm/amdgpu: Fix UVD contiguous CS mapping problem

2024-11-11 Thread Arunpravin Paneer Selvam
When starting the mpv player, Radeon R9 users are observing the below error in dmesg. [drm:amdgpu_uvd_cs_pass2 [amdgpu]] *ERROR* msg/fb buffer ff00f7c000-ff00f7e000 out of 256MB segment! The patch tries to set the TTM_PL_FLAG_CONTIGUOUS for both user flag(AMDGPU_GEM_CREATE_VRAM_CONTIGUOUS) set an