Home
last modified time | relevance | path

Searched refs:bios_6_scratch (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
HDatombios_encoders.c1924 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in amdgpu_atombios_encoder_set_bios_scratch_regs() local
1928 bios_6_scratch = RREG32(mmBIOS_SCRATCH_6); in amdgpu_atombios_encoder_set_bios_scratch_regs()
1936 bios_6_scratch |= ATOM_S6_ACC_REQ_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1941 bios_6_scratch &= ~ATOM_S6_ACC_REQ_LCD1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1950 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1955 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1964 bios_6_scratch |= ATOM_S6_ACC_REQ_CRT2; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1969 bios_6_scratch &= ~ATOM_S6_ACC_REQ_CRT2; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1978 bios_6_scratch |= ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
1983 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs()
[all …]
HDamdgpu_atombios.c1672 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local
1674 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock()
1677 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()
1678 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()
1680 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock()
1681 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock()
1684 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock()
1689 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local
1694 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init()
1700 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init()
[all …]
/dragonfly/sys/dev/drm/radeon/
HDradeon_atombios.c4058 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local
4062 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs()
4065 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs()
4072 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in radeon_atom_initialize_bios_scratch_regs()
4080 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs()
4083 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs()
4120 uint32_t bios_6_scratch; in radeon_atom_output_lock() local
4123 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); in radeon_atom_output_lock()
4125 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_output_lock()
4128 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in radeon_atom_output_lock()
[all …]
HDradeon_combios.c3417 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; in radeon_combios_initialize_bios_scratch_regs() local
3420 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_initialize_bios_scratch_regs()
3427 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS | in radeon_combios_initialize_bios_scratch_regs()
3434 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_initialize_bios_scratch_regs()
3442 uint32_t bios_6_scratch; in radeon_combios_output_lock() local
3444 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_output_lock()
3447 bios_6_scratch |= RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()
3449 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock()
3451 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_output_lock()
3598 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_encoder_dpms_scratch_regs() local
[all …]