Re: [PATCH v5 3/4] drm/amdgpu: stop tracking visible memory stats

2024-10-22 Thread Christian König
Am 18.10.24 um 15:33 schrieb Yunxiang Li: Since on modern systems all of vram can be made visible anyways, to simplify the new implementation, drops tracking how much memory is visible for now. If this is really needed we can add it back on top of the new implementation, or just report all the BO

[PATCH v5 3/4] drm/amdgpu: stop tracking visible memory stats

2024-10-18 Thread Yunxiang Li
Since on modern systems all of vram can be made visible anyways, to simplify the new implementation, drops tracking how much memory is visible for now. If this is really needed we can add it back on top of the new implementation, or just report all the BOs as visible. Signed-off-by: Yunxiang Li -