Searched refs:RADEON_GPU_PAGE_SIZE (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_accel.c | 1200 RADEON_GPU_PAGE_SIZE); 1203 RADEON_GPU_PAGE_SIZE); 1212 * depthCpp, RADEON_GPU_PAGE_SIZE); 1320 RADEON_GPU_PAGE_SIZE); 1327 RADEON_GPU_PAGE_SIZE); 1334 RADEON_GPU_PAGE_SIZE);
|
| H A D | radeon_exa.c | 224 size = RADEON_ALIGN(size, RADEON_GPU_PAGE_SIZE); 497 size = RADEON_ALIGN(heighta * pitch, RADEON_GPU_PAGE_SIZE); 793 next = RADEON_ALIGN(info->accel_state->exa->offScreenBase, RADEON_GPU_PAGE_SIZE); 809 next = RADEON_ALIGN(info->accel_state->exa->offScreenBase, RADEON_GPU_PAGE_SIZE);
|
| H A D | radeon_kms.c | 1323 cursor_size = RADEON_ALIGN(cursor_size, RADEON_GPU_PAGE_SIZE); 1345 screen_size = RADEON_ALIGN(screen_size, RADEON_GPU_PAGE_SIZE);
|
| H A D | drmmode_display.c | 530 size = RADEON_ALIGN(rotate_pitch * height, RADEON_GPU_PAGE_SIZE); 1230 int base_align = RADEON_GPU_PAGE_SIZE; 1295 screen_size = RADEON_ALIGN(pitch * height, RADEON_GPU_PAGE_SIZE);
|
| H A D | radeon.h | 243 #define RADEON_GPU_PAGE_SIZE 4096 macro 244 #define RADEON_BUFFER_ALIGN (RADEON_GPU_PAGE_SIZE - 1)
|
| H A D | radeon_crtc.c | 666 size, RADEON_GPU_PAGE_SIZE, RADEON_GEM_DOMAIN_VRAM);
|
| H A D | radeon_exa_funcs.c | 837 info->accel_state->exa->pixmapOffsetAlign = RADEON_GPU_PAGE_SIZE;
|
| H A D | radeon_driver.c | 4327 RADEON_GPU_PAGE_SIZE); 4360 RADEON_GPU_PAGE_SIZE);
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_bo_helper.c | 267 size = RADEON_ALIGN(heighta * pitch, RADEON_GPU_PAGE_SIZE);
|
| H A D | radeon.h | 223 #define RADEON_GPU_PAGE_SIZE 4096 macro 224 #define RADEON_BUFFER_ALIGN (RADEON_GPU_PAGE_SIZE - 1)
|
| H A D | radeon_exa_funcs.c | 611 info->accel_state->exa->pixmapOffsetAlign = RADEON_GPU_PAGE_SIZE;
|
| H A D | radeon_kms.c | 2781 cursor_size = RADEON_ALIGN(cursor_size, RADEON_GPU_PAGE_SIZE);
|
| H A D | drmmode_display.c | 2391 int base_align = RADEON_GPU_PAGE_SIZE;
|
Completed in 30 milliseconds