diff options
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_fence.c')
-rw-r--r-- | drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c index e959df6ede83..26ac8e80a478 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_fence.c | |||
@@ -46,7 +46,7 @@ struct vmw_fence_manager { | |||
46 | bool goal_irq_on; /* Protected by @goal_irq_mutex */ | 46 | bool goal_irq_on; /* Protected by @goal_irq_mutex */ |
47 | bool seqno_valid; /* Protected by @lock, and may not be set to true | 47 | bool seqno_valid; /* Protected by @lock, and may not be set to true |
48 | without the @goal_irq_mutex held. */ | 48 | without the @goal_irq_mutex held. */ |
49 | unsigned ctx; | 49 | u64 ctx; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | struct vmw_user_fence { | 52 | struct vmw_user_fence { |