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

/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c4079 uint32_t bios_2_scratch, bios_6_scratch; local
4082 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
4085 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
4090 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE;
4097 bios_2_scratch &= ~ATOM_S2_DEVICE_DPMS_STATE;
4100 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch);
4103 WREG32(RADEON_BIOS_2_SCRATCH, bios_2_scratch);
4410 uint32_t bios_2_scratch; local
4416 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
4418 bios_2_scratch
[all...]
H A Datombios_encoders.c51 u32 bios_2_scratch; local
54 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
56 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
58 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >>
68 u32 bios_2_scratch; local
71 bios_2_scratch = RREG32(R600_BIOS_2_SCRATCH);
73 bios_2_scratch = RREG32(RADEON_BIOS_2_SCRATCH);
75 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
76 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) &
80 WREG32(R600_BIOS_2_SCRATCH, bios_2_scratch);
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c46 u32 bios_2_scratch; local
48 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2);
50 backlight_level = ((bios_2_scratch & ATOM_S2_CURRENT_BL_LEVEL_MASK) >>
60 u32 bios_2_scratch; local
62 bios_2_scratch = RREG32(mmBIOS_SCRATCH_2);
64 bios_2_scratch &= ~ATOM_S2_CURRENT_BL_LEVEL_MASK;
65 bios_2_scratch |= ((backlight_level << ATOM_S2_CURRENT_BL_LEVEL_SHIFT) &
68 WREG32(mmBIOS_SCRATCH_2, bios_2_scratch);
H A Damdgpu_atombios.c1549 uint32_t bios_2_scratch, bios_6_scratch; local
1553 bios_2_scratch = RREG32(adev->bios_scratch_reg_offset + 2);
1557 bios_2_scratch &= ~ATOM_S2_VRI_BRIGHT_ENABLE;
1563 bios_2_scratch &= ~ATOM_S2_DEVICE_DPMS_STATE;
1565 WREG32(adev->bios_scratch_reg_offset + 2, bios_2_scratch);

Completed in 142 milliseconds