Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_atombios.c4170 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local
4174 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4178 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4186 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4191 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4199 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4204 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4213 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4218 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4227 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()
[all …]
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Datombios_encoders.c1852 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in amdgpu_atombios_encoder_set_bios_scratch_regs() local
1855 bios_3_scratch = RREG32(mmBIOS_SCRATCH_3); in amdgpu_atombios_encoder_set_bios_scratch_regs()
1863 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1868 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1877 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1882 bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1891 bios_3_scratch |= ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1896 bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1905 bios_3_scratch |= ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1910 bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
[all …]