Searched refs:tiling (Results 1 – 12 of 12) sorted by relevance
65 struct tegra_bo_tiling tiling; member319 unsigned long height = window->tiling.value; in tegra_dc_setup_window()321 switch (window->tiling.mode) { in tegra_dc_setup_window()338 switch (window->tiling.mode) { in tegra_dc_setup_window()459 copy->tiling = state->tiling; in tegra_plane_atomic_duplicate_state()515 struct tegra_bo_tiling *tiling = &plane_state->tiling; in tegra_plane_atomic_check() local529 err = tegra_fb_get_tiling(state->fb, tiling); in tegra_plane_atomic_check()533 if (tiling->mode == TEGRA_BO_TILING_MODE_BLOCK && in tegra_plane_atomic_check()585 window.tiling = state->tiling; in tegra_plane_atomic_update()
50 struct tegra_bo_tiling *tiling) in tegra_fb_get_tiling() argument55 *tiling = fb->planes[0]->tiling; in tegra_fb_get_tiling()
187 struct tegra_bo_tiling tiling; member268 struct tegra_bo_tiling *tiling);
47 struct tegra_bo_tiling tiling; member
683 bo->tiling.mode = mode; in tegra_gem_set_tiling()684 bo->tiling.value = value; in tegra_gem_set_tiling()705 switch (bo->tiling.mode) { in tegra_gem_get_tiling()718 args->value = bo->tiling.value; in tegra_gem_get_tiling()
270 bo->tiling.mode = TEGRA_BO_TILING_MODE_TILED; in tegra_bo_create()
55 static const char *tiling_flag(int tiling) in tiling_flag() argument57 switch (tiling) { in tiling_flag()206 err_puts(m, tiling_flag(err->tiling)); in print_error_buffers()709 err->tiling = obj->tiling_mode; in capture_bo()
3025 uint64_t tiling, uint32_t latency) in skl_wm_method2() argument3036 if (tiling == I915_FORMAT_MOD_Y_TILED || in skl_wm_method2()3037 tiling == I915_FORMAT_MOD_Yf_TILED) { in skl_wm_method2()3113 p->plane[0].tiling = fb->modifier[0]; in skl_compute_wm_pipe_parameters()3118 p->plane[0].tiling = DRM_FORMAT_MOD_NONE; in skl_compute_wm_pipe_parameters()3176 p_params->tiling, in skl_compute_plane_wm()3182 if (p_params->tiling == I915_FORMAT_MOD_Y_TILED || in skl_compute_plane_wm()3183 p_params->tiling == I915_FORMAT_MOD_Yf_TILED) { in skl_compute_plane_wm()3211 if (p_params->tiling == I915_FORMAT_MOD_Y_TILED || in skl_compute_plane_wm()3212 p_params->tiling == I915_FORMAT_MOD_Yf_TILED) in skl_compute_plane_wm()[all …]
287 unsigned int tiling; member608 u64 tiling; member
2558 obj->tiling_mode = plane_config->tiling; in intel_alloc_initial_plane_obj()8059 plane_config->tiling = I915_TILING_X; in i9xx_get_initial_plane_config()8070 if (plane_config->tiling) in i9xx_get_initial_plane_config()9111 u32 val, base, offset, stride_mult, tiling; in skylake_get_initial_plane_config() local9137 tiling = val & PLANE_CTL_TILED_MASK; in skylake_get_initial_plane_config()9138 switch (tiling) { in skylake_get_initial_plane_config()9143 plane_config->tiling = I915_TILING_X; in skylake_get_initial_plane_config()9153 MISSING_CASE(tiling); in skylake_get_initial_plane_config()9240 plane_config->tiling = I915_TILING_X; in ironlake_get_initial_plane_config()9254 if (plane_config->tiling) in ironlake_get_initial_plane_config()
593 u32 tiling:2; member
518 // to correctly handle tiling.