summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ttm
diff options
context:
space:
mode:
authorMarcin Slusarz2012-11-06 22:49:53 +0100
committerDave Airlie2012-11-20 07:06:21 +0100
commit830e2837f5f6811b77cf3aa72e63343a8e6e9ef6 (patch)
tree34f33b1ae7c2dbbe99afedd97f99aaaa85155bca /drivers/gpu/drm/ttm
parentdrm/ttm: remove ttm_buffer_object->buffer_start (diff)
downloadkernel-qcow2-linux-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.tar.gz
kernel-qcow2-linux-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.tar.xz
kernel-qcow2-linux-830e2837f5f6811b77cf3aa72e63343a8e6e9ef6.zip
drm/ttm: remove ttm_bo_device->nice_mode
It's unused. Signed-off-by: Marcin Slusarz <marcin.slusarz@gmail.com> Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/ttm')
-rw-r--r--drivers/gpu/drm/ttm/ttm_bo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c
index f65182667825..4066e788cff8 100644
--- a/drivers/gpu/drm/ttm/ttm_bo.c
+++ b/drivers/gpu/drm/ttm/ttm_bo.c
@@ -1573,7 +1573,6 @@ int ttm_bo_device_init(struct ttm_bo_device *bdev,
goto out_no_addr_mm;
INIT_DELAYED_WORK(&bdev->wq, ttm_bo_delayed_workqueue);
- bdev->nice_mode = true;
INIT_LIST_HEAD(&bdev->ddestroy);
bdev->dev_mapping = NULL;
bdev->glob = glob;