Re: [Intel-gfx] [PATCH 2/5] drm/i915: Define some of the eLLC magic

2013-07-14 Thread Ben Widawsky
On Fri, Jul 12, 2013 at 09:02:37PM -0300, Rodrigo Vivi wrote: > On Thu, Jul 4, 2013 at 3:02 PM, Ben Widawsky wrote: > > The EDRAM present register isn't really defined in the docs. It just > > says check to see if it's set to 1. So I haven't defined the 1 value not > > knowing what it actually mea

Re: [Intel-gfx] [PATCH 2/5] drm/i915: Define some of the eLLC magic

2013-07-12 Thread Rodrigo Vivi
On Thu, Jul 4, 2013 at 3:02 PM, Ben Widawsky wrote: > The EDRAM present register isn't really defined in the docs. It just > says check to see if it's set to 1. So I haven't defined the 1 value not > knowing what it actually means. > > Signed-off-by: Ben Widawsky > --- > drivers/gpu/drm/i915/i91

[Intel-gfx] [PATCH 2/5] drm/i915: Define some of the eLLC magic

2013-07-04 Thread Ben Widawsky
The EDRAM present register isn't really defined in the docs. It just says check to see if it's set to 1. So I haven't defined the 1 value not knowing what it actually means. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c | 4 ++-- drivers/gpu/drm/i915/i915_reg.h | 4 2 file