Home | History | Annotate | Download | only in intel

Lines Matching refs:set_tiling

2548 	struct drm_i915_gem_set_tiling set_tiling;
2556 memset(&set_tiling, 0, sizeof(set_tiling));
2558 /* set_tiling is slightly broken and overwrites the
2562 set_tiling.handle = bo_gem->gem_handle;
2563 set_tiling.tiling_mode = tiling_mode;
2564 set_tiling.stride = stride;
2568 &set_tiling);
2573 bo_gem->tiling_mode = set_tiling.tiling_mode;
2574 bo_gem->swizzle_mode = set_tiling.swizzle_mode;
2575 bo_gem->stride = set_tiling.stride;