RE: [PATCH v8 2/5] drm: make drm-active- stats optional

2024-11-18 Thread Li, Yunxiang (Teddy)
[Public] Indeed I have, thanks for the reminder Teddy

Re: [PATCH v8 2/5] drm: make drm-active- stats optional

2024-11-18 Thread Tvrtko Ursulin
On 16/11/2024 04:44, Yunxiang Li wrote: When memory stats is generated fresh everytime by going though all the BOs, their active information is quite easy to get. But if the stats are tracked with BO's state this becomes harder since the job scheduling part doesn't really deal with individual b

[PATCH v8 2/5] drm: make drm-active- stats optional

2024-11-15 Thread Yunxiang Li
When memory stats is generated fresh everytime by going though all the BOs, their active information is quite easy to get. But if the stats are tracked with BO's state this becomes harder since the job scheduling part doesn't really deal with individual buffers. Make drm-active- optional to enable