Re: [Intel-gfx] [PATCH] drm/i915: Don't pretend ips is always enabled on BDW.

2014-07-07 Thread Daniel Vetter
On Mon, Jun 30, 2014 at 04:17:00PM -0300, Paulo Zanoni wrote: > 2014-06-30 8:45 GMT-03:00 Rodrigo Vivi : > > As pointed out before we don't have a reliable way to read back ips > > status on BDW without the risk to disable it when reading. > > However now we are pretending that IPS on BDW is always

Re: [Intel-gfx] [PATCH] drm/i915: Don't pretend ips is always enabled on BDW.

2014-06-30 Thread Paulo Zanoni
2014-06-30 8:45 GMT-03:00 Rodrigo Vivi : > As pointed out before we don't have a reliable way to read back ips > status on BDW without the risk to disable it when reading. > However now we are pretending that IPS on BDW is always on and getting > people confused about it. > > So this patch allows p

[Intel-gfx] [PATCH] drm/i915: Don't pretend ips is always enabled on BDW.

2014-06-30 Thread Rodrigo Vivi
As pointed out before we don't have a reliable way to read back ips status on BDW without the risk to disable it when reading. However now we are pretending that IPS on BDW is always on and getting people confused about it. So this patch allows people to know if ips was ever attempted to be enable

[Intel-gfx] [PATCH] drm/i915: Don't pretend ips is always enabled on BDW.

2014-06-27 Thread Rodrigo Vivi
As pointed out before we don't have a reliable way to read back ips status on BDW without the risk to disable it when reading. However now we are pretending that IPS on BDW is always on and getting people confused about it. So this patch allows people to know if ips was ever attempted to be enable