Searched refs:mt_AGP (Results 1 – 5 of 5) sorted by relevance
67 si->memory[mt_AGP].virtual_addr_start = in Radeon_SetupMCAddresses_Direct()70 si->memory[mt_AGP].virtual_size = 0x400000; in Radeon_SetupMCAddresses_Direct()96 si->memory[mt_AGP].virtual_size = 0x400000;97 si->memory[mt_AGP].virtual_addr_start = 99 si->memory[mt_AGP].virtual_size;106 si->memory[mt_AGP].virtual_addr_start -131 si->memory[mt_AGP].virtual_addr_start = in Radeon_SetupMCAddresses_IGP()134 si->memory[mt_AGP].virtual_size = 0x400000; in Radeon_SetupMCAddresses_IGP()154 si->memory[mt_AGP].virtual_size, si->memory[mt_AGP].virtual_addr_start ); in Radeon_InitMemController()
377 di->memmgr[mt_AGP] = NULL; in Radeon_FirstOpen()451 if( di->memmgr[mt_AGP] ) in Radeon_LastClose()452 mem_destroy( di->memmgr[mt_AGP] ); in Radeon_LastClose()
286 if( di->memmgr[mt_AGP] ) in free_hook()287 mem_freetag( di->memmgr[mt_AGP], dev ); in free_hook()
81 if( ai->si->memory[mt_AGP].area > 0 ) { in init_common()82 ai->mapped_memory[mt_AGP].area = clone_area( "Radeon AGP GART area", in init_common()83 (void **)&ai->mapped_memory[mt_AGP].data, B_ANY_ADDRESS, in init_common()84 B_READ_AREA | B_WRITE_AREA, ai->si->memory[mt_AGP].area ); in init_common()85 if( ai->mapped_memory[mt_AGP].area < 0 ) { in init_common()86 result = ai->mapped_memory[mt_AGP].area; in init_common()122 if( ai->mapped_memory[mt_AGP].area > 0 ) in uninit_common()123 delete_area( ai->mapped_memory[mt_AGP].area ); in uninit_common()
80 mt_AGP, // AGP memory (read: not cachable; currently not supported) enumerator