Re: [Intel-gfx] [PATCH 1/2] drm/i915/skl: Retrieve the Rpe value from Pcode

2015-06-04 Thread Akash Goel
On Wed, 2015-06-03 at 14:19 -0700, Rodrigo Vivi wrote: > On Tue, May 5, 2015 at 4:30 AM, wrote: > > From: Akash Goel > > > > Read the efficient frequency (aka RPe) value through the the mailbox > > command (0x1A) from the pcode, as done on Haswell and Broadwell. > > The turbo minimum frequency s

Re: [Intel-gfx] [PATCH 1/2] drm/i915/skl: Retrieve the Rpe value from Pcode

2015-06-03 Thread Rodrigo Vivi
On Tue, May 5, 2015 at 4:30 AM, wrote: > From: Akash Goel > > Read the efficient frequency (aka RPe) value through the the mailbox > command (0x1A) from the pcode, as done on Haswell and Broadwell. > The turbo minimum frequency softlimit is not revised as per the > efficient frequency value. > >

[Intel-gfx] [PATCH 1/2] drm/i915/skl: Retrieve the Rpe value from Pcode

2015-05-05 Thread akash . goel
From: Akash Goel Read the efficient frequency (aka RPe) value through the the mailbox command (0x1A) from the pcode, as done on Haswell and Broadwell. The turbo minimum frequency softlimit is not revised as per the efficient frequency value. Issue: VIZ-5143 Signed-off-by: Akash Goel --- driver