Searched refs:rt_rv100 (Results 1 – 9 of 9) sorted by relevance
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | detect.c | 260 { DEVICE_ID_RADEON_QY, rt_rv100, STD_RADEON, "Radeon 7000 / Radeon VE" }, 261 { DEVICE_ID_RADEON_QZ, rt_rv100, STD_RADEON, "Radeon QZ VE" }, 263 …{ DEVICE_ID_RN50_515E, rt_rv100, STD_RADEON, "ES1000 515E (PCI)" }, // Evans and Sutherland someth… 264 { DEVICE_ID_RN50_5969, rt_rv100, STD_RADEON, "ES1000 5969 (PCI)" }, 267 { DEVICE_ID_RADEON_LY, rt_rv100, ISMOBILITY, "Radeon Mobility" }, 268 { DEVICE_ID_RADEON_LZ, rt_rv100, ISMOBILITY, "Radeon Mobility M6 LZ" },
|
H A D | pll_access.c | 35 if ((asic == rt_rv100) || (asic == rt_rs100) || (asic == rt_rs200)) in RADEONPllErrataAfterData()
|
H A D | init.c | 312 if( di->asic == rt_rv100 && di->is_mobility) in Radeon_FirstOpen() 442 if( di->asic == rt_rv100 && di->is_mobility) in Radeon_LastClose()
|
H A D | vip.c | 307 case rt_rv100: in Radeon_VIPReset()
|
H A D | CP_setup.c | 922 ((asic == rt_rv100) && in Radeon_SetDynamicClock()
|
H A D | bios.c | 976 } else if ( (di->asic >= rt_rv100) || in Radeon_DetectRAM()
|
/haiku/src/add-ons/accelerants/radeon/ |
H A D | monitor_routing.c | 40 case rt_rv100: in Radeon_ReadMonitorRoutingRegs() 134 case rt_rv100: in Radeon_CalcMonitorRouting() 296 case rt_rv100: in Radeon_CalcMonitorRouting() 431 case rt_rv100: in Radeon_ProgramMonitorRouting()
|
H A D | monitor_detection.c | 303 case rt_rv100: in Radeon_DetectTVCRT() 669 case rt_rv100: in Radeon_DetectTV()
|
/haiku/headers/private/graphics/radeon/ |
H A D | radeon_interface.h | 204 rt_rv100, // original VE version enumerator 222 (ai->si->asic == rt_rv100) || \
|