On Tue, 09 Aug 2011 09:38:56 -0700
Keith Packard wrote:
> On Tue, 9 Aug 2011 09:17:46 -0700, Jesse Barnes
> wrote:
>
> > IVB uses the same interrupt reg layout as SNB, so add an IS_GEN7 to the
> > interrupt debugfs file.
>
> Here's a list of code which uses IS_GEN6 but is not also using
> IS
On Tue, 9 Aug 2011 09:17:46 -0700, Jesse Barnes
wrote:
> IVB uses the same interrupt reg layout as SNB, so add an IS_GEN7 to the
> interrupt debugfs file.
Here's a list of code which uses IS_GEN6 but is not also using
IS_GEN7 or IS_IVYBRIDGE. Seems like some of these should get fixed too:
i91
IVB uses the same interrupt reg layout as SNB, so add an IS_GEN7 to the
interrupt debugfs file.
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/i915_debugfs.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/gpu/drm/i91