Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/radeon/
A Dradeon_atombios.c4074 uint32_t bios_2_scratch, bios_6_scratch; in radeon_atom_initialize_bios_scratch_regs() local
4405 uint32_t bios_2_scratch; in radeon_atombios_encoder_dpms_scratch_regs() local
4417 bios_2_scratch &= ~ATOM_S2_TV1_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4419 bios_2_scratch |= ATOM_S2_TV1_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4423 bios_2_scratch &= ~ATOM_S2_CV_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4425 bios_2_scratch |= ATOM_S2_CV_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4431 bios_2_scratch |= ATOM_S2_CRT1_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4437 bios_2_scratch |= ATOM_S2_CRT2_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4443 bios_2_scratch |= ATOM_S2_LCD1_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
4449 bios_2_scratch |= ATOM_S2_DFP1_DPMS_STATE; in radeon_atombios_encoder_dpms_scratch_regs()
[all …]
A Datombios_encoders.c50 u32 bios_2_scratch; in radeon_atom_get_backlight_level_from_reg() local
53 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atom_get_backlight_level_from_reg()
55 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atom_get_backlight_level_from_reg()
57 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >> in radeon_atom_get_backlight_level_from_reg()
67 u32 bios_2_scratch; in radeon_atom_set_backlight_level_to_reg() local
70 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH); in radeon_atom_set_backlight_level_to_reg()
72 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH); in radeon_atom_set_backlight_level_to_reg()
74 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK; in radeon_atom_set_backlight_level_to_reg()
75 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) & in radeon_atom_set_backlight_level_to_reg()
79 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch); in radeon_atom_set_backlight_level_to_reg()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/
A Datombios_encoders.c45 u32 bios_2_scratch; in amdgpu_atombios_encoder_get_backlight_level_from_reg() local
47 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2); in amdgpu_atombios_encoder_get_backlight_level_from_reg()
49 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >> in amdgpu_atombios_encoder_get_backlight_level_from_reg()
59 u32 bios_2_scratch; in amdgpu_atombios_encoder_set_backlight_level_to_reg() local
61 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2); in amdgpu_atombios_encoder_set_backlight_level_to_reg()
63 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK; in amdgpu_atombios_encoder_set_backlight_level_to_reg()
64 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) & in amdgpu_atombios_encoder_set_backlight_level_to_reg()
67 WREG32(mmBIOS_SCRATCH_2, bios_2_scratch); in amdgpu_atombios_encoder_set_backlight_level_to_reg()
A Damdgpu_atombios.c1541 uint32_t bios_2_scratch, bios_6_scratch; in amdgpu_atombios_scratch_regs_init() local
1545 bios_2_scratch = RREG32(adev->bios_scratch_reg_offset + 2); in amdgpu_atombios_scratch_regs_init()
1549 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE; in amdgpu_atombios_scratch_regs_init()
1555 bios_2_scratch &= ~ATOM_S2_DEVICE_DPMS_STATE; in amdgpu_atombios_scratch_regs_init()
1557 WREG32(adev->bios_scratch_reg_offset + 2, bios_2_scratch); in amdgpu_atombios_scratch_regs_init()

Completed in 19 milliseconds