| Top |
| uint32_t | igt_vc4_get_cleared_bo () |
| int | igt_vc4_create_bo () |
| void * | igt_vc4_mmap_bo () |
| uint64_t | igt_vc4_get_param () |
| bool | igt_vc4_purgeable_bo () |
| bool | igt_vc4_is_tiled () |
| bool | igt_vc4_is_v3d () |
| uint32_t | igt_vc4_perfmon_create () |
| void | igt_vc4_perfmon_get_values () |
| void | igt_vc4_perfmon_destroy () |
| void | igt_vc4_set_tiling () |
| uint64_t | igt_vc4_get_tiling () |
| void | vc4_fb_convert_plane_to_tiled () |
| void | vc4_fb_convert_plane_from_tiled () |
uint32_t igt_vc4_get_cleared_bo (int fd,size_t size,uint32_t clearval);
This helper returns a new BO with the given size, which has just been cleared using the render engine.
uint64_t igt_vc4_get_param (int fd,uint32_t param);
This wraps the GET_PARAM ioctl.
Returns the current value of the parameter. If the parameter is invalid, returns 0.
uint32_t igt_vc4_perfmon_create (int fd,uint32_t ncounters,uint8_t *events);
void vc4_fb_convert_plane_to_tiled (struct igt_fb *dst,void *dst_buf,struct igt_fb *src,void *src_buf);