diff options
author | Ben Widawsky <ben@bwidawsk.net> | 2013-01-31 11:08:36 -0800 |
---|---|---|
committer | Ben Widawsky <ben@bwidawsk.net> | 2013-02-07 16:42:18 -0800 |
commit | b96821cb392639319a69dde8008f94b014ad7d3e (patch) | |
tree | eb6c2057c55fa5e104f793317ad31ce345c4e961 /tools/quick_dump | |
parent | 45cc039e315ca0eb4e673c480dcad371096b58ea (diff) |
quick_dump: gen7 support
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'tools/quick_dump')
-rw-r--r-- | tools/quick_dump/Makefile.am | 1 | ||||
-rw-r--r-- | tools/quick_dump/gen7_other.txt | 1 | ||||
-rw-r--r-- | tools/quick_dump/ivybridge | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index fbafdc5d..0ed28fb6 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -1,4 +1,5 @@ EXTRA_DIST = \ base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \ gen6_other.txt sandybridge \ + gen7_other.txt ivybridge \ quick_dump.py diff --git a/tools/quick_dump/gen7_other.txt b/tools/quick_dump/gen7_other.txt new file mode 100644 index 00000000..b6313a4d --- /dev/null +++ b/tools/quick_dump/gen7_other.txt @@ -0,0 +1 @@ +('GFX_MODE_GEN7', '0x0000229c', '') diff --git a/tools/quick_dump/ivybridge b/tools/quick_dump/ivybridge new file mode 100644 index 00000000..4637b422 --- /dev/null +++ b/tools/quick_dump/ivybridge @@ -0,0 +1 @@ +gen7_other.txt |