Home
last modified time | relevance | path

Searched refs:FD_VERSION_SUBMIT_QUEUES (Results 1 – 3 of 3) sorted by relevance

/external/libdrm/freedreno/msm/
Dmsm_pipe.c108 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES) { in open_submitqueue()
130 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES) in close_submitqueue()
/external/libdrm/freedreno/
Dfreedreno_pipe.c47 if ((prio != 1) && (fd_device_version(dev) < FD_VERSION_SUBMIT_QUEUES)) { in fd_pipe_new2()
Dfreedreno_drmif.h97 FD_VERSION_SUBMIT_QUEUES = 3, /* submit queues and multiple priority levels */ enumerator