Searched refs:fd_device_version (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/libdrm/dist/freedreno/
H A Dfreedreno_pipe.c47 if ((prio != 1) && (fd_device_version(dev) < FD_VERSION_SUBMIT_QUEUES)) {
H A Dfreedreno_device.c142 drm_public enum fd_version fd_device_version(struct fd_device *dev) function in typeref:typename:drm_public enum fd_version
H A Dfreedreno_drmif.h100 enum fd_version fd_device_version(struct fd_device *dev);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/
H A Dfreedreno_pipe.c45 if ((prio != 1) && (fd_device_version(dev) < FD_VERSION_SUBMIT_QUEUES)) {
H A Dmsm_pipe.c137 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES) {
159 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES)
218 if (fd_device_version(dev) >= FD_VERSION_SOFTPIN) {
233 if (fd_device_version(pipe->dev) >= FD_VERSION_GMEM_BASE)
H A Dfreedreno_device.c153 enum fd_version fd_device_version(struct fd_device *dev) function in typeref:enum:fd_version
H A Dfreedreno_drmif.h98 enum fd_version fd_device_version(struct fd_device *dev);
/xsrc/external/mit/MesaLib/dist/src/freedreno/drm/
H A Dmsm_pipe.c140 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES) {
163 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES)
230 if (fd_device_version(dev) >= FD_VERSION_SOFTPIN) {
245 if (fd_device_version(pipe->dev) >= FD_VERSION_GMEM_BASE)
H A Dfreedreno_device.c167 fd_device_version(struct fd_device *dev) function in typeref:enum:fd_version
H A Dfreedreno_drmif.h135 enum fd_version fd_device_version(struct fd_device *dev);
H A Dfreedreno_pipe.c45 if ((prio != 1) && (fd_device_version(dev) < FD_VERSION_SUBMIT_QUEUES)) {
H A Dmsm_ringbuffer.c608 if ((fd_device_version(pipe->dev) < FD_VERSION_UNLIMITED_CMDS) &&
/xsrc/external/mit/libdrm/dist/freedreno/msm/
H A Dmsm_pipe.c108 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES) {
130 if (fd_device_version(pipe->dev) < FD_VERSION_SUBMIT_QUEUES)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c364 if (fd_device_version(screen->dev) >= FD_VERSION_GMEM_BASE &&
518 return fd_device_version(screen->dev) >= FD_VERSION_MEMORY_FD;
520 return fd_device_version(screen->dev) >= FD_VERSION_FENCE_FD;
969 if (fd_device_version(dev) >= FD_VERSION_GMEM_BASE) {
1014 if (fd_device_version(dev) >= FD_VERSION_ROBUSTNESS)
1088 if (fd_device_version(dev) >= FD_VERSION_UNLIMITED_CMDS)
H A Dfreedreno_batch.c51 if ((fd_device_version(ctx->screen->dev) >= FD_VERSION_UNLIMITED_CMDS) &&
H A Dfreedreno_context.c611 if (fd_device_version(screen->dev) >= FD_VERSION_ROBUSTNESS) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.c311 if (fd_device_version(screen->dev) >= FD_VERSION_GMEM_BASE &&
409 return fd_device_version(screen->dev) >= FD_VERSION_FENCE_FD;
792 if (fd_device_version(dev) >= FD_VERSION_GMEM_BASE) {
840 if ((fd_device_version(dev) >= FD_VERSION_ROBUSTNESS) &&
911 if (fd_device_version(dev) >= FD_VERSION_UNLIMITED_CMDS)
H A Dfreedreno_batch.c54 if ((fd_device_version(ctx->screen->dev) < FD_VERSION_UNLIMITED_CMDS) ||
519 if (fd_device_version(batch->ctx->screen->dev) >= FD_VERSION_UNLIMITED_CMDS)
H A Dfreedreno_context.c349 if (fd_device_version(screen->dev) >= FD_VERSION_ROBUSTNESS) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_compute.c53 fd_device_version(ctx->dev) < FD_VERSION_BO_IOVA) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_compute.c53 fd_device_version(ctx->dev) < FD_VERSION_BO_IOVA) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c281 fd_device_version(ctx->dev) < FD_VERSION_BO_IOVA) {

Completed in 12 milliseconds