summaryrefslogtreecommitdiff
path: root/kernel/stacktrace.c
diff options
context:
space:
mode:
authorBen Widawsky <benjamin.widawsky@intel.com>2014-07-03 14:56:01 -0700
committerBen Widawsky <benjamin.widawsky@intel.com>2014-07-03 14:56:01 -0700
commit54d1772f2798dc1ef4160b3bc6f80dcb5ca0d465 (patch)
treebd0682d738124b5638f7e587f8fd20dfcfcc640b /kernel/stacktrace.c
parent738ccceb8d366d22d8604bc09bec25c508d75977 (diff)
drm/i915: Remove false assertion in ppgtt_releasehsd-repro
Originally the thought for the assertion was that if there are no real VMAs (died during execbuf), or there is only 1 VMA, but the VMA is on the active list, it's a bug. The former case is pretty obvious. The later case simply meant to assert the context unref/object retire interactions were working properly There is a flaw in the logic of the second when an object has multiple VMAs. If there are multiple VMAs, it's possible that the object continually had it's seqno increased as it was used by another context. In this case, the context ref will die, but the VMA will not be taking off the active list because of the missing retire seqno for a VMA. Like some of the other fixes I've submitted recently, this should be fixed by the eventual work Daniel will do. This is pretty easy to reproduce whenever mesa uses the blit engine. Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Diffstat (limited to 'kernel/stacktrace.c')
0 files changed, 0 insertions, 0 deletions