Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c160 int tiling_mode, unsigned int stride) in i915_vma_fence_prepare() argument
168 size = i915_gem_fence_size(i915, vma->size, tiling_mode, stride); in i915_vma_fence_prepare()
172 alignment = i915_gem_fence_alignment(i915, vma->size, tiling_mode, stride); in i915_vma_fence_prepare()
182 int tiling_mode, unsigned int stride) in i915_gem_object_fence_prepare() argument
189 if (tiling_mode == I915_TILING_NONE) in i915_gem_object_fence_prepare()
198 if (i915_vma_fence_prepare(vma, tiling_mode, stride)) in i915_gem_object_fence_prepare()
357 if (!i915_tiling_ok(obj, args->tiling_mode, args->stride)) { in i915_gem_set_tiling_ioctl()
362 if (args->tiling_mode == I915_TILING_NONE) { in i915_gem_set_tiling_ioctl()
366 if (args->tiling_mode == I915_TILING_X) in i915_gem_set_tiling_ioctl()
385 args->tiling_mode = I915_TILING_NONE; in i915_gem_set_tiling_ioctl()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c227 unsigned int tiling_mode = 0; in vgpu_create_gem() local
232 tiling_mode = I915_TILING_NONE; in vgpu_create_gem()
235 tiling_mode = I915_TILING_X; in vgpu_create_gem()
240 tiling_mode = I915_TILING_Y; in vgpu_create_gem()
247 obj->tiling_and_stride = tiling_mode | stride; in vgpu_create_gem()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddce_calcs.c110 enum bw_defines tiling_mode[maximum_number_of_surfaces]; in calculate_bandwidth() local
261 tiling_mode[0] = bw_def_linear; in calculate_bandwidth()
262 tiling_mode[1] = bw_def_linear; in calculate_bandwidth()
263 tiling_mode[2] = bw_def_linear; in calculate_bandwidth()
264 tiling_mode[3] = bw_def_linear; in calculate_bandwidth()
267 tiling_mode[0] = bw_def_landscape; in calculate_bandwidth()
268 tiling_mode[1] = bw_def_landscape; in calculate_bandwidth()
269 tiling_mode[2] = bw_def_landscape; in calculate_bandwidth()
270 tiling_mode[3] = bw_def_landscape; in calculate_bandwidth()
326 tiling_mode[i] = bw_def_linear; in calculate_bandwidth()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Di915_drm.h1223 __u32 tiling_mode; member
1246 __u32 tiling_mode; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Di915_drm.h1223 __u32 tiling_mode; member
1246 __u32 tiling_mode; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Di915_drm.h1263 __u32 tiling_mode; member
1286 __u32 tiling_mode; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Di915_drm.h1263 __u32 tiling_mode; member
1286 __u32 tiling_mode; member
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Di915_drm.h1263 __u32 tiling_mode; member
1286 __u32 tiling_mode; member
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Di915_drm.h1389 __u32 tiling_mode; member
1412 __u32 tiling_mode; member
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Di915_drm.h1389 __u32 tiling_mode; member
1412 __u32 tiling_mode; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h133 enum tiling_mode { enum