Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 6321 → Rev 6661

/drivers/video/drm/ttm/ttm_bo.c
820,7 → 820,7
return ret;
}
 
static bool ttm_bo_mem_compat(struct ttm_placement *placement,
bool ttm_bo_mem_compat(struct ttm_placement *placement,
struct ttm_mem_reg *mem,
uint32_t *new_flags)
{
854,6 → 854,7
 
return false;
}
EXPORT_SYMBOL(ttm_bo_mem_compat);
 
int ttm_bo_validate(struct ttm_buffer_object *bo,
struct ttm_placement *placement,