Re: [Freedreno] [PATCH 3/3] drm/msm: Use Hardware counters for perf profiling

2018-10-26 Thread Sharat Masetty
Added Rob to this thread. On 10/17/2018 8:05 PM, Jordan Crouse wrote: On Wed, Oct 17, 2018 at 06:34:01PM +0530, Sharat Masetty wrote: This patch attempts to make use of the hardware counters for GPU busy % estimation when possible and skip using the software counters as it also accounts for sof

Re: [Freedreno] [PATCH] drm/scheduler: Add drm_sched_job_cleanup

2018-10-26 Thread Christian König
Am 26.10.18 um 13:06 schrieb Sharat Masetty: This patch adds a new API to clean up the scheduler job resources. This is primarliy needed in cases the job was created but was not queued to the scheduler queue. Additionally with this change, the layer which creates the scheduler job also gets to fr

[Freedreno] [PATCH] drm/scheduler: Add drm_sched_job_cleanup

2018-10-26 Thread Sharat Masetty
This patch adds a new API to clean up the scheduler job resources. This is primarliy needed in cases the job was created but was not queued to the scheduler queue. Additionally with this change, the layer which creates the scheduler job also gets to free up the job's resources and this entails movi