Searched refs:bios_6_scratch (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/amd/amdgpu/ |
| D | atombios_encoders.c | 1822 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; in amdgpu_atombios_encoder_set_bios_scratch_regs() local 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() 1839 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() 1853 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() 1867 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() 1881 bios_6_scratch &= ~ATOM_S6_ACC_REQ_DFP1; in amdgpu_atombios_encoder_set_bios_scratch_regs() [all …]
|
| D | amdgpu_atombios.c | 1524 uint32_t bios_6_scratch; in amdgpu_atombios_scratch_regs_lock() local 1526 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_lock() 1529 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock() 1530 bios_6_scratch &= ~ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock() 1532 bios_6_scratch &= ~ATOM_S6_CRITICAL_STATE; in amdgpu_atombios_scratch_regs_lock() 1533 bios_6_scratch |= ATOM_S6_ACC_MODE; in amdgpu_atombios_scratch_regs_lock() 1536 WREG32(adev->bios_scratch_reg_offset + 6, bios_6_scratch); in amdgpu_atombios_scratch_regs_lock() 1541 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local 1546 bios_6_scratch = RREG32(adev->bios_scratch_reg_offset + 6); in amdgpu_atombios_scratch_regs_init() 1552 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in amdgpu_atombios_scratch_regs_init() [all …]
|
| /Linux-v6.6/drivers/gpu/drm/radeon/ |
| D | radeon_atombios.c | 4074 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local 4078 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs() 4081 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_initialize_bios_scratch_regs() 4088 bios_6_scratch |= ATOM_S6_ACC_BLOCK_DISPLAY_SWITCH; in radeon_atom_initialize_bios_scratch_regs() 4096 WREG32(R600_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs() 4099 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_atom_initialize_bios_scratch_regs() 4136 uint32_t bios_6_scratch; in radeon_atom_output_lock() local 4139 bios_6_scratch = RREG32(R600_BIOS_6_SCRATCH); in radeon_atom_output_lock() 4141 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_atom_output_lock() 4144 bios_6_scratch |= ATOM_S6_CRITICAL_STATE; in radeon_atom_output_lock() [all …]
|
| D | radeon_combios.c | 3419 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; in radeon_combios_initialize_bios_scratch_regs() local 3422 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_initialize_bios_scratch_regs() 3429 bios_6_scratch |= (RADEON_DISPLAY_SWITCHING_DIS | in radeon_combios_initialize_bios_scratch_regs() 3436 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_initialize_bios_scratch_regs() 3444 uint32_t bios_6_scratch; in radeon_combios_output_lock() local 3446 bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_output_lock() 3449 bios_6_scratch |= RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock() 3451 bios_6_scratch &= ~RADEON_DRIVER_CRITICAL; in radeon_combios_output_lock() 3453 WREG32(RADEON_BIOS_6_SCRATCH, bios_6_scratch); in radeon_combios_output_lock() 3600 uint32_t bios_6_scratch = RREG32(RADEON_BIOS_6_SCRATCH); in radeon_combios_encoder_dpms_scratch_regs() local [all …]
|