Subversion Repositories Kolibri OS

Rev

Rev 4075 | Rev 5078 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4075 Rev 4569
Line 31... Line 31...
31
#define TASK_INTERRUPTIBLE      1
31
#define TASK_INTERRUPTIBLE      1
32
#define TASK_UNINTERRUPTIBLE    2
32
#define TASK_UNINTERRUPTIBLE    2
Line 33... Line 33...
33
 
33
 
Line 34... Line 34...
34
#define VMW_FENCE_WRAP (1 << 24)
34
#define VMW_FENCE_WRAP (1 << 24)
35
 
35
 
36
irqreturn_t vmw_irq_handler(DRM_IRQ_ARGS)
36
irqreturn_t vmw_irq_handler(int irq, void *arg)
37
{
37
{
38
	struct drm_device *dev = (struct drm_device *)arg;
38
	struct drm_device *dev = (struct drm_device *)arg;