Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c374 uint32_t crtc_pitch, pitch_pixels; in radeon_crtc_do_set_base() local
443 crtc_pitch = (((pitch_pixels * target_fb->bits_per_pixel) + in radeon_crtc_do_set_base()
446 crtc_pitch |= crtc_pitch << 16; in radeon_crtc_do_set_base()
522 WREG32(RADEON_CRTC_PITCH + radeon_crtc->crtc_offset, crtc_pitch); in radeon_crtc_do_set_base()
/drivers/video/aty/
Dradeon_base.c1218 save->crtc_pitch = INREG(CRTC_PITCH); in radeon_save_state()
1387 OUTREG(CRTC_PITCH, mode->crtc_pitch); in radeon_write_mode()
1675 newmode->crtc_pitch = (rinfo->pitch << 3) / ((mode->bits_per_pixel + 1) / 8); in radeonfb_set_par()
1677 newmode->crtc_pitch = (mode->xres_virtual >> 3); in radeonfb_set_par()
1679 newmode->crtc_pitch |= (newmode->crtc_pitch << 16); in radeonfb_set_par()
Dradeonfb.h192 u32 crtc_pitch; member