Searched defs:tiled (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
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 | fb_decoder.c | 148 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride()
|
/openbmc/linux/include/uapi/drm/ |
H A D | omap_drm.h | 61 } tiled; /* (for tiled formats) */ member
|
/openbmc/linux/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
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
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() 630 static void fimc_dst_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_dst_set_fmt()
|
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() 635 static void gsc_dst_set_fmt(struct gsc_context *ctx, u32 fmt, bool tiled) in gsc_dst_set_fmt()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gem.c | 884 bool tiled) in amdgpu_gem_align_pitch()
|
/openbmc/linux/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()
|
H A D | r600_cs.c | 2380 u32 header, cmd, count, tiled; in r600_dma_cs_parse() local
|