Searched refs:tiling_format (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 160 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() 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 in reloc_tex() 159 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_cma_object *fbo, uint32_t offset, uint8_t tiling_format, uint32_t width, uint32_t height, uint8_t cpp) vc4_check_tex_size() argument [all...] |
H A D | vc4_drv.h | 965 uint32_t offset, uint8_t tiling_format,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/ |
H A D | vc4_validate.c | 164 uint32_t offset, uint8_t tiling_format, in vc4_check_tex_size() 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 in reloc_tex() 163 vc4_check_tex_size(struct vc4_exec_info *exec, struct drm_gem_dma_object *fbo, uint32_t offset, uint8_t tiling_format, uint32_t width, uint32_t height, uint8_t cpp) vc4_check_tex_size() argument [all...] |
H A D | vc4_drv.h | 1058 uint32_t offset, uint8_t tiling_format,
|
Completed in 8 milliseconds