Comment 12 for bug 257293

Revision history for this message
Stefan Bader (smb) wrote :

SRU Justification:

Impact: The GART code is missing suspend resume support which means, certain
setup steps will not be performed after resume which can cause memory
corruption in the worst case.

Fix: The fix is done in two steps (following upstream): first this add suspend
and resume callbacks and then it adds the necessary code to set up the
registers after a suspend.

Testcase: See bug report.