Searched refs:AMDGPU_ALIGN (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-amdgpu/dist/src/
H A Damdgpu_drv.h214 #define AMDGPU_ALIGN(x,bytes) (((x) + ((bytes) - 1)) & ~((bytes) - 1)) macro
H A Damdgpu_bo_helper.c108 AMDGPU_ALIGN(width, drmmode_get_pitch_align(pScrn, cpp));
H A Damdgpu_kms.c1723 AMDGPU_ALIGN(pScrn->virtualX, drmmode_get_pitch_align(pScrn, cpp));
2414 cursor_size = AMDGPU_ALIGN(cursor_size, AMDGPU_GPU_PAGE_SIZE);

Completed in 16 milliseconds