Lines Matching refs:SUBMIT_ERR

26 #define SUBMIT_ERR(context, fmt, ...) \  macro
187 SUBMIT_ERR(context, "gather_data_words cannot be zero"); in submit_copy_gather_data()
192 SUBMIT_ERR(context, "gather_data_words is too large"); in submit_copy_gather_data()
198 SUBMIT_ERR(context, "failed to allocate memory for bo info"); in submit_copy_gather_data()
209 SUBMIT_ERR(context, "failed to allocate memory for gather data"); in submit_copy_gather_data()
215 SUBMIT_ERR(context, "failed to copy gather data from userspace"); in submit_copy_gather_data()
243 SUBMIT_ERR(context, in submit_write_reloc()
269 SUBMIT_ERR(context, "failed to copy bufs array from userspace"); in submit_process_bufs()
275 SUBMIT_ERR(context, "failed to allocate memory for mapping info"); in submit_process_bufs()
285 SUBMIT_ERR(context, "invalid flag specified for buffer"); in submit_process_bufs()
292 SUBMIT_ERR(context, "invalid mapping ID '%u' for buffer", buf->mapping); in submit_process_bufs()
333 SUBMIT_ERR(context, "invalid flag specified for syncpt"); in submit_get_syncpt()
340 SUBMIT_ERR(context, "syncpoint specified in syncpt was not allocated"); in submit_get_syncpt()
359 SUBMIT_ERR(context, "non-zero reserved field in GATHER_UPTR command"); in submit_job_add_gather()
365 SUBMIT_ERR(context, "too many words in GATHER_UPTR command"); in submit_job_add_gather()
370 SUBMIT_ERR(context, "too many total words in job"); in submit_job_add_gather()
375 SUBMIT_ERR(context, "GATHER_UPTR command overflows gather data"); in submit_job_add_gather()
381 SUBMIT_ERR(context, "job was rejected by firewall"); in submit_job_add_gather()
408 SUBMIT_ERR(context, "failed to copy cmds array from userspace"); in submit_create_job()
414 SUBMIT_ERR(context, "failed to allocate memory for job"); in submit_create_job()
431 SUBMIT_ERR(context, "unknown flags given for cmd"); in submit_create_job()
443 SUBMIT_ERR(context, "non-zero reserved value"); in submit_create_job()
452 SUBMIT_ERR(context, "non-zero reserved value"); in submit_create_job()
458 SUBMIT_ERR(context, "syncpoint ID in CMD_WAIT_SYNCPT_RELATIVE is not used by the job"); in submit_create_job()
466 SUBMIT_ERR(context, "unknown cmd type"); in submit_create_job()
473 SUBMIT_ERR(context, "job must have at least one gather"); in submit_create_job()
537 SUBMIT_ERR(context, "invalid syncobj_in '%#x'", args->syncobj_in); in tegra_drm_ioctl_channel_submit()
544 SUBMIT_ERR(context, "wait for syncobj_in timed out"); in tegra_drm_ioctl_channel_submit()
552 SUBMIT_ERR(context, "invalid syncobj_out '%#x'", args->syncobj_out); in tegra_drm_ioctl_channel_submit()
565 SUBMIT_ERR(context, "failed to allocate memory for job data"); in tegra_drm_ioctl_channel_submit()
585 SUBMIT_ERR(context, "failed to pin job: %d", err); in tegra_drm_ioctl_channel_submit()
593 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
603 SUBMIT_ERR(context, "failed to detect if engine can use memory context: %d", err); in tegra_drm_ioctl_channel_submit()
624 SUBMIT_ERR(context, "could not power up engine: %d", err); in tegra_drm_ioctl_channel_submit()
641 SUBMIT_ERR(context, "host1x job submission failed: %d", err); in tegra_drm_ioctl_channel_submit()
652 SUBMIT_ERR(context, "failed to create postfence: %d", err); in tegra_drm_ioctl_channel_submit()