Home
last modified time | relevance | path

Searched refs:tiling_mode (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c218 unsigned int tiling_mode = 0; in vgpu_create_gem() local
223 tiling_mode = I915_TILING_NONE; in vgpu_create_gem()
226 tiling_mode = I915_TILING_X; in vgpu_create_gem()
231 tiling_mode = I915_TILING_Y; in vgpu_create_gem()
238 obj->tiling_and_stride = tiling_mode | stride; in vgpu_create_gem()
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Ddce_calcs.c107 enum bw_defines *tiling_mode; in calculate_bandwidth() local
131 tiling_mode = kzalloc_objs(*tiling_mode, maximum_number_of_surfaces); in calculate_bandwidth()
132 if (!tiling_mode) in calculate_bandwidth()
274 tiling_mode[0] = bw_def_linear; in calculate_bandwidth()
275 tiling_mode[1] = bw_def_linear; in calculate_bandwidth()
276 tiling_mode[2] = bw_def_linear; in calculate_bandwidth()
277 tiling_mode[3] = bw_def_linear; in calculate_bandwidth()
280 tiling_mode[0] = bw_def_landscape; in calculate_bandwidth()
281 tiling_mode[1] = bw_def_landscape; in calculate_bandwidth()
282 tiling_mode[2] = bw_def_landscape; in calculate_bandwidth()
[all …]
/linux/include/uapi/drm/
H A Di915_drm.h1758 __u32 tiling_mode; member
1781 __u32 tiling_mode; member
/linux/tools/include/uapi/drm/
H A Di915_drm.h1758 __u32 tiling_mode; member
1781 __u32 tiling_mode; member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h81 enum tiling_mode { enum
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c2291 DML_LOG_VERBOSE("DML::%s: tiling_mode = %u\n", __func__, p->tiling_mode); in calculate_mcache_row_bytes()
2313 blk_bytes = dml_get_tile_block_size_bytes(p->tiling_mode); in calculate_mcache_row_bytes()
2456 l->l_p.tiling_mode = p->tiling_mode; in calculate_mcache_setting()
2492 l->c_p.tiling_mode = p->tiling_mode; in calculate_mcache_setting()
9366 calculate_mcache_setting_params->tiling_mode = display_cfg->plane_descriptors[k].surface.tiling; in dml_core_mode_support()
10841 calculate_mcache_setting_params->tiling_mode = display_cfg->plane_descriptors[k].surface.tiling; in dml_core_mode_programming()