Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_legacy_crtc.c384 uint32_t crtc_offset, crtc_offset_cntl, crtc_tile_x0_y0 = 0; in radeon_crtc_do_set_base() local
475 crtc_offset_cntl = 0; in radeon_crtc_do_set_base()
482 crtc_offset_cntl |= RADEON_CRTC_GUI_TRIG_OFFSET_LEFT_EN; in radeon_crtc_do_set_base()
485 crtc_offset_cntl |= (R300_CRTC_X_Y_MODE_EN | in radeon_crtc_do_set_base()
489 crtc_offset_cntl |= RADEON_CRTC_TILE_EN; in radeon_crtc_do_set_base()
492 crtc_offset_cntl &= ~(R300_CRTC_X_Y_MODE_EN | in radeon_crtc_do_set_base()
496 crtc_offset_cntl &= ~RADEON_CRTC_TILE_EN; in radeon_crtc_do_set_base()
507 crtc_offset_cntl |= (y % 16); in radeon_crtc_do_set_base()
554 WREG32(RADEON_CRTC_OFFSET_CNTL + radeon_crtc->crtc_offset, crtc_offset_cntl); in radeon_crtc_do_set_base()
/linux-6.3-rc2/drivers/video/fbdev/aty/
A Dradeonfb.h192 u32 crtc_offset_cntl; member

Completed in 7 milliseconds