Re: [Intel-gfx] [PATCH 09/17] drm/i915: Report requested frequency alongside current frequency in debugfs

2013-08-28 Thread Daniel Vetter
On Tue, Aug 27, 2013 at 09:12:40AM -0300, Rodrigo Vivi wrote: > On Mon, Aug 26, 2013 at 7:51 PM, Rodrigo Vivi wrote: > > From: Chris Wilson > > > > It can be useful to compare at times the current vs requested frequency > > of the GPU, so provide the contents of RPNSWREQ alonside CAGF. > > > > Si

Re: [Intel-gfx] [PATCH 09/17] drm/i915: Report requested frequency alongside current frequency in debugfs

2013-08-27 Thread Chris Wilson
On Tue, Aug 27, 2013 at 09:12:40AM -0300, Rodrigo Vivi wrote: > On Mon, Aug 26, 2013 at 7:51 PM, Rodrigo Vivi wrote: > > From: Chris Wilson > > > > It can be useful to compare at times the current vs requested frequency > > of the GPU, so provide the contents of RPNSWREQ alonside CAGF. > > > > Si

Re: [Intel-gfx] [PATCH 09/17] drm/i915: Report requested frequency alongside current frequency in debugfs

2013-08-27 Thread Rodrigo Vivi
On Mon, Aug 26, 2013 at 7:51 PM, Rodrigo Vivi wrote: > From: Chris Wilson > > It can be useful to compare at times the current vs requested frequency > of the GPU, so provide the contents of RPNSWREQ alonside CAGF. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_debugfs.c | 11

[Intel-gfx] [PATCH 09/17] drm/i915: Report requested frequency alongside current frequency in debugfs

2013-08-26 Thread Rodrigo Vivi
From: Chris Wilson It can be useful to compare at times the current vs requested frequency of the GPU, so provide the contents of RPNSWREQ alonside CAGF. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff