Lines Matching refs:SUBMIT_ERR

26 #define SUBMIT_ERR(context, fmt, ...) \  macro
192 SUBMIT_ERR(context, "gather_data_words cannot be zero"); in submit_copy_gather_data()
197 SUBMIT_ERR(context, "gather_data_words is too large"); in submit_copy_gather_data()
203 SUBMIT_ERR(context, "failed to allocate memory for bo info"); in submit_copy_gather_data()
214 SUBMIT_ERR(context, "failed to allocate memory for gather data"); in submit_copy_gather_data()
220 SUBMIT_ERR(context, "failed to copy gather data from userspace"); in submit_copy_gather_data()
248 SUBMIT_ERR(context, in submit_write_reloc()
274 SUBMIT_ERR(context, "failed to copy bufs array from userspace"); in submit_process_bufs()
280 SUBMIT_ERR(context, "failed to allocate memory for mapping info"); in submit_process_bufs()
290 SUBMIT_ERR(context, "invalid flag specified for buffer"); in submit_process_bufs()
297 SUBMIT_ERR(context, "invalid mapping ID '%u' for buffer", buf->mapping); in submit_process_bufs()
338 SUBMIT_ERR(context, "invalid flag specified for syncpt"); in submit_get_syncpt()
345 SUBMIT_ERR(context, "syncpoint specified in syncpt was not allocated"); in submit_get_syncpt()
364 SUBMIT_ERR(context, "non-zero reserved field in GATHER_UPTR command"); in submit_job_add_gather()
370 SUBMIT_ERR(context, "too many words in GATHER_UPTR command"); in submit_job_add_gather()
375 SUBMIT_ERR(context, "too many total words in job"); in submit_job_add_gather()
380 SUBMIT_ERR(context, "GATHER_UPTR command overflows gather data"); in submit_job_add_gather()
386 SUBMIT_ERR(context, "job was rejected by firewall"); in submit_job_add_gather()
413 SUBMIT_ERR(context, "failed to copy cmds array from userspace"); in submit_create_job()
419 SUBMIT_ERR(context, "failed to allocate memory for job"); in submit_create_job()
436 SUBMIT_ERR(context, "unknown flags given for cmd"); in submit_create_job()
448 SUBMIT_ERR(context, "non-zero reserved value"); in submit_create_job()
457 SUBMIT_ERR(context, "non-zero reserved value"); in submit_create_job()
463 SUBMIT_ERR(context, "syncpoint ID in CMD_WAIT_SYNCPT_RELATIVE is not used by the job"); in submit_create_job()
471 SUBMIT_ERR(context, "unknown cmd type"); in submit_create_job()
478 SUBMIT_ERR(context, "job must have at least one gather"); in submit_create_job()
542 SUBMIT_ERR(context, "invalid syncobj_in '%#x'", args->syncobj_in); in tegra_drm_ioctl_channel_submit()
549 SUBMIT_ERR(context, "wait for syncobj_in timed out"); in tegra_drm_ioctl_channel_submit()
557 SUBMIT_ERR(context, "invalid syncobj_out '%#x'", args->syncobj_out); in tegra_drm_ioctl_channel_submit()
570 SUBMIT_ERR(context, "failed to allocate memory for job data"); in tegra_drm_ioctl_channel_submit()
590 SUBMIT_ERR(context, "failed to pin job: %d", err); in tegra_drm_ioctl_channel_submit()
598 SUBMIT_ERR(context, "failed to get streamid offset: %d", err); in tegra_drm_ioctl_channel_submit()
608 SUBMIT_ERR(context, "failed to detect if engine can use memory context: %d", err); in tegra_drm_ioctl_channel_submit()
637 SUBMIT_ERR(context, "could not power up engine: %d", err); in tegra_drm_ioctl_channel_submit()
654 SUBMIT_ERR(context, "host1x job submission failed: %d", err); in tegra_drm_ioctl_channel_submit()
665 SUBMIT_ERR(context, "failed to create postfence: %d", err); in tegra_drm_ioctl_channel_submit()