Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/drm2/radeon/
Dradeon_legacy_crtc.c383 uint32_t crtc_offset, crtc_offset_cntl, crtc_tile_x0_y0 = 0; in radeon_crtc_do_set_base() local
450 crtc_offset_cntl = 0; in radeon_crtc_do_set_base()
458 crtc_offset_cntl |= RADEON_CRTC_GUI_TRIG_OFFSET_LEFT_EN; in radeon_crtc_do_set_base()
461 crtc_offset_cntl |= (R300_CRTC_X_Y_MODE_EN | in radeon_crtc_do_set_base()
465 crtc_offset_cntl |= RADEON_CRTC_TILE_EN; in radeon_crtc_do_set_base()
468 crtc_offset_cntl &= ~(R300_CRTC_X_Y_MODE_EN | in radeon_crtc_do_set_base()
472 crtc_offset_cntl &= ~RADEON_CRTC_TILE_EN; in radeon_crtc_do_set_base()
483 crtc_offset_cntl |= (y % 16); in radeon_crtc_do_set_base()
530 WREG32(RADEON_CRTC_OFFSET_CNTL + radeon_crtc->crtc_offset, crtc_offset_cntl); in radeon_crtc_do_set_base()
/freebsd-10-stable/sys/dev/drm/
Dr128_drv.h101 u32 crtc_offset_cntl; member
Dr128_state.c1277 dev_priv->crtc_offset_cntl = R128_READ(R128_CRTC_OFFSET_CNTL); in r128_do_init_pageflip()
1281 dev_priv->crtc_offset_cntl | R128_CRTC_OFFSET_FLIP_CNTL); in r128_do_init_pageflip()
1296 R128_WRITE(R128_CRTC_OFFSET_CNTL, dev_priv->crtc_offset_cntl); in r128_do_cleanup_pageflip()