Commit 54f9f778 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] Amiga frame buffer: kill obsolete DMI Resolver code

Kill remainings of the DMI Resolver support code that got removed somewhere
between 2.0 and 2.2.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent fda55ceb
......@@ -2267,19 +2267,6 @@ int __init amifb_init(void)
if (!MACH_IS_AMIGA || !AMIGAHW_PRESENT(AMI_VIDEO))
return -ENXIO;
/*
* TODO: where should we put this? The DMI Resolver doesn't have a
* frame buffer accessible by the CPU
*/
#ifdef CONFIG_GSP_RESOLVER
if (amifb_resolver){
custom.dmacon = DMAF_MASTER | DMAF_RASTER | DMAF_COPPER |
DMAF_BLITTER | DMAF_SPRITE;
return 0;
}
#endif
/*
* We request all registers starting from bplpt[0]
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment