Home
last modified time | relevance | path

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

/third_party/libdrm/freedreno/
Dfreedreno_drmif.h61 FD_CHIP_ID, enumerator
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_pipe.c63 fd_pipe_get_param(pipe, FD_CHIP_ID, &val); in fd_pipe_new2()
Dfreedreno_drmif.h57 FD_CHIP_ID, /* 64b */ enumerator
Dmsm_pipe.c87 case FD_CHIP_ID: in msm_pipe_get_param()
/third_party/libdrm/freedreno/msm/
Dmsm_pipe.c63 case FD_CHIP_ID: in msm_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.c993 if (fd_pipe_get_param(screen->pipe, FD_CHIP_ID, &val)) { in fd_screen_create()
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfdperf.c131 ret = fd_pipe_get_param(dev.pipe, FD_CHIP_ID, &val); in find_device()