Searched hist:"14 d1d190869685d3a1e8a3f63924e20594557cb2" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | v3d_fence.c | diff 14d1d190869685d3a1e8a3f63924e20594557cb2 Tue Jun 05 14:03:01 CDT 2018 Eric Anholt <eric@anholt.net> drm/v3d: Remove the bad signaled() implementation.
Since our seqno value comes from a counter associated with the GPU ring, not the entity (aka client), they'll be completed out of order. There's actually no need for this code at all, since we don't have enable_signaling() and thus DMA_FENCE_SIGNALED_BIT will be set before we could be called.
Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180605190302.18279-2-eric@anholt.net Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | v3d_irq.c | diff 14d1d190869685d3a1e8a3f63924e20594557cb2 Tue Jun 05 14:03:01 CDT 2018 Eric Anholt <eric@anholt.net> drm/v3d: Remove the bad signaled() implementation.
Since our seqno value comes from a counter associated with the GPU ring, not the entity (aka client), they'll be completed out of order. There's actually no need for this code at all, since we don't have enable_signaling() and thus DMA_FENCE_SIGNALED_BIT will be set before we could be called.
Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180605190302.18279-2-eric@anholt.net Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | v3d_drv.h | diff 14d1d190869685d3a1e8a3f63924e20594557cb2 Tue Jun 05 14:03:01 CDT 2018 Eric Anholt <eric@anholt.net> drm/v3d: Remove the bad signaled() implementation.
Since our seqno value comes from a counter associated with the GPU ring, not the entity (aka client), they'll be completed out of order. There's actually no need for this code at all, since we don't have enable_signaling() and thus DMA_FENCE_SIGNALED_BIT will be set before we could be called.
Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180605190302.18279-2-eric@anholt.net Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
|
H A D | v3d_gem.c | diff 14d1d190869685d3a1e8a3f63924e20594557cb2 Tue Jun 05 14:03:01 CDT 2018 Eric Anholt <eric@anholt.net> drm/v3d: Remove the bad signaled() implementation.
Since our seqno value comes from a counter associated with the GPU ring, not the entity (aka client), they'll be completed out of order. There's actually no need for this code at all, since we don't have enable_signaling() and thus DMA_FENCE_SIGNALED_BIT will be set before we could be called.
Signed-off-by: Eric Anholt <eric@anholt.net> Link: https://patchwork.freedesktop.org/patch/msgid/20180605190302.18279-2-eric@anholt.net Reviewed-by: Lucas Stach <l.stach@pengutronix.de>
|