diff options
Diffstat (limited to 'drivers/gpu/drm/tegra/gem.c')
-rw-r--r-- | drivers/gpu/drm/tegra/gem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/tegra/gem.c b/drivers/gpu/drm/tegra/gem.c index aa85b7b26f10..c1e4e8b6e5ca 100644 --- a/drivers/gpu/drm/tegra/gem.c +++ b/drivers/gpu/drm/tegra/gem.c | |||
@@ -126,7 +126,7 @@ struct tegra_bo *tegra_bo_create(struct drm_device *drm, unsigned int size, | |||
126 | goto err_mmap; | 126 | goto err_mmap; |
127 | 127 | ||
128 | if (flags & DRM_TEGRA_GEM_CREATE_TILED) | 128 | if (flags & DRM_TEGRA_GEM_CREATE_TILED) |
129 | bo->flags |= TEGRA_BO_TILED; | 129 | bo->tiling.mode = TEGRA_BO_TILING_MODE_TILED; |
130 | 130 | ||
131 | if (flags & DRM_TEGRA_GEM_CREATE_BOTTOM_UP) | 131 | if (flags & DRM_TEGRA_GEM_CREATE_BOTTOM_UP) |
132 | bo->flags |= TEGRA_BO_BOTTOM_UP; | 132 | bo->flags |= TEGRA_BO_BOTTOM_UP; |