Re: [Intel-gfx] [PATCH 16/26] drm/i915: turbo & RC6 support for VLV

2013-03-05 Thread Rohit Jain
On Sat, 2 Mar 2013, Jesse Barnes wrote: From: Ben Widawsky Uses slightly different interfaces than other platforms. Signed-off-by: Jesse Barnes --- drivers/gpu/drm/i915/intel_pm.c | 148 +-- 1 file changed, 144 insertions(+), 4 deletions(-) diff --git a

[Intel-gfx] [PATCH vlvdc 1/2] drm/i915: VBT Parser cleanup for eDP block

2012-01-11 Thread Rohit Jain
Support for parsing parameters for S3D support and T3 optimization support is implemented. The order for the bdb_edp struct was also made similar to that indicated in spec. Signed-off-by: Rohit Jain Reviewed-by: Shobhit Kumar Reviewed-by: Vijay A. Purushothaman Reviewed-by: Eugeni Dodonov