Re: [Freedreno] [PATCH] devcoredump: increase the device delete timeout to 10 mins

2022-02-28 Thread David Laight
From: Abhinav Kumar > Sent: 28 February 2022 21:38 ... > We also did some profiling around how much increasing the block size > helps and here is the data: > > Block sizecost > > 4KB 229s > 8KB86s You must have an O(n^2) operation in there - find it. David - R

Re: [Freedreno] [PATCH] devcoredump: increase the device delete timeout to 10 mins

2022-02-28 Thread Abhinav Kumar
Hi Johannes and Greg On 2/12/2022 12:35 AM, Abhinav Kumar wrote: Hi Johannes On 2/12/2022 12:24 AM, Johannes Berg wrote: On Fri, 2022-02-11 at 23:52 -0800, Abhinav Kumar wrote: The thread is writing the data to a file in local storage. From our profiling, the read is the one taking the time

Re: [Freedreno] [PATCH] drm/msm/dp: switch to devm_drm_of_get_bridge

2022-02-28 Thread José Expósito
On Tue, Feb 22, 2022 at 09:07:49PM +, Stephen Boyd wrote: > Quoting José Expósito (2022-02-20 23:33:39) > > The function "drm_of_find_panel_or_bridge" has been deprecated in > > favor of "devm_drm_of_get_bridge". > > > > Switch to the new function and reduce boilerplate. > > > > Signed-off-by:

Re: [Freedreno] [PATCH 3/3] drm/msm: Expose client engine utilization via fdinfo

2022-02-28 Thread Rob Clark
On Mon, Feb 28, 2022 at 6:33 AM Tvrtko Ursulin wrote: > > > On 25/02/2022 22:14, Rob Clark wrote: > > On Fri, Feb 25, 2022 at 12:25 PM Rob Clark wrote: > >> > >> From: Rob Clark > >> > >> Similar to AMD commit > >> 874442541133 ("drm/amdgpu: Add show_fdinfo() interface"), using the > >> infrastr

Re: [Freedreno] [PATCH 3/3] drm/msm: Expose client engine utilization via fdinfo

2022-02-28 Thread Tvrtko Ursulin
On 25/02/2022 22:14, Rob Clark wrote: On Fri, Feb 25, 2022 at 12:25 PM Rob Clark wrote: From: Rob Clark Similar to AMD commit 874442541133 ("drm/amdgpu: Add show_fdinfo() interface"), using the infrastructure added in previous patches, we add basic client info and GPU engine utilisation fo