]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/staging/vboxvideo/vbox_drv.h
staging: vboxvideo: Fix reporting invalid suggested-offset-properties
[mirror_ubuntu-artful-kernel.git] / drivers / staging / vboxvideo / vbox_drv.h
index 4b9302703b362cc6fcac233a9b4345dbec84656d..eeac4f0cb2c65027fd8de8ec76dfd12b5cbeee74 100644 (file)
@@ -137,8 +137,8 @@ struct vbox_connector {
        char name[32];
        struct vbox_crtc *vbox_crtc;
        struct {
-               u16 width;
-               u16 height;
+               u32 width;
+               u32 height;
                bool disconnected;
        } mode_hint;
 };
@@ -150,8 +150,8 @@ struct vbox_crtc {
        unsigned int crtc_id;
        u32 fb_offset;
        bool cursor_enabled;
-       u16 x_hint;
-       u16 y_hint;
+       u32 x_hint;
+       u32 y_hint;
 };
 
 struct vbox_encoder {