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