From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gary Mort Subject: Panel Driver repository Date: Mon, 14 Oct 2013 12:27:11 -0400 Message-ID: <525C1B5F.7040002@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) by gabe.freedesktop.org (Postfix) with ESMTP id 11ECBE6E1C for ; Mon, 14 Oct 2013 09:27:17 -0700 (PDT) Received: by mail-qa0-f53.google.com with SMTP id k15so2315023qaq.19 for ; Mon, 14 Oct 2013 09:27:17 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org By the same token, I'm also interested in finding a repository the latest DRI Panel Driver code. As I understand it, the DRI Panel Driver implements: A generic CRTC driver along with a few implementations of that Driver for different LCD panels. A method for those drivers to inform a central registry that they are available. A modification to an existing DRI driver so that it can check the repository for available panels and link to the appropriate panel, while all the GPU specific code, framebuffer code, etc for the existing DRI driver is used for applications to draw to the screen.