diff options
author | Dave Airlie <airlied@redhat.com> | 2008-02-26 16:19:54 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-02-26 16:20:27 +1000 |
commit | b92e343dc46212b665f0465274ef6767882bb10c (patch) | |
tree | cba3e698cf86bed7cc2458f95183e45a4eb043f2 | |
parent | 35d1b13b4a574faf3a95bf3b7cdd14897ef07f67 (diff) |
i915: fix typos
-rw-r--r-- | shared-core/i915_dma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shared-core/i915_dma.c b/shared-core/i915_dma.c index 7a5d1d9f..727aeee0 100644 --- a/shared-core/i915_dma.c +++ b/shared-core/i915_dma.c @@ -1306,10 +1306,11 @@ drm_i915_mmio_entry_t mmio_table[] = { 0x30008, 1 }, - [MMIO_REGS_GAMMAA] = { + [MMIO_REGS_GAMMA] = { I915_MMIO_MAY_READ|I915_MMIO_MAY_WRITE, 0x30010, 6 + } }; static int mmio_table_size = sizeof(mmio_table)/sizeof(drm_i915_mmio_entry_t); |