Home
last modified time | relevance | path

Searched defs:tiled (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h108 u32 tiled; /* tiling mode: linear, X-tiled, Y tiled, etc */ member
123 u8 tiled; /* X-tiled */ member
H A Dfb_decoder.c148 u32 tiled, int stride_mask, int bpp) in intel_vgpu_get_stride()
/openbmc/linux/include/uapi/drm/
H A Domap_drm.h61 } tiled; /* (for tiled formats) */ member
/openbmc/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
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_gsc.c448 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()
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()
630 static void fimc_dst_set_fmt(struct fimc_context *ctx, u32 fmt, bool tiled) in fimc_dst_set_fmt()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c884 bool tiled) in amdgpu_gem_align_pitch()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_gem.c807 int radeon_align_pitch(struct radeon_device *rdev, int width, int cpp, bool tiled) in radeon_align_pitch()
H A Dr600_cs.c2380 u32 header, cmd, count, tiled; in r600_dma_cs_parse() local