diff options
author | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-08 13:56:35 +0000 |
---|---|---|
committer | Thomas Hellstrom <thomas@tungstengraphics.com> | 2006-06-08 13:56:35 +0000 |
commit | dde85024f2d2dc7505ae9b033b11bc3233e18e1f (patch) | |
tree | 661466d4cee656375ff90860df84de2abf39bd96 /shared-core | |
parent | 3092e7ec12ca07a45385a015dc6ab997770f42bb (diff) |
Backport the trunk hlist hash table implementation. Enable libdrmdrm-ttm_20060608drm-ttm-20060621drm-ttm-branch
sched_yeild() Bump i915 driver date an patchlevel.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/i915_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/i915_drv.h b/shared-core/i915_drv.h index 81f3b2ae..29b5a7fb 100644 --- a/shared-core/i915_drv.h +++ b/shared-core/i915_drv.h @@ -37,7 +37,7 @@ #define DRIVER_NAME "i915" #define DRIVER_DESC "Intel Graphics" -#define DRIVER_DATE "20060329" +#define DRIVER_DATE "20060608" /* Interface history: * @@ -49,7 +49,7 @@ */ #define DRIVER_MAJOR 1 #define DRIVER_MINOR 5 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 typedef struct _drm_i915_ring_buffer { int tail_mask; |