Subversion Repositories Kolibri OS

Rev

Rev 6296 | Rev 6938 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6296 Rev 6661
Line 818... Line 818...
818
	if (ret && mem.mm_node)
818
	if (ret && mem.mm_node)
819
		ttm_bo_mem_put(bo, &mem);
819
		ttm_bo_mem_put(bo, &mem);
820
	return ret;
820
	return ret;
821
}
821
}
Line 822... Line 822...
822
 
822
 
823
static bool ttm_bo_mem_compat(struct ttm_placement *placement,
823
bool ttm_bo_mem_compat(struct ttm_placement *placement,
824
			      struct ttm_mem_reg *mem,
824
			      struct ttm_mem_reg *mem,
825
			      uint32_t *new_flags)
825
			      uint32_t *new_flags)
826
{
826
{
Line 852... Line 852...
852
			return true;
852
			return true;
853
	}
853
	}
Line 854... Line 854...
854
 
854
 
855
	return false;
855
	return false;
-
 
856
}
Line 856... Line 857...
856
}
857
EXPORT_SYMBOL(ttm_bo_mem_compat);
857
 
858
 
858
int ttm_bo_validate(struct ttm_buffer_object *bo,
859
int ttm_bo_validate(struct ttm_buffer_object *bo,
859
			struct ttm_placement *placement,
860
			struct ttm_placement *placement,