diff options
| author | Dave Airlie <airlied@linux.ie> | 2008-09-18 10:22:23 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@linux.ie> | 2008-09-18 10:22:23 +1000 | 
| commit | 3a497db7862dc091a8582d8ea3ebfd7fe0f16b58 (patch) | |
| tree | 17a4f301e4b23f5286e695c70cef15391eb37f9b /linux-core | |
| parent | f426f458f7e766cd47bb30736004ccfc9209f27f (diff) | |
radeon: fixup buffer and cs bits
Diffstat (limited to 'linux-core')
| -rw-r--r-- | linux-core/radeon_buffer.c | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/linux-core/radeon_buffer.c b/linux-core/radeon_buffer.c index 5b2ba42f..fe2aa6fd 100644 --- a/linux-core/radeon_buffer.c +++ b/linux-core/radeon_buffer.c @@ -407,9 +407,6 @@ int radeon_move(struct drm_buffer_object * bo,  	if (new_mem->mem_type == DRM_BO_MEM_VRAM) {  		if (radeon_move_vram(bo, evict, no_wait, new_mem))  			goto fallback; -	} else if (new_mem->mem_type == DRM_BO_MEM_LOCAL){  -		if (radeon_move_flip(bo, evict, no_wait, new_mem)) -			goto fallback;  	} else {  		if (radeon_move_flip(bo, evict, no_wait, new_mem))  			goto fallback; | 
