/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_atombios_encoders.c | 1861 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local in function:amdgpu_atombios_encoder_set_bios_scratch_regs 1865 bios_6_scratch = RREG32(mmBIOS_SCRATCH_6); 1873 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; 1878 bios_6_scratch &= ~ATOM_S6_ACC_REQ_LCD1; 1887 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; 1892 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT1; 1901 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2; 1906 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT2; 1915 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1; 1920 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP1 [all...] |
amdgpu_atombios.c | 1680 uint32_t bios_6_scratch; local in function:amdgpu_atombios_scratch_regs_lock 1682 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); 1685 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; 1686 bios_6_scratch &= ~ATOM_S6_ACC_MODE; 1688 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; 1689 bios_6_scratch |= ATOM_S6_ACC_MODE; 1692 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); 1697 uint32_t bios_2_scratch, bios_6_scratch; local in function:amdgpu_atombios_scratch_regs_init 1702 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); 1708 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH [all...] |
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_combios.c | 3425 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local in function:radeon_combios_initialize_bios_scratch_regs 3428 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); 3435 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS | 3442 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); 3450 uint32_t bios_6_scratch; local in function:radeon_combios_output_lock 3452 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); 3455 bios_6_scratch |= RADEON_DRIVER_CRITICAL; 3457 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; 3459 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); 3606 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH) local in function:radeon_combios_encoder_dpms_scratch_regs [all...] |
radeon_atombios.c | 4074 uint32_t bios_2_scratch, bios_6_scratch; local in function:radeon_atom_initialize_bios_scratch_regs 4078 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); 4081 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); 4088 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; 4096 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch); 4099 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); 4136 uint32_t bios_6_scratch; local in function:radeon_atom_output_lock 4139 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); 4141 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); 4144 bios_6_scratch |= ATOM_S6_CRITICAL_STATE 4168 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local in function:radeon_atombios_connected_scratch_regs [all...] |