Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c147 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()
H A Dfb_decoder.h106 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member
121 u8 tiled; /* X-tiled */ member
H A Ddmabuf.c286 switch (p.tiled) { in vgpu_get_plane_info()
303 gvt_vgpu_err("invalid tiling mode: %x\n", p.tiled); in vgpu_get_plane_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_gem.c1227 tiler_align(gem2fmt(flags), &gsize.tiled.width, in omap_gem_new()
1228 &gsize.tiled.height); in omap_gem_new()
1230 size = tiler_size(gem2fmt(flags), gsize.tiled.width, in omap_gem_new()
1231 gsize.tiled.height); in omap_gem_new()
1233 omap_obj->width = gsize.tiled.width; in omap_gem_new()
1234 omap_obj->height = gsize.tiled.height; in omap_gem_new()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dfsl-vdoa.txt5 is to reorder video data from the macroblock tiled order produced by the CODA
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Domap_drm.h61 } tiled; /* (for tiled formats) */ member
/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 Domap_drm.h61 } tiled; /* (for tiled formats) */ 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 Domap_drm.h61 } tiled; /* (for tiled formats) */ member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.c271 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_fb.c87 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()
H A Dr600_cs.c2378 u32 header, cmd, count, tiled; in r600_dma_cs_parse() local
2394 tiled = GET_DMA_T(header); in r600_dma_cs_parse()
2403 if (tiled) { in r600_dma_cs_parse()
2434 if (tiled) { in r600_dma_cs_parse()
H A Dradeon_mode.h991 int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/libtiff/tiff/
H A DCVE-2022-1354.patch61 - * If a) compression is OJPEG, b) it's not a tiled TIFF,
157 + * If a) compression is OJPEG, b) it's not a tiled TIFF,
/OK3568_Linux_fs/kernel/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.c366 static void fimc_src_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_src_set_fmt() argument
408 if (tiled) in fimc_src_set_fmt()
632 static void fimc_dst_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_dst_set_fmt() argument
681 if (tiled) in fimc_dst_set_fmt()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-nv12m.rst32 ``V4L2_PIX_FMT_NV12MT_16X16`` is the tiled version of
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fb.c83 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() argument
H A Damdgpu_mode.h630 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A DKconfig282 stored in a hash table. This table is tiled by each destination
285 tiled an amount proportional to the weights specified. The table
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dtegra.rst146 with Tegra-specific flags. This is useful for buffers that should be tiled, or
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dnokia.qdoc47 The online plugin uses the tiled map classes, which caches tile data in heap memory and texture
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc515 // Setup to handle a tiled surface
/OK3568_Linux_fs/external/xserver/
H A DChangeLog9055 (e.g. tiled/compressed). Let's try to use those if possible.
9125 Use most optimal buffer format (e.g. tiled/compressed) available
9176 This allows the uses of CCS compressed or tiled pixmaps as BOs when
13515 tiled renderers by letting the CPU-side tile setup know what tiles
13533 Scissors provide a critical hint to tiled renderers as to what tiles
21574 glamor_fd_from_pixmap() may return a tiled bo, which is not suitable
23147 them when under memory pressure, and tiled renderers don't know that
30324 a tiled temporary in order to render it to the screen.
35486 xf86Crtc/monitors: create initial monitors for tiled outputs
35488 This creates an automatic monitor for a tiled monitor at startup.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info24383 Integer constant that is a byte tiled out eight times.
24389 Integer constant that is a sign-extended byte tiled out as
24458 Integer constant that is a byte tiled out four times.
24464 Integer constant that is a sign-extended byte tiled out as two
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info24383 Integer constant that is a byte tiled out eight times.
24389 Integer constant that is a sign-extended byte tiled out as
24458 Integer constant that is a byte tiled out four times.
24464 Integer constant that is a sign-extended byte tiled out as two

12