From mboxrd@z Thu Jan 1 00:00:00 1970 From: mengdong.lin@intel.com Subject: [PATCH 0/7] intel_audio_dump: add support for Valleyview Date: Tue, 4 Mar 2014 11:17:33 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 676B1FB4DE for ; Mon, 3 Mar 2014 19:16:34 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org From: Mengdong Lin Layout of display and audio registers can be same for different Intel GPUs, so we want maximum code sharing when adding support for VLV. This patch set: - support using base address plus an offset to dump registers - share common audio dump code for Ironlake, Haswell and Broadwell - add support for Valleyview, by reusing Ironlake code. - adjust code algnment The patches are reviewed by Xiang Haihao. Now OEM Baytrail machines are sent to OSV like Ubuntu, so we need this for customer support. Mengdong Lin (7): intel_audio_dump: support using base address plus an offset to dump registers intel_audio_dump: move definitions of transcoder/pipe/port/converter earlier intel_audio_dump: define IS_HASWELL_PLUS to cover Haswell and its successors intel_audio_dump: define get_num_pipes() to get number of pipes for a device ID intel_audio_dump: share common audio dump code for Ironlake, Haswell & Broadwell intel_audio_dump: adjust code alignment intel_audio_dump: add support for Valleyview tools/intel_audio_dump.c | 2011 ++++++++++++++++++++++++---------------------- 1 file changed, 1041 insertions(+), 970 deletions(-) -- 1.8.1.2