From: Eric Anholt <eric@anholt.net> To: dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org, boris.brezillon@bootlin.com, Daniel Vetter <daniel.vetter@ffwll.ch>, Eric Anholt <eric@anholt.net> Subject: [PATCH 2/4] drm/v3d: Update a comment about what uses v3d_job_dependency(). Date: Thu, 8 Nov 2018 08:16:52 -0800 [thread overview] Message-ID: <20181108161654.19888-3-eric@anholt.net> (raw) In-Reply-To: <20181108161654.19888-1-eric@anholt.net> I merged bin and render's paths in a late refactoring. Signed-off-by: Eric Anholt <eric@anholt.net> --- drivers/gpu/drm/v3d/v3d_sched.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/v3d/v3d_sched.c b/drivers/gpu/drm/v3d/v3d_sched.c index 9243dea6e6ad..e1f2aab0717b 100644 --- a/drivers/gpu/drm/v3d/v3d_sched.c +++ b/drivers/gpu/drm/v3d/v3d_sched.c @@ -39,7 +39,7 @@ v3d_job_free(struct drm_sched_job *sched_job) } /** - * Returns the fences that the bin job depends on, one by one. + * Returns the fences that the bin or render job depends on, one by one. * v3d_job_run() won't be called until all of them have been signaled. */ static struct dma_fence * -- 2.19.1
next prev parent reply other threads:[~2018-11-08 16:17 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2018-11-08 16:16 [PATCH 0/4] V3D TFU engine support Eric Anholt 2018-11-08 16:16 ` [PATCH 1/4] drm/v3d: Fix whitespace inconsistency in the header Eric Anholt 2018-11-13 10:22 ` Boris Brezillon 2018-11-08 16:16 ` Eric Anholt [this message] 2018-11-13 10:22 ` [PATCH 2/4] drm/v3d: Update a comment about what uses v3d_job_dependency() Boris Brezillon 2018-11-08 16:16 ` [PATCH 3/4] drm/v3d: Clean up the reservation object setup Eric Anholt 2018-11-13 10:22 ` Boris Brezillon 2018-11-08 16:16 ` [PATCH 4/4] drm/v3d: Add support for submitting jobs to the TFU Eric Anholt 2018-11-13 22:03 ` Eric Anholt 2018-11-28 19:45 ` Dave Emett
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20181108161654.19888-3-eric@anholt.net \ --to=eric@anholt.net \ --cc=boris.brezillon@bootlin.com \ --cc=daniel.vetter@ffwll.ch \ --cc=dri-devel@lists.freedesktop.org \ --cc=linux-kernel@vger.kernel.org \ --subject='Re: [PATCH 2/4] drm/v3d: Update a comment about what uses v3d_job_dependency().' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).