aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/drm/drm_modes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/drm/drm_modes.h b/include/drm/drm_modes.h
index 01ec0c6d1cb5..b93b5dcda392 100644
--- a/include/drm/drm_modes.h
+++ b/include/drm/drm_modes.h
@@ -331,7 +331,7 @@ struct drm_display_mode {
* Addressable size of the output in mm, projectors should set this to
* 0.
*/
- int width_mm;
+ u16 width_mm;
/**
* @height_mm:
@@ -339,7 +339,7 @@ struct drm_display_mode {
* Addressable size of the output in mm, projectors should set this to
* 0.
*/
- int height_mm;
+ u16 height_mm;
/**
* @crtc_clock: