Searched refs:bios_6_scratch (Results 1 – 4 of 4) sorted by relevance
1826 bios_6_scratch = RREG32(mmBIOS_SCRATCH_6); in amdgpu_atombios_encoder_set_bios_scratch_regs()1834 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1848 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1862 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1876 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()1890 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP2; in amdgpu_atombios_encoder_set_bios_scratch_regs()1904 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP3; in amdgpu_atombios_encoder_set_bios_scratch_regs()1918 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP4; in amdgpu_atombios_encoder_set_bios_scratch_regs()1932 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP5; in amdgpu_atombios_encoder_set_bios_scratch_regs()1946 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP6; in amdgpu_atombios_encoder_set_bios_scratch_regs()[all …]
1561 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local1563 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock()1566 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1567 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1569 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()1570 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()1573 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock()1578 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local1583 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init()1589 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init()[all …]
4077 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local4139 uint32_t bios_6_scratch; in radeon_atom_output_lock() local4148 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4151 bios_6_scratch |= ATOM_S6_ACC_MODE; in radeon_atom_output_lock()4188 bios_6_scratch |= ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4193 bios_6_scratch &= ~ATOM_S6_ACC_REQ_TV1; in radeon_atombios_connected_scratch_regs()4201 bios_6_scratch |= ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4206 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CV; in radeon_atombios_connected_scratch_regs()4215 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in radeon_atombios_connected_scratch_regs()4229 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in radeon_atombios_connected_scratch_regs()[all …]
3429 uint32_t bios_6_scratch; in radeon_combios_output_lock() local3434 bios_6_scratch |= RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3436 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()3589 bios_6_scratch |= RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3591 bios_6_scratch &= ~RADEON_TV_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3595 bios_6_scratch |= RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3597 bios_6_scratch &= ~RADEON_CRT_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3601 bios_6_scratch |= RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3603 bios_6_scratch &= ~RADEON_LCD_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()3607 bios_6_scratch |= RADEON_DFP_DPMS_ON; in radeon_combios_encoder_dpms_scratch_regs()[all …]
Completed in 837 milliseconds