Lines Matching defs:vmw_kms_dirty
64 struct vmw_kms_dirty { struct
65 void (*fifo_commit)(struct vmw_kms_dirty *); argument
66 void (*clip)(struct vmw_kms_dirty *); argument
67 size_t fifo_reserve_size;
68 struct vmw_private *dev_priv;
69 struct vmw_display_unit *unit;
70 void *cmd;
71 u32 num_hits;
72 s32 fb_x;
73 s32 fb_y;
74 s32 unit_x1;
75 s32 unit_y1;
76 s32 unit_x2;
77 s32 unit_y2;