Lines Matching defs:vmw_kms_dirty
184 struct vmw_kms_dirty { struct
185 void (*fifo_commit)(struct vmw_kms_dirty *); argument
186 void (*clip)(struct vmw_kms_dirty *); argument
187 size_t fifo_reserve_size;
188 struct vmw_private *dev_priv;
189 struct vmw_display_unit *unit;
190 void *cmd;
191 struct drm_crtc *crtc;
192 u32 num_hits;
193 s32 fb_x;
194 s32 fb_y;
195 s32 unit_x1;
196 s32 unit_y1;
197 s32 unit_x2;
198 s32 unit_y2;