Blackout mc microcode thingy useless?
... if (running == 0) { if (running) { ...blackout thingy... } ...
On Sun, Jul 15, 2012 at 5:11 PM, Sylvain BERTRAND sylware@legeek.net wrote:
Blackout mc microcode thingy useless?
... if (running == 0) { if (running) { ...blackout thingy... } ...
When I wrote the code, the code in the running == 0 block was originally a separate function, but since it was only called when loading the ucode, I ended up just integrating it into the function, but I left the running checks as a reminder that you need to set those regs if you update the ucode while the vram controller ucode is already running.
Alex
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org