Lines Matching refs:dirty
82 u32 dirty : 1;
307 * @dirty: Whether to change dirty status.
316 u32 dirty,
367 if (dirty) {
370 node->dirty = (dirty & VMW_RES_DIRTY_SET) ? 1 : 0;
381 * vmw_validation_res_set_dirty - Register a resource dirty set or clear during
387 * @dirty: Dirty information VMW_RES_DIRTY_XX
390 void *val_private, u32 dirty)
394 if (!dirty)
400 val->dirty = (dirty & VMW_RES_DIRTY_SET) ? 1 : 0;
512 val->dirty,
604 * dirty tracker in resource_unreserve() where we can't fail,
620 if (vbo->dirty)
648 val->dirty);
890 * Release corresponding buffer object dirty trackers.