blob: 5d3837eca8996ae47c7913c0cd55228f05896a72 [file] [log] [blame]
/**************************************************************************
* Copyright (c) 2007-2008, Intel Corporation.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
*
**************************************************************************/
#ifndef _PANEL_PSB_DRV_H_
#define _PANEL_PSB_DRV_H_
#include <linux/kernel.h>
#include <linux/sfi.h>
extern int PanelID;
enum panel_type {
TPO_CMD,
TPO_VID,
TMD_CMD,
TMD_VID,
TMD_6X10_VID,
PYR_CMD,
PYR_VID,
TPO,
TMD,
PYR,
HDMI,
JDI_7x12_VID,
JDI_7x12_CMD,
CMI_7x12_VID,
CMI_7x12_CMD,
JDI_10x19_VID,
JDI_10x19_CMD,
JDI_25x16_VID,
JDI_25x16_CMD,
SHARP_10x19_VID,
SHARP_10x19_CMD,
SHARP_10x19_DUAL_CMD,
SHARP_25x16_VID,
SHARP_25x16_CMD,
SDC_16x25_CMD,
SDC_25x16_CMD,
GCT_DETECT
};
#endif