Re: [PATCH] drm/amdgpu: Fix the vram base start address

2023-11-02 Thread Christian König
Am 01.11.23 um 20:13 schrieb Arunpravin Paneer Selvam: Hi Christian, On 10/30/2023 9:34 PM, Christian König wrote: Am 30.10.23 um 13:22 schrieb Arunpravin Paneer Selvam: If the size returned by drm buddy allocator is higher than the required size, we take the higher size to calculate the buf

Re: [PATCH] drm/amdgpu: Fix the vram base start address

2023-11-01 Thread Arunpravin Paneer Selvam
Hi Christian, On 10/30/2023 9:34 PM, Christian König wrote: Am 30.10.23 um 13:22 schrieb Arunpravin Paneer Selvam: If the size returned by drm buddy allocator is higher than the required size, we take the higher size to calculate the buffer start address. This is required if we couldn't trim

Re: [PATCH] drm/amdgpu: Fix the vram base start address

2023-10-30 Thread Christian König
Am 30.10.23 um 13:22 schrieb Arunpravin Paneer Selvam: If the size returned by drm buddy allocator is higher than the required size, we take the higher size to calculate the buffer start address. This is required if we couldn't trim the buffer to the requested size. This will fix the display c

[PATCH] drm/amdgpu: Fix the vram base start address

2023-10-30 Thread Arunpravin Paneer Selvam
If the size returned by drm buddy allocator is higher than the required size, we take the higher size to calculate the buffer start address. This is required if we couldn't trim the buffer to the requested size. This will fix the display corruption issue on APU's which has limited VRAM size. gitla