CRadeon
CCapture::CCapture(CRadeon & radeon)
CCapture(CRadeon & radeon);
CRadeon & fRadeon;
CI2CPort::CI2CPort(CRadeon & radeon, int rate)
CRadeon & CI2CPort::Radeon() const
CI2CPort(CRadeon & radeon, int rate = C_RADEON_I2C_DEFAULT_CLOCK_RATE);
CRadeon & Radeon() const;
CRadeon & fRadeon;
CRadeon::CRadeon( const char *dev_name )
CRadeon::~CRadeon()
status_t CRadeon::InitCheck() const
uint32 CRadeon::VirtualMemoryBase() const
int CRadeon::Register(radeon_register index) const
void CRadeon::SetRegister(radeon_register index, int value)
int CRadeon::Register(radeon_register index, int mask) const
void CRadeon::SetRegister(radeon_register index, int mask, int value)
int CRadeon::VIPRegister(int device, int address)
void CRadeon::SetVIPRegister(int device, int address, int value)
int CRadeon::VIPReadFifo(int device, uint32 address, uint32 count, uint8 *buffer)
int CRadeon::VIPWriteFifo(int device, uint32 address, uint32 count, uint8 *buffer)
int CRadeon::FindVIPDevice( uint32 device_id )
shared_info* CRadeon::GetSharedInfo()
void CRadeon::GetPLLParameters(int & refFreq, int & refDiv, int & minFreq, int & maxFreq, int & xclock)
void CRadeon::GetMMParameters(radeon_video_tuner & tuner,
status_t CRadeon::AllocateGraphicsMemory(
void CRadeon::FreeGraphicsMemory(
status_t CRadeon::DMACopy(
status_t CRadeon::GetDeviceInformation(radeon_get_private_data & info)
status_t CRadeon::CloneArea(const char * name, area_id src_area,
status_t CRadeon::WaitInterrupt(int * mask, int * sequence, bigtime_t * time, bigtime_t timeout)
void CRadeon::PrintToStream()
class CRadeon {
CRadeon( const char *dev_name );
~CRadeon();
CRadeon device( path.Path() );
CTheater::CTheater(CRadeon & radeon, int device)
CTheater(CRadeon & radeon, int device);
CTheater100::CTheater100(CRadeon & radeon, int device)
CTheater100(CRadeon & radeon, int device);
CTheater200::CTheater200(CRadeon & radeon, int device)
CTheater200(CRadeon & radeon, int device);
CVIPPort::CVIPPort(CRadeon & radeon)
CRadeon & CVIPPort::Radeon()
CVIPPort(CRadeon & radeon);
CRadeon & Radeon();
CRadeon & fRadeon;
CRadeon fRadeon;