From be5dc242b6a2d2549e38e77baf82adb7b33b042b Mon Sep 17 00:00:00 2001 From: anholt Date: Fri, 11 Jun 2004 03:26:59 +0000 Subject: Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new packet for Radeon. --- sys/dev/drm/drmP.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sys/dev/drm/drmP.h') diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h index 7872c79..7753b19 100644 --- a/sys/dev/drm/drmP.h +++ b/sys/dev/drm/drmP.h @@ -197,11 +197,6 @@ typedef struct drm_buf_entry { drm_freelist_t freelist; } drm_buf_entry_t; -typedef struct drm_hw_lock { - __volatile__ unsigned int lock; - char padding[60]; /* Pad to cache line */ -} drm_hw_lock_t; - typedef TAILQ_HEAD(drm_file_list, drm_file) drm_file_list_t; struct drm_file { TAILQ_ENTRY(drm_file) link; -- cgit v1.1