Searched refs:dirty_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.c | 83 u32 dirty_set : 1; member 368 node->dirty_set = 1; in vmw_validation_add_resource() 398 val->dirty_set = 1; in vmw_validation_res_set_dirty() 511 val->dirty_set, in vmw_validation_res_unreserve() 647 ret = vmw_resource_validate(res, intr, val->dirty_set && in vmw_validation_res_validate()
|
H A D | vmwgfx_resource.c | 465 * @dirty_set: Change dirty status of the resource. 476 bool dirty_set, in vmw_resource_unreserve() 515 if (dirty_set) in vmw_resource_unreserve() 475 vmw_resource_unreserve(struct vmw_resource *res, bool dirty_set, bool dirty, bool switch_backup, struct vmw_buffer_object *new_backup, unsigned long new_backup_offset) vmw_resource_unreserve() argument
|
H A D | vmwgfx_drv.h | 788 bool dirty_set,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_validation.c | 68 * @dirty_set: Change dirty status of the resource. 86 u32 dirty_set : 1; member 352 node->dirty_set = 1; in vmw_validation_add_resource() 382 val->dirty_set = 1; in vmw_validation_res_set_dirty() 496 val->dirty_set, in vmw_validation_res_unreserve() 608 ret = vmw_resource_validate(res, intr, val->dirty_set && in vmw_validation_res_validate()
|
H A D | vmwgfx_resource.c | 433 * @dirty_set: Change dirty status of the resource. 444 bool dirty_set, in vmw_resource_unreserve() 483 if (dirty_set) in vmw_resource_unreserve() 443 vmw_resource_unreserve(struct vmw_resource *res, bool dirty_set, bool dirty, bool switch_guest_memory, struct vmw_bo *new_guest_memory_bo, unsigned long new_guest_memory_offset) vmw_resource_unreserve() argument
|
H A D | vmwgfx_drv.h | 824 bool dirty_set,
|
Completed in 10 milliseconds