Displaying 1 result from an estimated 1 matches for "stop_ctxsw".
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-...