~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/gpu/pvr/omap4/sysconfig.h

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/**********************************************************************
 
2
 *
 
3
 * Copyright (C) Imagination Technologies Ltd. All rights reserved.
 
4
 * 
 
5
 * This program is free software; you can redistribute it and/or modify it
 
6
 * under the terms and conditions of the GNU General Public License,
 
7
 * version 2, as published by the Free Software Foundation.
 
8
 * 
 
9
 * This program is distributed in the hope it will be useful but, except 
 
10
 * as otherwise stated in writing, without any warranty; without even the 
 
11
 * implied warranty of merchantability or fitness for a particular purpose. 
 
12
 * See the GNU General Public License for more details.
 
13
 * 
 
14
 * You should have received a copy of the GNU General Public License along with
 
15
 * this program; if not, write to the Free Software Foundation, Inc.,
 
16
 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
 
17
 * 
 
18
 * The full GNU General Public License is included in this distribution in
 
19
 * the file called "COPYING".
 
20
 *
 
21
 * Contact Information:
 
22
 * Imagination Technologies Ltd. <gpl-support@imgtec.com>
 
23
 * Home Park Estate, Kings Langley, Herts, WD4 8LZ, UK 
 
24
 *
 
25
 ******************************************************************************/
 
26
 
 
27
#if !defined(__SOCCONFIG_H__)
 
28
#define __SOCCONFIG_H__
 
29
 
 
30
#define VS_PRODUCT_NAME "OMAP4"
 
31
 
 
32
#if defined(SGX540) && (SGX_CORE_REV == 120)
 
33
#define SYS_SGX_CLOCK_SPEED             307200000
 
34
#else
 
35
#define SYS_SGX_CLOCK_SPEED             304742400
 
36
#endif
 
37
 
 
38
#define SYS_SGX_HWRECOVERY_TIMEOUT_FREQ         (100)   
 
39
#define SYS_SGX_PDS_TIMER_FREQ                          (1000)  
 
40
 
 
41
#if !defined(SYS_SGX_ACTIVE_POWER_LATENCY_MS)
 
42
#define SYS_SGX_ACTIVE_POWER_LATENCY_MS         (1)
 
43
#endif
 
44
 
 
45
 
 
46
#define SYS_OMAP4430_SGX_REGS_SYS_PHYS_BASE  0x56000000
 
47
 
 
48
#define SYS_OMAP4430_SGX_REGS_SIZE           0xFFFF
 
49
 
 
50
#define SYS_OMAP4430_SGX_IRQ                             53 
 
51
 
 
52
#define SYS_OMAP4430_GP11TIMER_ENABLE_SYS_PHYS_BASE     0x48088038
 
53
#define SYS_OMAP4430_GP11TIMER_REGS_SYS_PHYS_BASE       0x4808803C
 
54
#define SYS_OMAP4430_GP11TIMER_TSICR_SYS_PHYS_BASE      0x48088054
 
55
 
 
56
#if defined(__linux__)
 
57
#define SYS_SGX_DEV_NAME        "pvrsrvkm"
 
58
#endif
 
59
 
 
60
 
 
61
#endif