Searched refs:bios_0_scratch (Results 1 – 4 of 4) sorted by relevance
1725 uint32_t bios_0_scratch; in amdgpu_atombios_encoder_dac_detect() local1732 bios_0_scratch = RREG32(mmBIOS_SCRATCH_0); in amdgpu_atombios_encoder_dac_detect()1734 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, amdgpu_encoder->devices); in amdgpu_atombios_encoder_dac_detect()1736 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in amdgpu_atombios_encoder_dac_detect()1740 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in amdgpu_atombios_encoder_dac_detect()1744 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A)) in amdgpu_atombios_encoder_dac_detect()1748 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A)) in amdgpu_atombios_encoder_dac_detect()1750 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A)) in amdgpu_atombios_encoder_dac_detect()1765 u32 bios_0_scratch; in amdgpu_atombios_encoder_dig_detect() local1777 bios_0_scratch = RREG32(mmBIOS_SCRATCH_0); in amdgpu_atombios_encoder_dig_detect()[all …]
2325 uint32_t bios_0_scratch; in radeon_atom_dac_detect() local2333 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2335 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_atom_dac_detect()2337 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, radeon_encoder->devices); in radeon_atom_dac_detect()2339 if (bios_0_scratch & ATOM_S0_CRT1_MASK) in radeon_atom_dac_detect()2343 if (bios_0_scratch & ATOM_S0_CRT2_MASK) in radeon_atom_dac_detect()2347 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A)) in radeon_atom_dac_detect()2351 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A)) in radeon_atom_dac_detect()2353 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A)) in radeon_atom_dac_detect()2367 u32 bios_0_scratch; in radeon_atom_dig_detect() local[all …]
4165 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in radeon_atombios_connected_scratch_regs() local4168 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH); in radeon_atombios_connected_scratch_regs()4172 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_atombios_connected_scratch_regs()4185 bios_0_scratch &= ~ATOM_S0_TV1_MASK; in radeon_atombios_connected_scratch_regs()4198 bios_0_scratch &= ~ATOM_S0_CV_MASK; in radeon_atombios_connected_scratch_regs()4207 bios_0_scratch |= ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4212 bios_0_scratch &= ~ATOM_S0_LCD1; in radeon_atombios_connected_scratch_regs()4221 bios_0_scratch |= ATOM_S0_CRT1_COLOR; in radeon_atombios_connected_scratch_regs()4226 bios_0_scratch &= ~ATOM_S0_CRT1_MASK; in radeon_atombios_connected_scratch_regs()4235 bios_0_scratch |= ATOM_S0_CRT2_COLOR; in radeon_atombios_connected_scratch_regs()[all …]
3419 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; in radeon_combios_initialize_bios_scratch_regs() local3421 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH); in radeon_combios_initialize_bios_scratch_regs()3426 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN; in radeon_combios_initialize_bios_scratch_regs()3435 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch); in radeon_combios_initialize_bios_scratch_regs()