Symbol: SUBMIT_ERR
drivers/gpu/drm/tegra/submit.c
186
SUBMIT_ERR(context, "gather_data_words cannot be zero");
drivers/gpu/drm/tegra/submit.c
191
SUBMIT_ERR(context, "gather_data_words is too large");
drivers/gpu/drm/tegra/submit.c
197
SUBMIT_ERR(context, "failed to allocate memory for bo info");
drivers/gpu/drm/tegra/submit.c
208
SUBMIT_ERR(context, "failed to allocate memory for gather data");
drivers/gpu/drm/tegra/submit.c
214
SUBMIT_ERR(context, "failed to copy gather data from userspace");
drivers/gpu/drm/tegra/submit.c
242
SUBMIT_ERR(context,
drivers/gpu/drm/tegra/submit.c
268
SUBMIT_ERR(context, "failed to copy bufs array from userspace");
drivers/gpu/drm/tegra/submit.c
274
SUBMIT_ERR(context, "failed to allocate memory for mapping info");
drivers/gpu/drm/tegra/submit.c
284
SUBMIT_ERR(context, "invalid flag specified for buffer");
drivers/gpu/drm/tegra/submit.c
291
SUBMIT_ERR(context, "invalid mapping ID '%u' for buffer", buf->mapping);
drivers/gpu/drm/tegra/submit.c
332
SUBMIT_ERR(context, "invalid flag specified for syncpt");
drivers/gpu/drm/tegra/submit.c
339
SUBMIT_ERR(context, "syncpoint specified in syncpt was not allocated");
drivers/gpu/drm/tegra/submit.c
358
SUBMIT_ERR(context, "non-zero reserved field in GATHER_UPTR command");
drivers/gpu/drm/tegra/submit.c
364
SUBMIT_ERR(context, "too many words in GATHER_UPTR command");
drivers/gpu/drm/tegra/submit.c
369
SUBMIT_ERR(context, "too many total words in job");
drivers/gpu/drm/tegra/submit.c
374
SUBMIT_ERR(context, "GATHER_UPTR command overflows gather data");
drivers/gpu/drm/tegra/submit.c
380
SUBMIT_ERR(context, "job was rejected by firewall");
drivers/gpu/drm/tegra/submit.c
407
SUBMIT_ERR(context, "failed to copy cmds array from userspace");
drivers/gpu/drm/tegra/submit.c
413
SUBMIT_ERR(context, "failed to allocate memory for job");
drivers/gpu/drm/tegra/submit.c
430
SUBMIT_ERR(context, "unknown flags given for cmd");
drivers/gpu/drm/tegra/submit.c
442
SUBMIT_ERR(context, "non-zero reserved value");
drivers/gpu/drm/tegra/submit.c
451
SUBMIT_ERR(context, "non-zero reserved value");
drivers/gpu/drm/tegra/submit.c
457
SUBMIT_ERR(context, "syncpoint ID in CMD_WAIT_SYNCPT_RELATIVE is not used by the job");
drivers/gpu/drm/tegra/submit.c
465
SUBMIT_ERR(context, "unknown cmd type");
drivers/gpu/drm/tegra/submit.c
472
SUBMIT_ERR(context, "job must have at least one gather");
drivers/gpu/drm/tegra/submit.c
536
SUBMIT_ERR(context, "invalid syncobj_in '%#x'", args->syncobj_in);
drivers/gpu/drm/tegra/submit.c
543
SUBMIT_ERR(context, "wait for syncobj_in timed out");
drivers/gpu/drm/tegra/submit.c
551
SUBMIT_ERR(context, "invalid syncobj_out '%#x'", args->syncobj_out);
drivers/gpu/drm/tegra/submit.c
564
SUBMIT_ERR(context, "failed to allocate memory for job data");
drivers/gpu/drm/tegra/submit.c
584
SUBMIT_ERR(context, "failed to pin job: %d", err);
drivers/gpu/drm/tegra/submit.c
592
SUBMIT_ERR(context, "failed to get streamid offset: %d", err);
drivers/gpu/drm/tegra/submit.c
602
SUBMIT_ERR(context, "failed to detect if engine can use memory context: %d", err);
drivers/gpu/drm/tegra/submit.c
623
SUBMIT_ERR(context, "could not power up engine: %d", err);
drivers/gpu/drm/tegra/submit.c
640
SUBMIT_ERR(context, "host1x job submission failed: %d", err);
drivers/gpu/drm/tegra/submit.c
651
SUBMIT_ERR(context, "failed to create postfence: %d", err);