Searched refs:RADEON_ALLOC_MEM (Results 1 – 6 of 6) sorted by relevance
/haiku/src/add-ons/accelerants/radeon/ |
H A D | SetDisplayMode.c | 439 if( ioctl( ai->fd, RADEON_ALLOC_MEM, &am ) == B_OK ) { in SET_DISPLAY_MODE() 457 if( ioctl( ai->fd, RADEON_ALLOC_MEM, &am ) == B_OK ) { in SET_DISPLAY_MODE()
|
H A D | overlay_management.c | 145 result = ioctl( ai->fd, RADEON_ALLOC_MEM, &am ); in ALLOCATE_OVERLAY_BUFFER()
|
/haiku/headers/private/graphics/radeon/ |
H A D | radeon_interface.h | 36 RADEON_ALLOC_MEM, enumerator
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | driver.c | 335 case RADEON_ALLOC_MEM: { in control_hook()
|
H A D | CP_setup.c | 53 res = ioctl( ai->fd, RADEON_ALLOC_MEM, &am ); \
|
/haiku/src/add-ons/media/media-add-ons/radeon/ |
H A D | Radeon.cpp | 544 res = ioctl( fHandle, RADEON_ALLOC_MEM, &am ); in AllocateGraphicsMemory()
|