8f6c61bcef
Includes some common routines which may be used by other drivers. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8405 a95241bf-73f2-0310-859d-f6bbb57e9c96
19 lines
292 B
C
19 lines
292 B
C
/*
|
|
Copyright (c) 2002, Thomas Kurschel
|
|
|
|
|
|
Part of Radeon driver
|
|
|
|
Fast logger - event names
|
|
*/
|
|
|
|
char *log_names[] = {
|
|
"_Radeon_FlushPixelCache",
|
|
"_Radeon_WaitForFifo",
|
|
"_Radeon_WaitForIdle",
|
|
"_Radeon_WriteRegFifo",
|
|
"_GetAvailRingBufferQueue",
|
|
"_Radeon_Finish",
|
|
"_Radeon_SendCP",
|
|
};
|