Quoting Dave Airlie (2021-02-08 20:55:19) > On Mon, 8 Feb 2021 at 20:53, Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> wrote: > > > > Re-enable secure dispatch for gen6/gen7, primarily to workaround the > > command parser and overly zealous command validation on Haswell. For > > example this prevents making accurate measurements using a journal for > > store results from the GPU without CPU intervention. > > There's 31 patches in this series, and I can't find any 00/31 or > justification for any of this work. You don't agree with the overview in 11? Or the test design to reproduce the reported problems with multiple clients? There's some code motion to align with upstreaming guc patches later on; a bug fix for an iterative depth-first-search not being a depth-first-search; the change in sort key for scheduling policy; switching the late greedy virtual engine to work on the same interface as execlists/guc; the CS emitters to switch off absolute addressing for breadcrumbs; and finally request reordering for the ringbuffer. > I see patches like this which seem to undo work done for security > reasons under CVE patches with no oversight. Seems to remove clear_residuals? The same clear_residuals between contexts on gen7 is there. > Again, the GT team is not doing the right thing here, stop focusing on > individual pieces of Chris's work, push back for high level > architectural reviews and I want them on the list in public. The architectural bit here is the code motion; getting the backend agnostic list management all into a common layer. Trying to align that with what drm_sched offers, with the optimistic view that one day drm_sched may offer enough to start replacing it. > All I want from the GT team in the next pull request is dma_resv > locking work and restoring the hangcheck timers that seems like a > regression that Chris found acceptable and nobody has pushed back on. The choice here in sort key is still entirely orthogonal to dma-resv. The hangcheck is still driven off a timer. The behaviour of the current code is still the same as the much older global seqno hangcheck around preemption (hangcheck being postponed whenever the seqno changed and/or RING_START changed). The direction to use periodic pulses for both issuing resets (which is actually much faster in detecting hangs than the older seqno hangchecking allowed for), power management and tracking of GPU resource was not mine alone, but yes I did find it acceptable. > For like the 500th time, if you want DG1 and stuff in the tree, stop > this shit already, real reviewers, high-level architectural reviews, > NAK the bullshit in public on the list. I do not understand the hostility to fixing user issues, and improving both existing and future products when it does not interfere with anything else. -Chris _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx