From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: [PATCH 04/10] quick_dump: gen6 support Date: Sat, 2 Feb 2013 16:07:56 -0800 Message-ID: <1359850082-14793-5-git-send-email-ben@bwidawsk.net> References: <1359850082-14793-1-git-send-email-ben@bwidawsk.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from shiva.chad-versace.us (209-20-75-48.static.cloud-ips.com [209.20.75.48]) by gabe.freedesktop.org (Postfix) with ESMTP id 0CE9AE61F9 for ; Sat, 2 Feb 2013 16:07:33 -0800 (PST) In-Reply-To: <1359850082-14793-1-git-send-email-ben@bwidawsk.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org Cc: Ben Widawsky , vincent.beng.keat.cheah@intel.com, alan.previn.teres.alexis@intel.com List-Id: intel-gfx@lists.freedesktop.org Signed-off-by: Ben Widawsky --- tools/quick_dump/Makefile.am | 1 + tools/quick_dump/gen6_other.txt | 1 + tools/quick_dump/sandybridge | 1 + 3 files changed, 3 insertions(+) create mode 100644 tools/quick_dump/gen6_other.txt create mode 100644 tools/quick_dump/sandybridge diff --git a/tools/quick_dump/Makefile.am b/tools/quick_dump/Makefile.am index 34938c8..fbafdc5 100644 --- a/tools/quick_dump/Makefile.am +++ b/tools/quick_dump/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = \ base_display.txt base_interrupt.txt base_other.txt base_power.txt base_rings.txt \ + gen6_other.txt sandybridge \ quick_dump.py diff --git a/tools/quick_dump/gen6_other.txt b/tools/quick_dump/gen6_other.txt new file mode 100644 index 0000000..9aa6539 --- /dev/null +++ b/tools/quick_dump/gen6_other.txt @@ -0,0 +1 @@ +('GFX_MODE', '0x00002520', '') diff --git a/tools/quick_dump/sandybridge b/tools/quick_dump/sandybridge new file mode 100644 index 0000000..6ece0fd --- /dev/null +++ b/tools/quick_dump/sandybridge @@ -0,0 +1 @@ +gen6_other.txt -- 1.8.1.2