i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_drv.h
1 /* i915_drv.h -- Private header for the I915 driver -*- linux-c -*-
2  */
3 /*
4  *
5  * Copyright 2003 Tungsten Graphics, Inc., Cedar Park, Texas.
6  * All Rights Reserved.
7  *
8  * Permission is hereby granted, free of charge, to any person obtaining a
9  * copy of this software and associated documentation files (the
10  * "Software"), to deal in the Software without restriction, including
11  * without limitation the rights to use, copy, modify, merge, publish,
12  * distribute, sub license, and/or sell copies of the Software, and to
13  * permit persons to whom the Software is furnished to do so, subject to
14  * the following conditions:
15  *
16  * The above copyright notice and this permission notice (including the
17  * next paragraph) shall be included in all copies or substantial portions
18  * of the Software.
19  *
20  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
22  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
23  * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
24  * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
25  * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26  * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27  *
28  */
29
30 #ifndef _I915_DRV_H_
31 #define _I915_DRV_H_
32
33 #include "i915_reg.h"
34 #include <linux/io-mapping.h>
35
36 /* General customization:
37  */
38
39 #define DRIVER_AUTHOR           "Tungsten Graphics, Inc."
40
41 #define DRIVER_NAME             "i915"
42 #define DRIVER_DESC             "Intel Graphics"
43 #define DRIVER_DATE             "20080730"
44
45 enum pipe {
46         PIPE_A = 0,
47         PIPE_B,
48 };
49
50 /* Interface history:
51  *
52  * 1.1: Original.
53  * 1.2: Add Power Management
54  * 1.3: Add vblank support
55  * 1.4: Fix cmdbuffer path, add heap destroy
56  * 1.5: Add vblank pipe configuration
57  * 1.6: - New ioctl for scheduling buffer swaps on vertical blank
58  *      - Support vertical blank on secondary display pipe
59  */
60 #define DRIVER_MAJOR            1
61 #define DRIVER_MINOR            6
62 #define DRIVER_PATCHLEVEL       0
63
64 #define WATCH_COHERENCY 0
65 #define WATCH_BUF       0
66 #define WATCH_EXEC      0
67 #define WATCH_LRU       0
68 #define WATCH_RELOC     0
69 #define WATCH_INACTIVE  0
70 #define WATCH_PWRITE    0
71
72 typedef struct _drm_i915_ring_buffer {
73         int tail_mask;
74         unsigned long Size;
75         u8 *virtual_start;
76         int head;
77         int tail;
78         int space;
79         drm_local_map_t map;
80         struct drm_gem_object *ring_obj;
81 } drm_i915_ring_buffer_t;
82
83 struct mem_block {
84         struct mem_block *next;
85         struct mem_block *prev;
86         int start;
87         int size;
88         struct drm_file *file_priv; /* NULL: free, -1: heap, other: real files */
89 };
90
91 typedef struct _drm_i915_vbl_swap {
92         struct list_head head;
93         drm_drawable_t drw_id;
94         unsigned int pipe;
95         unsigned int sequence;
96 } drm_i915_vbl_swap_t;
97
98 struct opregion_header;
99 struct opregion_acpi;
100 struct opregion_swsci;
101 struct opregion_asle;
102
103 struct intel_opregion {
104         struct opregion_header *header;
105         struct opregion_acpi *acpi;
106         struct opregion_swsci *swsci;
107         struct opregion_asle *asle;
108         int enabled;
109 };
110
111 typedef struct drm_i915_private {
112         struct drm_device *dev;
113
114         void __iomem *regs;
115         drm_local_map_t *sarea;
116
117         drm_i915_sarea_t *sarea_priv;
118         drm_i915_ring_buffer_t ring;
119
120         drm_dma_handle_t *status_page_dmah;
121         void *hw_status_page;
122         dma_addr_t dma_status_page;
123         uint32_t counter;
124         unsigned int status_gfx_addr;
125         drm_local_map_t hws_map;
126         struct drm_gem_object *hws_obj;
127
128         unsigned int cpp;
129         int back_offset;
130         int front_offset;
131         int current_page;
132         int page_flipping;
133
134         wait_queue_head_t irq_queue;
135         atomic_t irq_received;
136         /** Protects user_irq_refcount and irq_mask_reg */
137         spinlock_t user_irq_lock;
138         /** Refcount for i915_user_irq_get() versus i915_user_irq_put(). */
139         int user_irq_refcount;
140         /** Cached value of IMR to avoid reads in updating the bitfield */
141         u32 irq_mask_reg;
142
143         int tex_lru_log_granularity;
144         int allow_batchbuffer;
145         struct mem_block *agp_heap;
146         unsigned int sr01, adpa, ppcr, dvob, dvoc, lvds;
147         int vblank_pipe;
148
149         spinlock_t swaps_lock;
150         drm_i915_vbl_swap_t vbl_swaps;
151         unsigned int swaps_pending;
152
153         struct intel_opregion opregion;
154
155         /* Register state */
156         u8 saveLBB;
157         u32 saveDSPACNTR;
158         u32 saveDSPBCNTR;
159         u32 saveDSPARB;
160         u32 saveRENDERSTANDBY;
161         u32 savePIPEACONF;
162         u32 savePIPEBCONF;
163         u32 savePIPEASRC;
164         u32 savePIPEBSRC;
165         u32 saveFPA0;
166         u32 saveFPA1;
167         u32 saveDPLL_A;
168         u32 saveDPLL_A_MD;
169         u32 saveHTOTAL_A;
170         u32 saveHBLANK_A;
171         u32 saveHSYNC_A;
172         u32 saveVTOTAL_A;
173         u32 saveVBLANK_A;
174         u32 saveVSYNC_A;
175         u32 saveBCLRPAT_A;
176         u32 savePIPEASTAT;
177         u32 saveDSPASTRIDE;
178         u32 saveDSPASIZE;
179         u32 saveDSPAPOS;
180         u32 saveDSPAADDR;
181         u32 saveDSPASURF;
182         u32 saveDSPATILEOFF;
183         u32 savePFIT_PGM_RATIOS;
184         u32 saveBLC_PWM_CTL;
185         u32 saveBLC_PWM_CTL2;
186         u32 saveFPB0;
187         u32 saveFPB1;
188         u32 saveDPLL_B;
189         u32 saveDPLL_B_MD;
190         u32 saveHTOTAL_B;
191         u32 saveHBLANK_B;
192         u32 saveHSYNC_B;
193         u32 saveVTOTAL_B;
194         u32 saveVBLANK_B;
195         u32 saveVSYNC_B;
196         u32 saveBCLRPAT_B;
197         u32 savePIPEBSTAT;
198         u32 saveDSPBSTRIDE;
199         u32 saveDSPBSIZE;
200         u32 saveDSPBPOS;
201         u32 saveDSPBADDR;
202         u32 saveDSPBSURF;
203         u32 saveDSPBTILEOFF;
204         u32 saveVGA0;
205         u32 saveVGA1;
206         u32 saveVGA_PD;
207         u32 saveVGACNTRL;
208         u32 saveADPA;
209         u32 saveLVDS;
210         u32 savePP_ON_DELAYS;
211         u32 savePP_OFF_DELAYS;
212         u32 saveDVOA;
213         u32 saveDVOB;
214         u32 saveDVOC;
215         u32 savePP_ON;
216         u32 savePP_OFF;
217         u32 savePP_CONTROL;
218         u32 savePP_DIVISOR;
219         u32 savePFIT_CONTROL;
220         u32 save_palette_a[256];
221         u32 save_palette_b[256];
222         u32 saveFBC_CFB_BASE;
223         u32 saveFBC_LL_BASE;
224         u32 saveFBC_CONTROL;
225         u32 saveFBC_CONTROL2;
226         u32 saveIER;
227         u32 saveIIR;
228         u32 saveIMR;
229         u32 saveCACHE_MODE_0;
230         u32 saveD_STATE;
231         u32 saveCG_2D_DIS;
232         u32 saveMI_ARB_STATE;
233         u32 saveSWF0[16];
234         u32 saveSWF1[16];
235         u32 saveSWF2[3];
236         u8 saveMSR;
237         u8 saveSR[8];
238         u8 saveGR[25];
239         u8 saveAR_INDEX;
240         u8 saveAR[21];
241         u8 saveDACMASK;
242         u8 saveDACDATA[256*3]; /* 256 3-byte colors */
243         u8 saveCR[37];
244
245         /** Work task for vblank-related ring access */
246         struct work_struct vblank_work;
247
248         struct {
249                 struct drm_mm gtt_space;
250
251                 struct io_mapping *gtt_mapping;
252
253                 /**
254                  * List of objects currently involved in rendering from the
255                  * ringbuffer.
256                  *
257                  * A reference is held on the buffer while on this list.
258                  */
259                 struct list_head active_list;
260
261                 /**
262                  * List of objects which are not in the ringbuffer but which
263                  * still have a write_domain which needs to be flushed before
264                  * unbinding.
265                  *
266                  * A reference is held on the buffer while on this list.
267                  */
268                 struct list_head flushing_list;
269
270                 /**
271                  * LRU list of objects which are not in the ringbuffer and
272                  * are ready to unbind, but are still in the GTT.
273                  *
274                  * A reference is not held on the buffer while on this list,
275                  * as merely being GTT-bound shouldn't prevent its being
276                  * freed, and we'll pull it off the list in the free path.
277                  */
278                 struct list_head inactive_list;
279
280                 /**
281                  * List of breadcrumbs associated with GPU requests currently
282                  * outstanding.
283                  */
284                 struct list_head request_list;
285
286                 /**
287                  * We leave the user IRQ off as much as possible,
288                  * but this means that requests will finish and never
289                  * be retired once the system goes idle. Set a timer to
290                  * fire periodically while the ring is running. When it
291                  * fires, go retire requests.
292                  */
293                 struct delayed_work retire_work;
294
295                 uint32_t next_gem_seqno;
296
297                 /**
298                  * Waiting sequence number, if any
299                  */
300                 uint32_t waiting_gem_seqno;
301
302                 /**
303                  * Last seq seen at irq time
304                  */
305                 uint32_t irq_gem_seqno;
306
307                 /**
308                  * Flag if the X Server, and thus DRM, is not currently in
309                  * control of the device.
310                  *
311                  * This is set between LeaveVT and EnterVT.  It needs to be
312                  * replaced with a semaphore.  It also needs to be
313                  * transitioned away from for kernel modesetting.
314                  */
315                 int suspended;
316
317                 /**
318                  * Flag if the hardware appears to be wedged.
319                  *
320                  * This is set when attempts to idle the device timeout.
321                  * It prevents command submission from occuring and makes
322                  * every pending request fail
323                  */
324                 int wedged;
325
326                 /** Bit 6 swizzling required for X tiling */
327                 uint32_t bit_6_swizzle_x;
328                 /** Bit 6 swizzling required for Y tiling */
329                 uint32_t bit_6_swizzle_y;
330         } mm;
331 } drm_i915_private_t;
332
333 /** driver private structure attached to each drm_gem_object */
334 struct drm_i915_gem_object {
335         struct drm_gem_object *obj;
336
337         /** Current space allocated to this object in the GTT, if any. */
338         struct drm_mm_node *gtt_space;
339
340         /** This object's place on the active/flushing/inactive lists */
341         struct list_head list;
342
343         /**
344          * This is set if the object is on the active or flushing lists
345          * (has pending rendering), and is not set if it's on inactive (ready
346          * to be unbound).
347          */
348         int active;
349
350         /**
351          * This is set if the object has been written to since last bound
352          * to the GTT
353          */
354         int dirty;
355
356         /** AGP memory structure for our GTT binding. */
357         DRM_AGP_MEM *agp_mem;
358
359         struct page **page_list;
360
361         /**
362          * Current offset of the object in GTT space.
363          *
364          * This is the same as gtt_space->start
365          */
366         uint32_t gtt_offset;
367
368         /** Boolean whether this object has a valid gtt offset. */
369         int gtt_bound;
370
371         /** How many users have pinned this object in GTT space */
372         int pin_count;
373
374         /** Breadcrumb of last rendering to the buffer. */
375         uint32_t last_rendering_seqno;
376
377         /** Current tiling mode for the object. */
378         uint32_t tiling_mode;
379
380         /** AGP mapping type (AGP_USER_MEMORY or AGP_USER_CACHED_MEMORY */
381         uint32_t agp_type;
382
383         /**
384          * Flagging of which individual pages are valid in GEM_DOMAIN_CPU when
385          * GEM_DOMAIN_CPU is not in the object's read domain.
386          */
387         uint8_t *page_cpu_valid;
388 };
389
390 /**
391  * Request queue structure.
392  *
393  * The request queue allows us to note sequence numbers that have been emitted
394  * and may be associated with active buffers to be retired.
395  *
396  * By keeping this list, we can avoid having to do questionable
397  * sequence-number comparisons on buffer last_rendering_seqnos, and associate
398  * an emission time with seqnos for tracking how far ahead of the GPU we are.
399  */
400 struct drm_i915_gem_request {
401         /** GEM sequence number associated with this request. */
402         uint32_t seqno;
403
404         /** Time at which this request was emitted, in jiffies. */
405         unsigned long emitted_jiffies;
406
407         /** Cache domains that were flushed at the start of the request. */
408         uint32_t flush_domains;
409
410         struct list_head list;
411 };
412
413 struct drm_i915_file_private {
414         struct {
415                 uint32_t last_gem_seqno;
416                 uint32_t last_gem_throttle_seqno;
417         } mm;
418 };
419
420 extern struct drm_ioctl_desc i915_ioctls[];
421 extern int i915_max_ioctl;
422
423                                 /* i915_dma.c */
424 extern void i915_kernel_lost_context(struct drm_device * dev);
425 extern int i915_driver_load(struct drm_device *, unsigned long flags);
426 extern int i915_driver_unload(struct drm_device *);
427 extern int i915_driver_open(struct drm_device *dev, struct drm_file *file_priv);
428 extern void i915_driver_lastclose(struct drm_device * dev);
429 extern void i915_driver_preclose(struct drm_device *dev,
430                                  struct drm_file *file_priv);
431 extern void i915_driver_postclose(struct drm_device *dev,
432                                   struct drm_file *file_priv);
433 extern int i915_driver_device_is_agp(struct drm_device * dev);
434 extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,
435                               unsigned long arg);
436 extern int i915_emit_box(struct drm_device *dev,
437                          struct drm_clip_rect __user *boxes,
438                          int i, int DR1, int DR4);
439
440 /* i915_irq.c */
441 extern int i915_irq_emit(struct drm_device *dev, void *data,
442                          struct drm_file *file_priv);
443 extern int i915_irq_wait(struct drm_device *dev, void *data,
444                          struct drm_file *file_priv);
445 void i915_user_irq_get(struct drm_device *dev);
446 void i915_user_irq_put(struct drm_device *dev);
447
448 extern void i915_vblank_work_handler(struct work_struct *work);
449 extern irqreturn_t i915_driver_irq_handler(DRM_IRQ_ARGS);
450 extern void i915_driver_irq_preinstall(struct drm_device * dev);
451 extern int i915_driver_irq_postinstall(struct drm_device *dev);
452 extern void i915_driver_irq_uninstall(struct drm_device * dev);
453 extern int i915_vblank_pipe_set(struct drm_device *dev, void *data,
454                                 struct drm_file *file_priv);
455 extern int i915_vblank_pipe_get(struct drm_device *dev, void *data,
456                                 struct drm_file *file_priv);
457 extern int i915_enable_vblank(struct drm_device *dev, int crtc);
458 extern void i915_disable_vblank(struct drm_device *dev, int crtc);
459 extern u32 i915_get_vblank_counter(struct drm_device *dev, int crtc);
460 extern int i915_vblank_swap(struct drm_device *dev, void *data,
461                             struct drm_file *file_priv);
462 extern void i915_enable_irq(drm_i915_private_t *dev_priv, u32 mask);
463
464 /* i915_mem.c */
465 extern int i915_mem_alloc(struct drm_device *dev, void *data,
466                           struct drm_file *file_priv);
467 extern int i915_mem_free(struct drm_device *dev, void *data,
468                          struct drm_file *file_priv);
469 extern int i915_mem_init_heap(struct drm_device *dev, void *data,
470                               struct drm_file *file_priv);
471 extern int i915_mem_destroy_heap(struct drm_device *dev, void *data,
472                                  struct drm_file *file_priv);
473 extern void i915_mem_takedown(struct mem_block **heap);
474 extern void i915_mem_release(struct drm_device * dev,
475                              struct drm_file *file_priv, struct mem_block *heap);
476 /* i915_gem.c */
477 int i915_gem_init_ioctl(struct drm_device *dev, void *data,
478                         struct drm_file *file_priv);
479 int i915_gem_create_ioctl(struct drm_device *dev, void *data,
480                           struct drm_file *file_priv);
481 int i915_gem_pread_ioctl(struct drm_device *dev, void *data,
482                          struct drm_file *file_priv);
483 int i915_gem_pwrite_ioctl(struct drm_device *dev, void *data,
484                           struct drm_file *file_priv);
485 int i915_gem_mmap_ioctl(struct drm_device *dev, void *data,
486                         struct drm_file *file_priv);
487 int i915_gem_set_domain_ioctl(struct drm_device *dev, void *data,
488                               struct drm_file *file_priv);
489 int i915_gem_sw_finish_ioctl(struct drm_device *dev, void *data,
490                              struct drm_file *file_priv);
491 int i915_gem_execbuffer(struct drm_device *dev, void *data,
492                         struct drm_file *file_priv);
493 int i915_gem_pin_ioctl(struct drm_device *dev, void *data,
494                        struct drm_file *file_priv);
495 int i915_gem_unpin_ioctl(struct drm_device *dev, void *data,
496                          struct drm_file *file_priv);
497 int i915_gem_busy_ioctl(struct drm_device *dev, void *data,
498                         struct drm_file *file_priv);
499 int i915_gem_throttle_ioctl(struct drm_device *dev, void *data,
500                             struct drm_file *file_priv);
501 int i915_gem_entervt_ioctl(struct drm_device *dev, void *data,
502                            struct drm_file *file_priv);
503 int i915_gem_leavevt_ioctl(struct drm_device *dev, void *data,
504                            struct drm_file *file_priv);
505 int i915_gem_set_tiling(struct drm_device *dev, void *data,
506                         struct drm_file *file_priv);
507 int i915_gem_get_tiling(struct drm_device *dev, void *data,
508                         struct drm_file *file_priv);
509 int i915_gem_get_aperture_ioctl(struct drm_device *dev, void *data,
510                                 struct drm_file *file_priv);
511 void i915_gem_load(struct drm_device *dev);
512 int i915_gem_proc_init(struct drm_minor *minor);
513 void i915_gem_proc_cleanup(struct drm_minor *minor);
514 int i915_gem_init_object(struct drm_gem_object *obj);
515 void i915_gem_free_object(struct drm_gem_object *obj);
516 int i915_gem_object_pin(struct drm_gem_object *obj, uint32_t alignment);
517 void i915_gem_object_unpin(struct drm_gem_object *obj);
518 void i915_gem_lastclose(struct drm_device *dev);
519 uint32_t i915_get_gem_seqno(struct drm_device *dev);
520 void i915_gem_retire_requests(struct drm_device *dev);
521 void i915_gem_retire_work_handler(struct work_struct *work);
522 void i915_gem_clflush_object(struct drm_gem_object *obj);
523
524 /* i915_gem_tiling.c */
525 void i915_gem_detect_bit_6_swizzle(struct drm_device *dev);
526
527 /* i915_gem_debug.c */
528 void i915_gem_dump_object(struct drm_gem_object *obj, int len,
529                           const char *where, uint32_t mark);
530 #if WATCH_INACTIVE
531 void i915_verify_inactive(struct drm_device *dev, char *file, int line);
532 #else
533 #define i915_verify_inactive(dev, file, line)
534 #endif
535 void i915_gem_object_check_coherency(struct drm_gem_object *obj, int handle);
536 void i915_gem_dump_object(struct drm_gem_object *obj, int len,
537                           const char *where, uint32_t mark);
538 void i915_dump_lru(struct drm_device *dev, const char *where);
539
540 /* i915_suspend.c */
541 extern int i915_save_state(struct drm_device *dev);
542 extern int i915_restore_state(struct drm_device *dev);
543
544 /* i915_suspend.c */
545 extern int i915_save_state(struct drm_device *dev);
546 extern int i915_restore_state(struct drm_device *dev);
547
548 #ifdef CONFIG_ACPI
549 /* i915_opregion.c */
550 extern int intel_opregion_init(struct drm_device *dev);
551 extern void intel_opregion_free(struct drm_device *dev);
552 extern void opregion_asle_intr(struct drm_device *dev);
553 extern void opregion_enable_asle(struct drm_device *dev);
554 #else
555 static inline int intel_opregion_init(struct drm_device *dev) { return 0; }
556 static inline void intel_opregion_free(struct drm_device *dev) { return; }
557 static inline void opregion_asle_intr(struct drm_device *dev) { return; }
558 static inline void opregion_enable_asle(struct drm_device *dev) { return; }
559 #endif
560
561 /**
562  * Lock test for when it's just for synchronization of ring access.
563  *
564  * In that case, we don't need to do it when GEM is initialized as nobody else
565  * has access to the ring.
566  */
567 #define RING_LOCK_TEST_WITH_RETURN(dev, file_priv) do {                 \
568         if (((drm_i915_private_t *)dev->dev_private)->ring.ring_obj == NULL) \
569                 LOCK_TEST_WITH_RETURN(dev, file_priv);                  \
570 } while (0)
571
572 #define I915_READ(reg)          readl(dev_priv->regs + (reg))
573 #define I915_WRITE(reg, val)     writel(val, dev_priv->regs + (reg))
574 #define I915_READ16(reg)        readw(dev_priv->regs + (reg))
575 #define I915_WRITE16(reg, val)  writel(val, dev_priv->regs + (reg))
576 #define I915_READ8(reg)         readb(dev_priv->regs + (reg))
577 #define I915_WRITE8(reg, val)   writeb(val, dev_priv->regs + (reg))
578
579 #define I915_VERBOSE 0
580
581 #define RING_LOCALS     unsigned int outring, ringmask, outcount; \
582                         volatile char *virt;
583
584 #define BEGIN_LP_RING(n) do {                           \
585         if (I915_VERBOSE)                               \
586                 DRM_DEBUG("BEGIN_LP_RING(%d)\n", (n));  \
587         if (dev_priv->ring.space < (n)*4)               \
588                 i915_wait_ring(dev, (n)*4, __func__);           \
589         outcount = 0;                                   \
590         outring = dev_priv->ring.tail;                  \
591         ringmask = dev_priv->ring.tail_mask;            \
592         virt = dev_priv->ring.virtual_start;            \
593 } while (0)
594
595 #define OUT_RING(n) do {                                        \
596         if (I915_VERBOSE) DRM_DEBUG("   OUT_RING %x\n", (int)(n));      \
597         *(volatile unsigned int *)(virt + outring) = (n);       \
598         outcount++;                                             \
599         outring += 4;                                           \
600         outring &= ringmask;                                    \
601 } while (0)
602
603 #define ADVANCE_LP_RING() do {                                          \
604         if (I915_VERBOSE) DRM_DEBUG("ADVANCE_LP_RING %x\n", outring);   \
605         dev_priv->ring.tail = outring;                                  \
606         dev_priv->ring.space -= outcount * 4;                           \
607         I915_WRITE(PRB0_TAIL, outring);                 \
608 } while(0)
609
610 /**
611  * Reads a dword out of the status page, which is written to from the command
612  * queue by automatic updates, MI_REPORT_HEAD, MI_STORE_DATA_INDEX, or
613  * MI_STORE_DATA_IMM.
614  *
615  * The following dwords have a reserved meaning:
616  * 0x00: ISR copy, updated when an ISR bit not set in the HWSTAM changes.
617  * 0x04: ring 0 head pointer
618  * 0x05: ring 1 head pointer (915-class)
619  * 0x06: ring 2 head pointer (915-class)
620  * 0x10-0x1b: Context status DWords (GM45)
621  * 0x1f: Last written status offset. (GM45)
622  *
623  * The area from dword 0x20 to 0x3ff is available for driver usage.
624  */
625 #define READ_HWSP(dev_priv, reg)  (((volatile u32*)(dev_priv->hw_status_page))[reg])
626 #define READ_BREADCRUMB(dev_priv) READ_HWSP(dev_priv, 5)
627 #define I915_GEM_HWS_INDEX              0x20
628
629 extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
630
631 #define IS_I830(dev) ((dev)->pci_device == 0x3577)
632 #define IS_845G(dev) ((dev)->pci_device == 0x2562)
633 #define IS_I85X(dev) ((dev)->pci_device == 0x3582)
634 #define IS_I855(dev) ((dev)->pci_device == 0x3582)
635 #define IS_I865G(dev) ((dev)->pci_device == 0x2572)
636
637 #define IS_I915G(dev) ((dev)->pci_device == 0x2582 || (dev)->pci_device == 0x258a)
638 #define IS_I915GM(dev) ((dev)->pci_device == 0x2592)
639 #define IS_I945G(dev) ((dev)->pci_device == 0x2772)
640 #define IS_I945GM(dev) ((dev)->pci_device == 0x27A2 ||\
641                         (dev)->pci_device == 0x27AE)
642 #define IS_I965G(dev) ((dev)->pci_device == 0x2972 || \
643                        (dev)->pci_device == 0x2982 || \
644                        (dev)->pci_device == 0x2992 || \
645                        (dev)->pci_device == 0x29A2 || \
646                        (dev)->pci_device == 0x2A02 || \
647                        (dev)->pci_device == 0x2A12 || \
648                        (dev)->pci_device == 0x2A42 || \
649                        (dev)->pci_device == 0x2E02 || \
650                        (dev)->pci_device == 0x2E12 || \
651                        (dev)->pci_device == 0x2E22)
652
653 #define IS_I965GM(dev) ((dev)->pci_device == 0x2A02)
654
655 #define IS_GM45(dev) ((dev)->pci_device == 0x2A42)
656
657 #define IS_G4X(dev) ((dev)->pci_device == 0x2E02 || \
658                      (dev)->pci_device == 0x2E12 || \
659                      (dev)->pci_device == 0x2E22)
660
661 #define IS_G33(dev)    ((dev)->pci_device == 0x29C2 ||  \
662                         (dev)->pci_device == 0x29B2 ||  \
663                         (dev)->pci_device == 0x29D2)
664
665 #define IS_I9XX(dev) (IS_I915G(dev) || IS_I915GM(dev) || IS_I945G(dev) || \
666                       IS_I945GM(dev) || IS_I965G(dev) || IS_G33(dev))
667
668 #define IS_MOBILE(dev) (IS_I830(dev) || IS_I85X(dev) || IS_I915GM(dev) || \
669                         IS_I945GM(dev) || IS_I965GM(dev) || IS_GM45(dev))
670
671 #define I915_NEED_GFX_HWS(dev) (IS_G33(dev) || IS_GM45(dev) || IS_G4X(dev))
672
673 #define PRIMARY_RINGBUFFER_SIZE         (128*1024)
674
675 #endif