Home
last modified time | relevance | path

Searched refs:t_format (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/vc4/
Dvc4_bo.c580 bo->t_format = false; in vc4_free_object()
889 bool t_format; in vc4_set_tiling_ioctl() local
896 t_format = false; in vc4_set_tiling_ioctl()
899 t_format = true; in vc4_set_tiling_ioctl()
911 bo->t_format = t_format; in vc4_set_tiling_ioctl()
943 if (bo->t_format) in vc4_get_tiling_ioctl()
Dvc4_drv.h254 bool t_format; member
Dvc4_kms.c462 if (bo->t_format) { in vc4_fb_create()