Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4567 → Rev 4568

/drivers/include/drm/ttm/ttm_bo_driver.h
38,7 → 38,7
#include <drm/drm_global.h>
#include <drm/drm_vma_manager.h>
//#include <linux/workqueue.h>
//#include <linux/fs.h>
#include <linux/fs.h>
#include <linux/spinlock.h>
 
struct ww_acquire_ctx;
682,6 → 682,15
extern int ttm_tt_swapout(struct ttm_tt *ttm,
struct file *persistent_swap_storage);
 
/**
* ttm_tt_unpopulate - free pages from a ttm
*
* @ttm: Pointer to the ttm_tt structure
*
* Calls the driver method to free all pages from a ttm
*/
extern void ttm_tt_unpopulate(struct ttm_tt *ttm);
 
/*
* ttm_bo.c
*/