From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Previte Subject: [PATCH V3] drm/i915: Implement Displayport automated testing Date: Fri, 1 Nov 2013 15:44:07 -0700 Message-ID: <1383345848-6872-1-git-send-email-tprevite@gmail.com> References: <1380882730-32207-1-git-send-email-tprevite@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pa0-f52.google.com (mail-pa0-f52.google.com [209.85.220.52]) by gabe.freedesktop.org (Postfix) with ESMTP id E9587EF6AF for ; Fri, 1 Nov 2013 15:43:51 -0700 (PDT) Received: by mail-pa0-f52.google.com with SMTP id bj1so4596768pad.25 for ; Fri, 01 Nov 2013 15:43:52 -0700 (PDT) Received: from localhost.localdomain (ip70-162-72-129.ph.ph.cox.net. [70.162.72.129]) by mx.google.com with ESMTPSA id py4sm13047409pbb.33.2013.11.01.15.43.50 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Nov 2013 15:43:50 -0700 (PDT) In-Reply-To: <1380882730-32207-1-git-send-email-tprevite@gmail.com> 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 Revised patch incorporating feedback from the various reviews. - Changed printk() to DRM_DEBUG_KMS() - Removed extraneous comments - Added test hook for Fast AUX automated testing Note this patch relies on the constants defined in drm/drm_dp_helper.h that were updated in a separate patch.