Displaying 1 result from an estimated 1 matches for "flush_crtl".
2012 Jul 31
0
9800m GT
...do {
156 if (nv_ro32(disp->ntfy, 0x000))
157 return 0;
158 } while (ptimer->read(dev) - start < 2000000000ULL);
159 }
Looking at hwdocs in envytools documents I found out that 0x0084 is
sending FLUSH_CRTL to the card and 0x0080 is sending FLUSH. I played
with values in line 145 with no luck so far.
Any suggestions on what to try or where to go from here will be more
than welcome ;) How can I get what values does the blob use to get this
card working?
I leave the output of dmesg here in case it...