search for: 2642e0b5

Displaying 1 result from an estimated 1 matches for "2642e0b5".

Did you mean: 264205
2019 Feb 17
0
[PATCH] gr/gf100-: correctly expose fecs methods for ctxsw start and stop
Allow fecs to potentially set both methods: - 0x38 STOP_CTXSW - 0x39 START_CTXSW At present the code only ever starts context swap, and never pauses it as appears to be the intent of one caller of gf100_gr_fecs_ctrl_ctxs(). Cc: Ben Skeggs <bskeggs at redhat.com> Fixes: 2642e0b5 ("gr/gf100-: expose fecs methods for pausing ctxsw") Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> --- Ben, I wrote this patch against the commit in https://github.com/skeggsb/nouveau/ Whilst I haven't seen 2642e0b5 from your "nouveau-next" repo merged into drm-nex...