diff options
| author | Dave Airlie <airlied@redhat.com> | 2007-10-05 12:11:43 +1000 | 
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2007-10-05 12:11:43 +1000 | 
| commit | 19b7cc34443889fc73de2e10462e1c0f9fa38041 (patch) | |
| tree | 1cd73a2ef2aaed132cbc766e4ad4a8d2e3dde4e6 /linux-core/via_buffer.c | |
| parent | d351601899e5814d809b8e86ab6f0d6e7676f585 (diff) | |
| parent | 495bbbaadc93c574eb98dd2ad64bdca4d91d4152 (diff) | |
Merge branch 'pre-superioctl-branch'
Diffstat (limited to 'linux-core/via_buffer.c')
| -rw-r--r-- | linux-core/via_buffer.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/linux-core/via_buffer.c b/linux-core/via_buffer.c index eb5ea826..a6c59832 100644 --- a/linux-core/via_buffer.c +++ b/linux-core/via_buffer.c @@ -37,7 +37,8 @@ struct drm_ttm_backend *via_create_ttm_backend_entry(struct drm_device * dev)  	return drm_agp_init_ttm(dev);  } -int via_fence_types(struct drm_buffer_object *bo, uint32_t * type) +int via_fence_types(struct drm_buffer_object *bo, uint32_t * fclass, +		    uint32_t * type)  {  	*type = 3;  	return 0; | 
