Home
last modified time | relevance | path

Searched refs:tiling_format (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c166 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument
190 switch (tiling_format) { in vc4_check_tex_size()
204 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
589 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
681 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()
684 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
686 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()
690 tiling_format, width, height, cpp)) { in reloc_tex()
704 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()
706 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
[all …]
H A Dvc4_drv.h1081 uint32_t offset, uint8_t tiling_format,