Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c4171 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local
4175 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4179 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4187 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4192 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4200 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4205 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4214 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4219 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4228 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c1822 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in amdgpu_atombios_encoder_set_bios_scratch_regs() local
1825 bios_3_scratch = RREG32(mmBIOS_SCRATCH_3); in amdgpu_atombios_encoder_set_bios_scratch_regs()
1833 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1838 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1847 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1852 bios_3_scratch &= ~ATOM_S3_CRT1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1861 bios_3_scratch |= ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1866 bios_3_scratch &= ~ATOM_S3_CRT2_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1875 bios_3_scratch |= ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1880 bios_3_scratch &= ~ATOM_S3_DFP1_ACTIVE; in amdgpu_atombios_encoder_set_bios_scratch_regs()
[all …]