| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_pipe.c | 46 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); 62 ERROR_MSG("allocation failed");
|
| H A D | etnaviv_gpu.c | 40 ERROR_MSG("get-param (%x) failed! %d (%s)", param, ret, strerror(errno)); 53 ERROR_MSG("allocation failed"); 156 ERROR_MSG("invalid param id: %d", param);
|
| H A D | etnaviv_cmd_stream.c | 96 ERROR_MSG("invalid size of 0"); 102 ERROR_MSG("allocation failed"); 111 ERROR_MSG("allocation failed"); 245 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno));
|
| H A D | etnaviv_bo.c | 206 ERROR_MSG("gem-open failed: %s", strerror(errno)); 332 ERROR_MSG("failed to get dmabuf fd: %d", ret); 361 ERROR_MSG("mmap failed: %s", strerror(errno));
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_pipe.c | 43 ERROR_MSG("invalid pipe id: %d", id); 48 ERROR_MSG("invalid priority!"); 54 ERROR_MSG("allocation failed");
|
| H A D | freedreno_device.c | 49 ERROR_MSG("cannot get version: %s", strerror(errno)); 56 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 70 ERROR_MSG("unknown device: %s", version->name);
|
| H A D | freedreno_bo.c | 194 ERROR_MSG("gem-open failed: %s", strerror(errno)); 308 ERROR_MSG("failed to get dmabuf fd: %d", ret); 336 ERROR_MSG("mmap failed: %s", strerror(errno));
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_pipe.c | 41 ERROR_MSG("invalid pipe id: %d", id); 46 ERROR_MSG("invalid priority!"); 52 ERROR_MSG("allocation failed");
|
| H A D | freedreno_device.c | 60 ERROR_MSG("cannot get version: %s", strerror(errno)); 67 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 81 ERROR_MSG("unknown device: %s", version->name);
|
| H A D | msm_pipe.c | 102 ERROR_MSG("invalid param id: %d", param); 121 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); 149 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); 194 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); 212 ERROR_MSG("allocation failed");
|
| H A D | msm_priv.h | 89 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); 95 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", 99 ERROR_MSG(" reloc[%d]: submit_offset=%u, or=%08x, shift=%d, reloc_idx=%u"
|
| H A D | freedreno_bo.c | 205 ERROR_MSG("gem-open failed: %s", strerror(errno)); 324 ERROR_MSG("failed to get dmabuf fd: %d", ret); 352 ERROR_MSG("mmap failed: %s", strerror(errno));
|
| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_pipe.c | 51 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); 69 ERROR_MSG("allocation failed");
|
| H A D | etnaviv_gpu.c | 40 ERROR_MSG("get-param (%x) failed! %d (%s)", param, ret, strerror(errno)); 53 ERROR_MSG("allocation failed"); 150 ERROR_MSG("invalid param id: %d", param);
|
| H A D | etnaviv_cmd_stream.c | 66 ERROR_MSG("invalid size of 0"); 72 ERROR_MSG("allocation failed"); 81 ERROR_MSG("allocation failed"); 209 ERROR_MSG("submit failed: %d (%s)", ret, strerror(errno));
|
| H A D | etnaviv_bo.c | 169 ERROR_MSG("gem-open failed: %s", strerror(errno)); 287 ERROR_MSG("failed to get dmabuf fd: %d", ret); 311 ERROR_MSG("mmap failed: %s", strerror(errno));
|
| /xsrc/external/mit/libdrm/dist/freedreno/kgsl/ |
| H A D | kgsl_pipe.c | 55 ERROR_MSG("invalid param id: %d", param); 74 ERROR_MSG("waittimestamp failed! %d (%s)", ret, strerror(errno)); 88 ERROR_MSG("readtimestamp failed! %d (%s)", 204 ERROR_MSG("failed to get property: " #prop); \ 225 ERROR_MSG("could not open %s device: %d (%s)", 232 ERROR_MSG("failed to allocate context: %d (%s)", 239 ERROR_MSG("allocation failed"); 256 ERROR_MSG("64b unsupported with kgsl");
|
| H A D | kgsl_ringbuffer.c | 68 ERROR_MSG("sharedmem free failed: %s", strerror(errno)); 85 ERROR_MSG("allocation failed"); 90 ERROR_MSG("gpumem allocation failed: %s", strerror(errno)); 153 ERROR_MSG("issueibcmds failed! %d (%s)", ret, strerror(errno)); 214 ERROR_MSG("allocation failed"); 226 ERROR_MSG("ringbuffer allocation failed");
|
| H A D | kgsl_bo.c | 58 ERROR_MSG("alloc failed: %s", strerror(errno)); 206 ERROR_MSG("mapping user mem failed: %s", 238 ERROR_MSG("get bufinfo failed: %s", strerror(errno)); 284 ERROR_MSG("set active failed: %s", strerror(errno)); 302 ERROR_MSG("get bufinfo failed: %s", strerror(errno));
|
| /xsrc/external/mit/libdrm/dist/freedreno/msm/ |
| H A D | msm_pipe.c | 73 ERROR_MSG("invalid param id: %d", param); 92 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); 120 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); 162 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); 180 ERROR_MSG("allocation failed");
|
| H A D | msm_bo.c | 47 ERROR_MSG("alloc failed: %s", strerror(errno));
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_device.c | 47 ERROR_MSG("cannot get version: %s", strerror(errno)); 54 ERROR_MSG("unsupported version: %u.%u.%u", version->version_major, 68 ERROR_MSG("unknown device: %s", version->name);
|
| H A D | msm_priv.h | 114 ERROR_MSG(" bos[%d]: handle=%u, flags=%x", i, bo->handle, bo->flags); 120 ERROR_MSG(" cmd[%d]: type=%u, submit_idx=%u, submit_offset=%u, size=%u", 124 ERROR_MSG(
|
| H A D | msm_pipe.c | 105 ERROR_MSG("invalid param id: %d", param); 124 ERROR_MSG("wait-fence failed! %d (%s)", ret, strerror(errno)); 152 ERROR_MSG("could not create submitqueue! %d (%s)", ret, strerror(errno)); 206 ERROR_MSG("get-param failed! %d (%s)", ret, strerror(errno)); 224 ERROR_MSG("allocation failed");
|
| H A D | freedreno_pipe.c | 41 ERROR_MSG("invalid pipe id: %d", id); 46 ERROR_MSG("invalid priority!"); 52 ERROR_MSG("allocation failed");
|