Home
last modified time | relevance | path

Searched refs:EVERGREEN_CRTC_MASTER_EN (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Devergreen_reg.h234 # define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro
H A Dradeon_device.c685 if (reg & EVERGREEN_CRTC_MASTER_EN) in radeon_card_posted()
H A Devergreen.c1387 if (!(RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[crtc]) & EVERGREEN_CRTC_MASTER_EN)) in dce4_wait_for_vblank()
2555 * Assumption is that EVERGREEN_CRTC_MASTER_EN enable for requested crtc
2679 crtc_enabled = RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]) & EVERGREEN_CRTC_MASTER_EN; in evergreen_mc_stop()
2722 tmp &= ~EVERGREEN_CRTC_MASTER_EN; in evergreen_mc_stop()
3804 if (RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]) & EVERGREEN_CRTC_MASTER_EN) { in evergreen_is_display_hung()
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Devergreen_reg.h234 # define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro
H A Dradeon_device.c686 if (reg & EVERGREEN_CRTC_MASTER_EN) in radeon_card_posted()
H A Devergreen.c1383 if (!(RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[crtc]) & EVERGREEN_CRTC_MASTER_EN)) in dce4_wait_for_vblank()
2557 * Assumption is that EVERGREEN_CRTC_MASTER_EN enable for requested crtc
2681 crtc_enabled = RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]) & EVERGREEN_CRTC_MASTER_EN; in evergreen_mc_stop()
2724 tmp &= ~EVERGREEN_CRTC_MASTER_EN; in evergreen_mc_stop()
3806 if (RREG32(EVERGREEN_CRTC_CONTROL + crtc_offsets[i]) & EVERGREEN_CRTC_MASTER_EN) { in evergreen_is_display_hung()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h2017 #define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro
2353 # define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h2017 #define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro
2353 # define EVERGREEN_CRTC_MASTER_EN (1 << 0) macro

Completed in 33 milliseconds