Home
last modified time | relevance | path

Searched refs:FD_MAX_FREQ (Results 1 – 9 of 9) sorted by relevance

/third_party/libdrm/freedreno/
Dfreedreno_drmif.h62 FD_MAX_FREQ, enumerator
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h58 FD_MAX_FREQ, enumerator
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c66 case FD_MAX_FREQ: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c91 case FD_MAX_FREQ: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c95 case FD_MAX_FREQ: in virtio_pipe_get_param()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_pipe.c49 case FD_MAX_FREQ: in kgsl_pipe_get_param()
/third_party/mesa3d/src/freedreno/ds/
Dfd_pps_driver.cc444 if (fd_pipe_get_param(pipe, FD_MAX_FREQ, &val)) { in init_perfcnt()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c996 if (fd_pipe_get_param(screen->pipe, FD_MAX_FREQ, &val)) { in fd_screen_create()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c165 ret = fd_pipe_get_param(dev.pipe, FD_MAX_FREQ, &val); in find_device()