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

/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c380 uint32_t crtc_pitch, pitch_pixels; local
477 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) +
480 crtc_pitch |= crtc_pitch << 16;
556 WREG32(RADEON_CRTC_PITCH + radeon_crtc->crtc_offset, crtc_pitch);
/drivers/video/fbdev/aty/
H A Dradeon_base.c1213 save->crtc_pitch = INREG(CRTC_PITCH);
1382 OUTREG(CRTC_PITCH, mode->crtc_pitch);
1670 newmode->crtc_pitch = (rinfo->pitch << 3) / ((mode->bits_per_pixel + 1) / 8);
1672 newmode->crtc_pitch = (mode->xres_virtual >> 3);
1674 newmode->crtc_pitch |= (newmode->crtc_pitch << 16);
H A Dradeonfb.h192 u32 crtc_pitch; member in struct:radeon_regs

Completed in 79 milliseconds