Searched refs:TTM_BO_PRIV_FLAG_MOVING (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h511 #define TTM_BO_PRIV_FLAG_MOVING 0 /* Buffer object is moving and needs macro
H A Dttm_bo_vm.c159 if (test_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags)) {
H A Dttm_bo_util.c640 set_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags);
H A Dttm_bo.c1728 clear_bit(TTM_BO_PRIV_FLAG_MOVING, &bo->priv_flags);
1751 clear_bit(TTM_BO_PRIV_FLAG_MOVING,

Completed in 47 milliseconds