Searched refs:bios_0_scratch (Results 1 – 2 of 2) sorted by relevance
1724 uint32_t bios_0_scratch; in amdgpu_atombios_encoder_dac_detect() local1731 bios_0_scratch = RREG32(mmBIOS_SCRATCH_0); in amdgpu_atombios_encoder_dac_detect()1733 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, amdgpu_encoder->devices); in amdgpu_atombios_encoder_dac_detect()1735 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in amdgpu_atombios_encoder_dac_detect()1739 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in amdgpu_atombios_encoder_dac_detect()1743 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A)) in amdgpu_atombios_encoder_dac_detect()1747 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A)) in amdgpu_atombios_encoder_dac_detect()1749 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A)) in amdgpu_atombios_encoder_dac_detect()1764 u32 bios_0_scratch; in amdgpu_atombios_encoder_dig_detect() local1776 bios_0_scratch = RREG32(mmBIOS_SCRATCH_0); in amdgpu_atombios_encoder_dig_detect()[all …]
4161 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local4164 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atombios_connected_scratch_regs()4168 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_atombios_connected_scratch_regs()4181 bios_0_scratch &= ~ATOM_S0_TV1_MASK; in radeon_atombios_connected_scratch_regs()4194 bios_0_scratch &= ~ATOM_S0_CV_MASK; in radeon_atombios_connected_scratch_regs()4203 bios_0_scratch |= ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4208 bios_0_scratch &= ~ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4217 bios_0_scratch |= ATOM_S0_CRT1_COLOR; in radeon_atombios_connected_scratch_regs()4222 bios_0_scratch &= ~ATOM_S0_CRT1_MASK; in radeon_atombios_connected_scratch_regs()4231 bios_0_scratch |= ATOM_S0_CRT2_COLOR; in radeon_atombios_connected_scratch_regs()[all …]