/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.c | 147 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride() 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() 146 intel_vgpu_get_stride(struct intel_vgpu *vgpu, int pipe, u32 tiled, int stride_mask, int bpp) intel_vgpu_get_stride() argument
|
H A D | fb_decoder.h | 106 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member 121 u8 tiled; /* X-tiled */ member
|
H A D | dmabuf.c | 286 switch (p.tiled) { in vgpu_get_plane_info() 303 gvt_vgpu_err("invalid tiling mode: %x\n", p.tiled); in vgpu_get_plane_info()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/ |
H A D | fb_decoder.c | 148 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride() 156 switch (tiled) { in intel_vgpu_get_stride() 176 tiled); in intel_vgpu_get_stride() 220 plane->tiled = val & PLANE_CTL_TILED_MASK; in intel_vgpu_decode_primary_plane() 235 plane->tiled = val & DISP_TILED; in intel_vgpu_decode_primary_plane() 259 plane->stride = intel_vgpu_get_stride(vgpu, pipe, plane->tiled, in intel_vgpu_decode_primary_plane() 429 plane->tiled = !!(val & SPRITE_TILED); in intel_vgpu_decode_sprite_plane() 147 intel_vgpu_get_stride(struct intel_vgpu *vgpu, int pipe, u32 tiled, int stride_mask, int bpp) intel_vgpu_get_stride() argument
|
H A D | fb_decoder.h | 108 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member 123 u8 tiled; /* X-tiled */ member
|
H A D | dmabuf.c | 275 switch (p.tiled) { in vgpu_get_plane_info() 292 gvt_vgpu_err("invalid tiling mode: %x\n", p.tiled); in vgpu_get_plane_info()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | omap_drm.h | 57 __u32 bytes; /* (for non-tiled formats) */ 61 } tiled; /* (for tiled formats) */ member 97 /* note: in case of tiled buffers, the user virtual size can be
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | omap_drm.h | 57 __u32 bytes; /* (for non-tiled formats) */ 61 } tiled; /* (for tiled formats) */ member 97 /* note: in case of tiled buffers, the user virtual size can be
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | omap_drm.h | 32 } tiled; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | omap_drm.h | 44 } tiled; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | omap_drm.h | 44 } tiled; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A 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()
|
H A D | r600_cs.c | 2378 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() 2438 /* tiled src, linear dst */ in r600_dma_cs_parse() 2448 /* linear src, tiled dst */ in r600_dma_cs_parse()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 35 /** width/height for tiled formats (rounded up to slot boundaries) */ 100 /* To deal with userspace mmap'ings of 2d tiled buffers, which (a) are 328 /* for tiled buffers, the virtual size has stride rounded up in omap_gem_mmap_size() 345 /* Normal handling for the case of faulting in non-tiled buffers */ 371 /* Special handling for the case of faulting in 2d tiled buffers */ 888 * (only valid for tiled 2d buffers) 909 /* Get tiler stride for the buffer (only valid for 2d tiled buffers) */ 1224 * For tiled buffers align dimensions to slot boundaries and in omap_gem_new() 1227 tiler_align(gem2fmt(flags), &gsize.tiled.width, in omap_gem_new() 1228 &gsize.tiled in omap_gem_new() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_gem.c | 35 /** width/height for tiled formats (rounded up to slot boundaries) */ 100 /* To deal with userspace mmap'ings of 2d tiled buffers, which (a) are 328 /* for tiled buffers, the virtual size has stride rounded up in omap_gem_mmap_size() 345 /* Normal handling for the case of faulting in non-tiled buffers */ 371 /* Special handling for the case of faulting in 2d tiled buffers */ 890 * (only valid for tiled 2d buffers) 911 /* Get tiler stride for the buffer (only valid for 2d tiled buffers) */ 1328 * For tiled buffers align dimensions to slot boundaries and in omap_gem_new() 1331 tiler_align(gem2fmt(flags), &gsize.tiled.width, in omap_gem_new() 1332 &gsize.tiled in omap_gem_new() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/ |
H A D | sun4i_frontend.c | 270 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_gsc.c | 449 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() 1246 /* tiled formats */ in gsc_probe()
|
H A D | exynos_drm_fimc.c | 366 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() 1303 /* tiled formats */ in fimc_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A 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() 1249 /* tiled formats */ in gsc_probe()
|
H A D | exynos_drm_fimc.c | 364 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() 1306 /* tiled formats */ in fimc_probe()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_fb.c | 83 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int cpp, bool tiled) in amdgpu_align_pitch() argument
|
H A D | amdgpu_mode.h | 630 int amdgpu_align_pitch(struct amdgpu_device *adev, int width, int bpp, bool tiled);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_gem.c | 807 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch() argument 810 int align_large = (ASIC_IS_AVIVO(rdev)) || tiled; in radeon_align_pitch()
|
H A D | r600_cs.c | 2380 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() 2440 /* tiled src, linear dst */ in r600_dma_cs_parse() 2450 /* linear src, tiled dst */ in r600_dma_cs_parse()
|