From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Wood Subject: Parse the list of additional 3D modes Date: Thu, 28 Nov 2013 17:12:45 +0000 Message-ID: <1385658767-24924-1-git-send-email-thomas.wood@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by gabe.freedesktop.org (Postfix) with ESMTP id 23B63FAC8C for ; Thu, 28 Nov 2013 09:13:01 -0800 (PST) Received: by mail-wg0-f52.google.com with SMTP id x13so8488591wgg.7 for ; Thu, 28 Nov 2013 09:12:59 -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: dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Hi, The following two patches add support for parsing the list of additional 3D modes at the end of the vendor specific data block. The first splits the VIC display mode lookup into a separate function so that it can be reused. The second patch parses the list, adding any support modes to the connector. Regards, Thomas