blob: 5dcf045fe5227be8f0552696edf2a8a303813c79 [file] [log] [blame]
Alan Cox0867b422011-02-22 14:27:58 +00001/**************************************************************************
Alan Coxde64ac92011-07-05 15:34:53 +01002 * Copyright (c) 2007-2011, Intel Corporation.
Alan Cox0867b422011-02-22 14:27:58 +00003 * All Rights Reserved.
4 * Copyright (c) 2008, Tungsten Graphics Inc. Cedar Park, TX., USA.
5 * All Rights Reserved.
6 *
7 * This program is free software; you can redistribute it and/or modify it
8 * under the terms and conditions of the GNU General Public License,
9 * version 2, as published by the Free Software Foundation.
10 *
11 * This program is distributed in the hope it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
14 * more details.
15 *
16 * You should have received a copy of the GNU General Public License along with
17 * this program; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
19 *
20 **************************************************************************/
21
22#ifndef _PSB_DRM_H_
23#define _PSB_DRM_H_
24
Alan Cox0867b422011-02-22 14:27:58 +000025#define PSB_NUM_PIPE 3
26
Alan Cox0867b422011-02-22 14:27:58 +000027#define PSB_GPU_ACCESS_READ (1ULL << 32)
28#define PSB_GPU_ACCESS_WRITE (1ULL << 33)
29#define PSB_GPU_ACCESS_MASK (PSB_GPU_ACCESS_READ | PSB_GPU_ACCESS_WRITE)
30
31#define PSB_BO_FLAG_COMMAND (1ULL << 52)
32
Alan Cox0867b422011-02-22 14:27:58 +000033/*
34 * Feedback components:
35 */
36
Alan Cox0867b422011-02-22 14:27:58 +000037struct drm_psb_sizes_arg {
Alan Cox487e8732011-03-03 12:38:04 +000038 u32 ta_mem_size;
39 u32 mmu_size;
40 u32 pds_size;
41 u32 rastgeom_size;
42 u32 tt_size;
43 u32 vram_size;
Alan Cox0867b422011-02-22 14:27:58 +000044};
45
46struct drm_psb_dpst_lut_arg {
47 uint8_t lut[256];
48 int output_id;
49};
50
Alan Cox0867b422011-02-22 14:27:58 +000051#define PSB_DC_CRTC_SAVE 0x01
52#define PSB_DC_CRTC_RESTORE 0x02
53#define PSB_DC_OUTPUT_SAVE 0x04
54#define PSB_DC_OUTPUT_RESTORE 0x08
55#define PSB_DC_CRTC_MASK 0x03
56#define PSB_DC_OUTPUT_MASK 0x0C
57
58struct drm_psb_dc_state_arg {
Alan Cox487e8732011-03-03 12:38:04 +000059 u32 flags;
60 u32 obj_id;
Alan Cox0867b422011-02-22 14:27:58 +000061};
62
63struct drm_psb_mode_operation_arg {
Alan Cox487e8732011-03-03 12:38:04 +000064 u32 obj_id;
65 u16 operation;
Alan Cox0867b422011-02-22 14:27:58 +000066 struct drm_mode_modeinfo mode;
67 void *data;
68};
69
70struct drm_psb_stolen_memory_arg {
Alan Cox487e8732011-03-03 12:38:04 +000071 u32 base;
72 u32 size;
Alan Cox0867b422011-02-22 14:27:58 +000073};
74
75/*Display Register Bits*/
76#define REGRWBITS_PFIT_CONTROLS (1 << 0)
77#define REGRWBITS_PFIT_AUTOSCALE_RATIOS (1 << 1)
78#define REGRWBITS_PFIT_PROGRAMMED_SCALE_RATIOS (1 << 2)
79#define REGRWBITS_PIPEASRC (1 << 3)
80#define REGRWBITS_PIPEBSRC (1 << 4)
81#define REGRWBITS_VTOTAL_A (1 << 5)
82#define REGRWBITS_VTOTAL_B (1 << 6)
83#define REGRWBITS_DSPACNTR (1 << 8)
84#define REGRWBITS_DSPBCNTR (1 << 9)
85#define REGRWBITS_DSPCCNTR (1 << 10)
86
87/*Overlay Register Bits*/
88#define OV_REGRWBITS_OVADD (1 << 0)
89#define OV_REGRWBITS_OGAM_ALL (1 << 1)
90
91#define OVC_REGRWBITS_OVADD (1 << 2)
92#define OVC_REGRWBITS_OGAM_ALL (1 << 3)
93
94struct drm_psb_register_rw_arg {
Alan Cox487e8732011-03-03 12:38:04 +000095 u32 b_force_hw_on;
Alan Cox0867b422011-02-22 14:27:58 +000096
Alan Cox487e8732011-03-03 12:38:04 +000097 u32 display_read_mask;
98 u32 display_write_mask;
Alan Cox0867b422011-02-22 14:27:58 +000099
100 struct {
Alan Cox487e8732011-03-03 12:38:04 +0000101 u32 pfit_controls;
102 u32 pfit_autoscale_ratios;
103 u32 pfit_programmed_scale_ratios;
104 u32 pipeasrc;
105 u32 pipebsrc;
106 u32 vtotal_a;
107 u32 vtotal_b;
Alan Cox0867b422011-02-22 14:27:58 +0000108 } display;
109
Alan Cox487e8732011-03-03 12:38:04 +0000110 u32 overlay_read_mask;
111 u32 overlay_write_mask;
Alan Cox0867b422011-02-22 14:27:58 +0000112
113 struct {
Alan Cox487e8732011-03-03 12:38:04 +0000114 u32 OVADD;
115 u32 OGAMC0;
116 u32 OGAMC1;
117 u32 OGAMC2;
118 u32 OGAMC3;
119 u32 OGAMC4;
120 u32 OGAMC5;
Alan Coxe2e88602011-07-05 15:36:19 +0100121 u32 IEP_ENABLED;
122 u32 IEP_BLE_MINMAX;
123 u32 IEP_BSSCC_CONTROL;
124 u32 b_wait_vblank;
Alan Cox0867b422011-02-22 14:27:58 +0000125 } overlay;
126
Alan Cox487e8732011-03-03 12:38:04 +0000127 u32 sprite_enable_mask;
128 u32 sprite_disable_mask;
Alan Cox0867b422011-02-22 14:27:58 +0000129
130 struct {
Alan Cox487e8732011-03-03 12:38:04 +0000131 u32 dspa_control;
132 u32 dspa_key_value;
133 u32 dspa_key_mask;
134 u32 dspc_control;
135 u32 dspc_stride;
136 u32 dspc_position;
137 u32 dspc_linear_offset;
138 u32 dspc_size;
139 u32 dspc_surface;
Alan Cox0867b422011-02-22 14:27:58 +0000140 } sprite;
141
Alan Cox487e8732011-03-03 12:38:04 +0000142 u32 subpicture_enable_mask;
143 u32 subpicture_disable_mask;
Alan Cox0867b422011-02-22 14:27:58 +0000144};
145
Alan Cox0867b422011-02-22 14:27:58 +0000146/* Controlling the kernel modesetting buffers */
147
Alan Cox0867b422011-02-22 14:27:58 +0000148#define DRM_PSB_SIZES 0x07
149#define DRM_PSB_FUSE_REG 0x08
Alan Cox0867b422011-02-22 14:27:58 +0000150#define DRM_PSB_DC_STATE 0x0A
151#define DRM_PSB_ADB 0x0B
152#define DRM_PSB_MODE_OPERATION 0x0C
153#define DRM_PSB_STOLEN_MEMORY 0x0D
154#define DRM_PSB_REGISTER_RW 0x0E
Alan Coxde64ac92011-07-05 15:34:53 +0100155
Alan Cox078d6f72011-07-05 15:37:41 +0100156/*
Alan Cox0867b422011-02-22 14:27:58 +0000157 * NOTE: Add new commands here, but increment
158 * the values below and increment their
159 * corresponding defines where they're
160 * defined elsewhere.
161 */
162#define DRM_PVR_RESERVED1 0x12
163#define DRM_PVR_RESERVED2 0x13
164#define DRM_PVR_RESERVED3 0x14
165#define DRM_PVR_RESERVED4 0x15
166#define DRM_PVR_RESERVED5 0x16
167
Alan Cox0867b422011-02-22 14:27:58 +0000168#define DRM_PSB_DPST 0x1B
169#define DRM_PSB_GAMMA 0x1C
170#define DRM_PSB_DPST_BL 0x1D
171
172#define DRM_PVR_RESERVED6 0x1E
173
174#define DRM_PSB_GET_PIPE_FROM_CRTC_ID 0x1F
Alan Cox0867b422011-02-22 14:27:58 +0000175
176#define PSB_MODE_OPERATION_MODE_VALID 0x01
177#define PSB_MODE_OPERATION_SET_DC_BASE 0x02
178
179struct drm_psb_get_pipe_from_crtc_id_arg {
180 /** ID of CRTC being requested **/
Alan Cox487e8732011-03-03 12:38:04 +0000181 u32 crtc_id;
Alan Cox0867b422011-02-22 14:27:58 +0000182
183 /** pipe of requested CRTC **/
Alan Cox487e8732011-03-03 12:38:04 +0000184 u32 pipe;
Alan Cox0867b422011-02-22 14:27:58 +0000185};
186
Alan Coxa8978542011-07-05 15:36:47 +0100187/* FIXME: move this into a medfield header once we are sure it isn't needed for an
188 ioctl */
189struct psb_drm_dpu_rect {
190 int x, y;
191 int width, height;
192};
193
Alan Cox0867b422011-02-22 14:27:58 +0000194#endif