Searched refs:RADEON_CRT_PITCH (Results 1 – 1 of 1) sorted by relevance
49 #define RADEON_CRT_PITCH(width, bpp) ((((width) * (bpp) + ((bpp) * 8 - 1)) / ((bpp) * 8)) | \ macro406 mode->crtc_pitch = RADEON_CRT_PITCH(1280,32); in radeon_setmode_9200()437 mode->crtc_pitch = RADEON_CRT_PITCH(1024,32); in radeon_setmode_9200()468 mode->crtc_pitch = RADEON_CRT_PITCH(832,32); in radeon_setmode_9200()473 mode->crtc_pitch = RADEON_CRT_PITCH(896,16); in radeon_setmode_9200()478 mode->crtc_pitch = RADEON_CRT_PITCH(1024,8); in radeon_setmode_9200()499 mode->crtc_pitch = RADEON_CRT_PITCH(640,32); in radeon_setmode_9200()