summaryrefslogtreecommitdiff
path: root/.gitattributes
AgeCommit message (Expand)AuthorFilesLines
2016-12-22gittattributes: Exclude dotfiles from created archivesTobias Klauser1-0/+11
ion value='7'>7space:mode:
authorEric Anholt <eric@anholt.net>2016-07-26 13:47:14 -0700
committerEric Anholt <eric@anholt.net>2016-08-19 19:17:34 -0700
commit9326e6f25574bbb8bd48206d245654780e3fd665 (patch)
tree4578a372c70758751f214b566ec65757b4eee529
parentdef96527707e1978a0c88e75d13b082f51460d5c (diff)
drm/vc4: Fix overflow mem unreferencing when the binner runs dry.
Overflow memory handling is tricky: While it's still referenced by the BPO registers, we want to keep it from being freed. When we are putting a new set of overflow memory in the registers, we need to assign the old one to the last rendering job using it. We were looking at "what's currently running in the binner", but since the bin/render submission split, we may end up with the binner completing and having no new job while the renderer is still processing. So, if we don't find a bin job at all, look at the highest-seqno (last) render job to attach our overflow to. Signed-off-by: Eric Anholt <eric@anholt.net> Fixes: ca26d28bbaa3 ("drm/vc4: improve throughput by pipelining binning and rendering jobs") Cc: stable@vger.kernel.org
Diffstat