Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_validate.c160 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() argument
180 switch (tiling_format) { in vc4_check_tex_size()
194 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size()
578 uint32_t cpp, tiling_format, utile_w, utile_h; in reloc_tex() local
670 tiling_format = VC4_TILING_FORMAT_LINEAR; in reloc_tex()
673 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
675 tiling_format = VC4_TILING_FORMAT_T; in reloc_tex()
679 tiling_format, width, height, cpp)) { in reloc_tex()
693 if (tiling_format == VC4_TILING_FORMAT_T && in reloc_tex()
695 tiling_format = VC4_TILING_FORMAT_LT; in reloc_tex()
[all …]
Dvc4_drv.h873 uint32_t offset, uint8_t tiling_format,