Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c4175 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local
4179 bios_3_scratch = RREG32(R600_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4183 bios_3_scratch = RREG32(RADEON_BIOS_3_SCRATCH); in radeon_atombios_connected_scratch_regs()
4191 bios_3_scratch |= ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4196 bios_3_scratch &= ~ATOM_S3_TV1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4204 bios_3_scratch |= ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4209 bios_3_scratch &= ~ATOM_S3_CV_ACTIVE; in radeon_atombios_connected_scratch_regs()
4218 bios_3_scratch |= ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4223 bios_3_scratch &= ~ATOM_S3_LCD1_ACTIVE; in radeon_atombios_connected_scratch_regs()
4232 bios_3_scratch |= ATOM_S3_CRT1_ACTIVE; in radeon_atombios_connected_scratch_regs()
[all …]
/openbmc/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 …]