aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/emgd/emgd/include/pi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/emgd/emgd/include/pi.h')
-rw-r--r--drivers/gpu/drm/emgd/emgd/include/pi.h86
1 files changed, 0 insertions, 86 deletions
diff --git a/drivers/gpu/drm/emgd/emgd/include/pi.h b/drivers/gpu/drm/emgd/emgd/include/pi.h
deleted file mode 100644
index d4d8681a2575..000000000000
--- a/drivers/gpu/drm/emgd/emgd/include/pi.h
+++ /dev/null
@@ -1,86 +0,0 @@
-/* -*- pse-c -*-
- *-----------------------------------------------------------------------------
- * Filename: pi.h
- * $Revision: 1.3 $
- *-----------------------------------------------------------------------------
- * Copyright © 2002-2010, Intel Corporation.
- *
- * 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.
- *
- *-----------------------------------------------------------------------------
- * Description:
- *
- *-----------------------------------------------------------------------------
- */
-
-#ifndef _PI_H_
-#define _PI_H_
-
-#include <context.h>
-#include <mode.h>
-#include <pd.h>
-
-/* power states */
-#define IGD_DEVICE_ON 1
-#define IGD_DEVICE_OFF 0
-
-#define PI_FIRMWARE_EDID 0x1
-#define PI_FIRMWARE_DISPLAYID 0x2
-
-/* get_native_dtd() flags */
-#define PI_ALL_TIMINGS 0x0001
-#define PI_SUPPORTED_TIMINGS 0x0002
-extern unsigned long get_native_dtd(igd_timing_info_t *timing_table,
- unsigned long flags, pd_timing_t **native_dtd, unsigned long native_flags);
-
-extern igd_timing_info_t crt_timing_table[];
-extern int crt_timing_table_size;
-
-#ifndef CONFIG_MICRO
-extern igd_timing_info_t cea_timing_table[];
-extern int cea_timing_table_size;
-extern type_std_t cea_std_lookup[];
-extern int cea_std_lookup_size;
-#endif
-
-extern int pi_pd_register(pd_driver_t *pd_driver);
-extern int pi_pd_register(pd_driver_t *pd_driver);
-extern int pi_read_regs(void *callback_context, pd_reg_t *list,
- unsigned long reg_type);
-extern int pi_write_regs(void *callback_context, pd_reg_t *list,
- unsigned long reg_type);
-extern int pi_program_port_dvo(igd_display_context_t *, unsigned long);
-extern int pi_program_port_analog(igd_display_context_t *, unsigned long);
-extern int pi_program_port_rgba(igd_display_context_t *, unsigned long);
-extern int pi_program_port_lvds(igd_display_context_t *, unsigned long);
-
-/* Function to get attr value from port driver attr list */
-extern int pi_pd_find_attr_and_value(igd_display_port_t *port,
- unsigned long attr_id,
- unsigned long flag,
- pd_attr_t **caller_pd_attr,
- unsigned long * attr_value);
-
-/* Function to get attr value from user provided init attribute list */
-extern int pi_get_port_init_attr(igd_display_port_t *port,
- unsigned long id,
- unsigned long *value);
-#endif /* _PI_H_ */
-
-/*----------------------------------------------------------------------------
- * File Revision History
- * $Id: pi.h,v 1.3 2010/07/23 16:54:50 bpaauwe Exp $
- * $Source: /nfs/fm/proj/eia/cvsroot/koheo/linux/egd_drm/emgd/include/pi.h,v $
- *----------------------------------------------------------------------------
- */