Home
last modified time | relevance | path

Searched refs:tiled (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c154 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride() argument
163 switch (tiled) { in intel_vgpu_get_stride()
183 tiled); in intel_vgpu_get_stride()
228 plane->tiled = val & PLANE_CTL_TILED_MASK; in intel_vgpu_decode_primary_plane()
243 plane->tiled = val & DISP_TILED; in intel_vgpu_decode_primary_plane()
267 plane->stride = intel_vgpu_get_stride(vgpu, pipe, plane->tiled, in intel_vgpu_decode_primary_plane()
438 plane->tiled = !!(val & SPRITE_TILED); in intel_vgpu_decode_sprite_plane()
H A Dfb_decoder.h108 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member
123 u8 tiled; /* X-tiled */ member
H A Ddmabuf.c276 switch (p.tiled) { in vgpu_get_plane_info()
293 gvt_vgpu_err("invalid tiling mode: %x\n", p.tiled); in vgpu_get_plane_info()
/linux/Documentation/devicetree/bindings/media/
H A Dfsl-vdoa.txt5 is to reorder video data from the macroblock tiled order produced by the CODA
/linux/include/uapi/drm/
H A Domap_drm.h61 } tiled; /* (for tiled formats) */ member
/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c270 bool tiled = (modifier == DRM_FORMAT_MOD_ALLWINNER_TILED); in sun4i_frontend_drm_format_to_input_mode() local
278 *val = tiled ? SUN4I_FRONTEND_INPUT_FMT_DATA_MOD_MB32_SEMIPLANAR in sun4i_frontend_drm_format_to_input_mode()
283 *val = tiled ? SUN4I_FRONTEND_INPUT_FMT_DATA_MOD_MB32_PLANAR in sun4i_frontend_drm_format_to_input_mode()
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c449 static void gsc_src_set_fmt(struct gsc_context *ctx, u32 fmt, bool tiled) in gsc_src_set_fmt() argument
515 if (tiled) in gsc_src_set_fmt()
636 static void gsc_dst_set_fmt(struct gsc_context *ctx, u32 fmt, bool tiled) in gsc_dst_set_fmt() argument
702 if (tiled) in gsc_dst_set_fmt()
H A Dexynos_drm_fimc.c364 static void fimc_src_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_src_set_fmt() argument
406 if (tiled) in fimc_src_set_fmt()
630 static void fimc_dst_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_dst_set_fmt() argument
679 if (tiled) in fimc_dst_set_fmt()
/linux/Documentation/gpu/
H A Ddrm-compute.rst50 What should be noted is that each memory region (tiled memory for example)
H A Dtegra.rst146 with Tegra-specific flags. This is useful for buffers that should be tiled, or
/linux/drivers/gpu/drm/radeon/
H A Dradeon_gem.c810 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() argument
813 int align_large = (ASIC_IS_AVIVO(rdev)) || tiled; in radeon_align_pitch()
H A Dr600_cs.c2380 u32 header, cmd, count, tiled; in r600_dma_cs_parse() local
2396 tiled = GET_DMA_T(header); in r600_dma_cs_parse()
2405 if (tiled) { in r600_dma_cs_parse()
2436 if (tiled) { in r600_dma_cs_parse()
H A Dradeon.h533 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled);
/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst20 tiled. Padding may be supported at the end of the lines, and the line stride of
153 - 16x32 / 16x16 tiles tiled low bits
431 lower two bits is said to be tiled since each bytes contains the lower two
709 P010 and tiled P010
/linux/net/netfilter/ipvs/
H A DKconfig294 stored in a hash table. This table is tiled by each destination
297 tiled an amount proportional to the weights specified. The table
/linux/Documentation/userspace-api/media/drivers/
H A Dcx2341x-uapi.rst10 format of a YUV frame is 16x16 linear tiled NV12 (V4L2_PIX_FMT_NV12_16L16).
/linux/Documentation/admin-guide/media/
H A Divtv.rst162 is a 16x16 linear tiled NV12 format (V4L2_PIX_FMT_NV12_16L16)
/linux/Documentation/userspace-api/
H A Ddma-buf-alloc-exchange.rst128 making use of tiled access and possibly also compression. For example, the
319 implementation-specific: some will internally use tiled layouts which are not
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c919 bool tiled) in amdgpu_gem_align_pitch() argument
/linux/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc515 // Setup to handle a tiled surface