Re: [Intel-gfx] [PATCH 09/16] drm/i915/guc/slpc: Add get max/min freq hooks

2021-07-20 Thread Belgaumkar, Vinay
On 7/10/2021 10:52 AM, Michal Wajdeczko wrote: On 10.07.2021 03:20, Vinay Belgaumkar wrote: Add helpers to read the min/max frequency being used by SLPC. This is done by send a h2g command which forces s/h2g/H2G done. SLPC to update the shared data struct which can then be read.

Re: [Intel-gfx] [PATCH 09/16] drm/i915/guc/slpc: Add get max/min freq hooks

2021-07-10 Thread Michal Wajdeczko
On 10.07.2021 03:20, Vinay Belgaumkar wrote: > Add helpers to read the min/max frequency being used > by SLPC. This is done by send a h2g command which forces s/h2g/H2G > SLPC to update the shared data struct which can then be > read. > > Signed-off-by: Vinay Belgaumkar > Signed-off-by:

[Intel-gfx] [PATCH 09/16] drm/i915/guc/slpc: Add get max/min freq hooks

2021-07-09 Thread Vinay Belgaumkar
Add helpers to read the min/max frequency being used by SLPC. This is done by send a h2g command which forces SLPC to update the shared data struct which can then be read. Signed-off-by: Vinay Belgaumkar Signed-off-by: Sundaresan Sujaritha --- drivers/gpu/drm/i915/gt/uc/intel_guc_slpc.c | 58