Searched refs:RADEON_CRT_PITCH (Results 1 – 1 of 1) sorted by relevance
48 #define RADEON_CRT_PITCH(width, bpp) ((((width) * (bpp) + ((bpp) * 8 - 1)) / ((bpp) * 8)) | \ macro405 mode->crtc_pitch = RADEON_CRT_PITCH(1280,32); in radeon_setmode_9200()436 mode->crtc_pitch = RADEON_CRT_PITCH(1024,32); in radeon_setmode_9200()467 mode->crtc_pitch = RADEON_CRT_PITCH(832,32); in radeon_setmode_9200()472 mode->crtc_pitch = RADEON_CRT_PITCH(896,16); in radeon_setmode_9200()477 mode->crtc_pitch = RADEON_CRT_PITCH(1024,8); in radeon_setmode_9200()498 mode->crtc_pitch = RADEON_CRT_PITCH(640,32); in radeon_setmode_9200()