Searched refs:panfrost_query_raw (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/panfrost/lib/ |
D | pan_props.c | 97 panfrost_query_raw( in panfrost_query_raw() function 120 return panfrost_query_raw(fd, DRM_PANFROST_PARAM_GPU_PROD_ID, true, 0); in panfrost_query_gpu_version() 126 return panfrost_query_raw(fd, DRM_PANFROST_PARAM_GPU_REVISION, true, 0); in panfrost_query_gpu_revision() 134 panfrost_query_raw(dev->fd, DRM_PANFROST_PARAM_MEM_FEATURES, in panfrost_query_l2_slices() 145 uint32_t raw = panfrost_query_raw(fd, DRM_PANFROST_PARAM_TILER_FEATURES, in panfrost_query_tiler_features() 160 unsigned mask = panfrost_query_raw(fd, in panfrost_query_core_count() 203 unsigned tls = panfrost_query_raw(fd, in panfrost_query_thread_tls_alloc() 229 return panfrost_query_raw(fd, DRM_PANFROST_PARAM_TEXTURE_FEATURES0, in panfrost_query_compressed_formats() 254 unsigned reg = panfrost_query_raw(fd, in panfrost_query_afbc() 286 unsigned reg = panfrost_query_raw(fd, in panfrost_query_afbc()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 331 - panfrost: Factor out panfrost_query_raw
|