From mboxrd@z Thu Jan 1 00:00:00 1970 From: Todd Previte Subject: i915 Displayport Compliance Testing Date: Tue, 24 Jun 2014 15:12:48 -0700 Message-ID: <1403647974-42377-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-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by gabe.freedesktop.org (Postfix) with ESMTP id 91D3B6E5B5 for ; Tue, 24 Jun 2014 15:13:28 -0700 (PDT) Received: by mail-pd0-f175.google.com with SMTP id v10so773913pde.34 for ; Tue, 24 Jun 2014 15:13:28 -0700 (PDT) Received: from localhost.localdomain (ip72-201-95-47.ph.ph.cox.net. [72.201.95.47]) by mx.google.com with ESMTPSA id bc4sm2023698pbb.2.2014.06.24.15.13.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 24 Jun 2014 15:13:27 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org This patch set adds the foundational support for Displayport compliance testing in the i915 driver. It implements the framework for automated test support that preclude the need (most) for operator input during testing. Tests for AUX transactions, EDID reads and basic link training have also been included, along with any support and utility functions required. Some changes have also been made to existing code to accommodate compliance testing.