Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_drmif.h61 FD_CHIP_ID, enumerator
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_drmif.h57 FD_CHIP_ID, /* 64b */ enumerator
Dfreedreno_pipe.c63 fd_pipe_get_param(pipe, FD_CHIP_ID, &val); in fd_pipe_new2()
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c63 case FD_CHIP_ID: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/msm/
Dmsm_pipe.c88 case FD_CHIP_ID: in msm_pipe_get_param()
/third_party/mesa3d/src/freedreno/drm/virtio/
Dvirtio_pipe.c92 case FD_CHIP_ID: in virtio_pipe_get_param()
/third_party/libdrm/freedreno/kgsl/
Dkgsl_pipe.c46 case FD_CHIP_ID: in kgsl_pipe_get_param()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_screen.c1016 if (fd_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) { in fd_screen_create()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c150 ret = fd_pipe_get_param(dev.pipe, FD_CHIP_ID, &val); in find_device()