diff options
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index cc2660580553..4756e5cd6b5e 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -168,10 +168,10 @@ typedef struct drm_i915_private { | |||
168 | struct drm_display_mode *vbt_mode; /* if any */ | 168 | struct drm_display_mode *vbt_mode; /* if any */ |
169 | 169 | ||
170 | /* Feature bits from the VBIOS */ | 170 | /* Feature bits from the VBIOS */ |
171 | int int_tv_support:1; | 171 | unsigned int int_tv_support:1; |
172 | int lvds_dither:1; | 172 | unsigned int lvds_dither:1; |
173 | int lvds_vbt:1; | 173 | unsigned int lvds_vbt:1; |
174 | int int_crt_support:1; | 174 | unsigned int int_crt_support:1; |
175 | 175 | ||
176 | struct drm_i915_fence_reg fence_regs[16]; /* assume 965 */ | 176 | struct drm_i915_fence_reg fence_regs[16]; /* assume 965 */ |
177 | int fence_reg_start; /* 4 if userland hasn't ioctl'd us yet */ | 177 | int fence_reg_start; /* 4 if userland hasn't ioctl'd us yet */ |