Re: [Intel-gfx] [PATCH 6/6] drm/i915: Added BXT check in i915_ring_freq_table function

2015-06-28 Thread shuang . he
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) Task id: 6578 -Summary- Platform Delta drm-intel-nightly Series Applied ILK

Re: [Intel-gfx] [PATCH 6/6] drm/i915: Added BXT check in i915_ring_freq_table function

2015-06-22 Thread Daniel Vetter
On Fri, Jun 19, 2015 at 11:07:31PM +0530, akash.g...@intel.com wrote: > From: Akash Goel > > Updated the i915_ring_freq_table debugfs function to add > the broxton check, so as to disallow the read of ring frequency > table for it. > > Issue: VIZ-5144 > Signed-off-by: Akash Goel > --- > driver

[Intel-gfx] [PATCH 6/6] drm/i915: Added BXT check in i915_ring_freq_table function

2015-06-19 Thread akash . goel
From: Akash Goel Updated the i915_ring_freq_table debugfs function to add the broxton check, so as to disallow the read of ring frequency table for it. Issue: VIZ-5144 Signed-off-by: Akash Goel --- drivers/gpu/drm/i915/i915_debugfs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) dif