| /Linux-v5.4/drivers/gpu/drm/i915/gvt/ |
| D | fb_decoder.c | 147 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride() argument 155 switch (tiled) { in intel_vgpu_get_stride() 175 tiled); in intel_vgpu_get_stride() 219 plane->tiled = val & PLANE_CTL_TILED_MASK; in intel_vgpu_decode_primary_plane() 234 plane->tiled = val & DISPPLANE_TILED; in intel_vgpu_decode_primary_plane() 258 plane->stride = intel_vgpu_get_stride(vgpu, pipe, plane->tiled, in intel_vgpu_decode_primary_plane() 428 plane->tiled = !!(val & SPRITE_TILED); in intel_vgpu_decode_sprite_plane()
|
| D | fb_decoder.h | 104 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member 119 u8 tiled; /* X-tiled */ member
|
| D | dmabuf.c | 228 switch (p.tiled) { in vgpu_get_plane_info() 245 gvt_vgpu_err("invalid tiling mode: %x\n", p.tiled); in vgpu_get_plane_info()
|
| /Linux-v5.4/Documentation/devicetree/bindings/media/ |
| D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|
| /Linux-v5.4/include/uapi/drm/ |
| D | omap_drm.h | 61 } tiled; /* (for tiled formats) */ member
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/ |
| D | omap_gem.c | 1182 tiler_align(gem2fmt(flags), &gsize.tiled.width, in omap_gem_new() 1183 &gsize.tiled.height); in omap_gem_new() 1185 size = tiler_size(gem2fmt(flags), gsize.tiled.width, in omap_gem_new() 1186 gsize.tiled.height); in omap_gem_new() 1188 omap_obj->width = gsize.tiled.width; in omap_gem_new() 1189 omap_obj->height = gsize.tiled.height; in omap_gem_new()
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun4i_frontend.c | 271 bool tiled = (modifier == DRM_FORMAT_MOD_ALLWINNER_TILED); in sun4i_frontend_drm_format_to_input_mode() local 279 *val = tiled ? SUN4I_FRONTEND_INPUT_FMT_DATA_MOD_MB32_SEMIPLANAR in sun4i_frontend_drm_format_to_input_mode() 284 *val = tiled ? SUN4I_FRONTEND_INPUT_FMT_DATA_MOD_MB32_PLANAR in sun4i_frontend_drm_format_to_input_mode()
|
| /Linux-v5.4/drivers/gpu/drm/radeon/ |
| D | radeon_fb.c | 87 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() argument 90 int align_large = (ASIC_IS_AVIVO(rdev)) || tiled; in radeon_align_pitch()
|
| D | r600_cs.c | 2382 u32 header, cmd, count, tiled; in r600_dma_cs_parse() local 2398 tiled = GET_DMA_T(header); in r600_dma_cs_parse() 2407 if (tiled) { in r600_dma_cs_parse() 2438 if (tiled) { in r600_dma_cs_parse()
|
| D | radeon_mode.h | 989 int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
|
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_drm_gsc.c | 448 static void gsc_src_set_fmt(struct gsc_context *ctx, u32 fmt, bool tiled) in gsc_src_set_fmt() argument 514 if (tiled) in gsc_src_set_fmt() 635 static void gsc_dst_set_fmt(struct gsc_context *ctx, u32 fmt, bool tiled) in gsc_dst_set_fmt() argument 701 if (tiled) in gsc_dst_set_fmt()
|
| D | exynos_drm_fimc.c | 365 static void fimc_src_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_src_set_fmt() argument 407 if (tiled) in fimc_src_set_fmt() 631 static void fimc_dst_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_dst_set_fmt() argument 680 if (tiled) in fimc_dst_set_fmt()
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | pixfmt-nv12m.rst | 39 ``V4L2_PIX_FMT_NV12MT_16X16`` is the tiled version of
|
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_fb.c | 83 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() argument
|
| D | amdgpu_mode.h | 622 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
|
| /Linux-v5.4/net/netfilter/ipvs/ |
| D | Kconfig | 283 stored in a hash table. This table is tiled by each destination 286 tiled an amount proportional to the weights specified. The table
|
| /Linux-v5.4/Documentation/gpu/ |
| D | tegra.rst | 146 with Tegra-specific flags. This is useful for buffers that should be tiled, or
|
| /Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/ |
| D | com.fuc | 515 // Setup to handle a tiled surface
|