Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/vc4/
Dvc4_validate.c164 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument
188 switch (tiling_format) { in vc4_check_tex_size()
202 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
590 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
682 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()
685 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
687 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()
691 tiling_format, width, height, cpp)) { in reloc_tex()
705 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()
707 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
[all …]
Dvc4_drv.h993 uint32_t offset, uint8_t tiling_format,