Searched refs:bios_6_scratch (Results 1 – 4 of 4) sorted by relevance
1850 bios_6_scratch = RREG32(mmBIOS_SCRATCH_6); in amdgpu_atombios_encoder_set_bios_scratch_regs()1858 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1872 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1886 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1900 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1914 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1928 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP3; in amdgpu_atombios_encoder_set_bios_scratch_regs()1942 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP4; in amdgpu_atombios_encoder_set_bios_scratch_regs()1956 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP5; in amdgpu_atombios_encoder_set_bios_scratch_regs()1970 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP6; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]
1522 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local1524 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock()1527 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1528 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1530 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1531 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1534 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock()1539 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local1544 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init()1550 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init()[all …]
4073 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local4135 uint32_t bios_6_scratch; in radeon_atom_output_lock() local4144 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4147 bios_6_scratch |= ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4184 bios_6_scratch |= ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4189 bios_6_scratch &= ~ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4197 bios_6_scratch |= ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4202 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4211 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in radeon_atombios_connected_scratch_regs()4225 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in radeon_atombios_connected_scratch_regs()[all …]
3444 uint32_t bios_6_scratch; in radeon_combios_output_lock() local3449 bios_6_scratch |= RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3451 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3604 bios_6_scratch |= RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3606 bios_6_scratch &= ~RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3610 bios_6_scratch |= RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3612 bios_6_scratch &= ~RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3616 bios_6_scratch |= RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3618 bios_6_scratch &= ~RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3622 bios_6_scratch |= RADEON_DFP_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()[all …]
Completed in 23 milliseconds