Searched refs:val_list (Results 1 – 1 of 1) sorted by relevance
816 struct list_head val_list; in vmw_surface_do_validate() local834 INIT_LIST_HEAD(&val_list); in vmw_surface_do_validate()838 list_add_tail(&val_buf.head, &val_list); in vmw_surface_do_validate()839 ret = ttm_eu_reserve_buffers(&val_list); in vmw_surface_do_validate()900 ttm_eu_fence_buffer_objects(&val_list, fence); in vmw_surface_do_validate()920 ttm_eu_backoff_reservation(&val_list); in vmw_surface_do_validate()940 struct list_head val_list; in vmw_surface_evict() local967 INIT_LIST_HEAD(&val_list); in vmw_surface_evict()971 list_add_tail(&val_buf.head, &val_list); in vmw_surface_evict()972 ret = ttm_eu_reserve_buffers(&val_list); in vmw_surface_evict()[all …]