]> git.baikalelectronics.ru Git - kernel.git/commit
drm/nvd0/disp: handle yet another interrupt
authorBen Skeggs <bskeggs@redhat.com>
Sat, 12 Nov 2011 17:43:30 +0000 (03:43 +1000)
committerBen Skeggs <bskeggs@redhat.com>
Wed, 21 Dec 2011 09:01:37 +0000 (19:01 +1000)
commit0ed018cc6d07201d923a2a9be65af603496cda3c
treef9ae0deec3e29dabd6ff98350dda0b466f52c477
parentbd91ce9f4ddb5514ab9c35b98278c35984ba8325
drm/nvd0/disp: handle yet another interrupt

Spotted while messing with overlay channels (probably as a result of
sending a similar "disable" sequence as we do for the flip channels).

The value in 0x61008c was 0x20, which one would reasonably guess is
"bit 5 == something to report about evo channel 5" - but who knows.

Spotted the binary driver getting this too, and it appears to not do
anything exciting as a result.  So, handle it the same way and avoid
an IRQ storm.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvd0_display.c