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

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios_encoders.c1724 uint32_t bios_0_scratch; local
1731 bios_0_scratch = RREG32(mmBIOS_SCRATCH_0);
1733 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, amdgpu_encoder->devices);
1735 if (bios_0_scratch & ATOM_S0_CRT1_MASK)
1739 if (bios_0_scratch & ATOM_S0_CRT2_MASK)
1743 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A))
1747 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A))
1749 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A))
1764 u32 bios_0_scratch; local
1776 bios_0_scratch
1822 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
[all...]
/openbsd-current/sys/dev/pci/drm/radeon/
H A Datombios_encoders.c2326 uint32_t bios_0_scratch; local
2334 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH);
2336 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
2338 DRM_DEBUG_KMS("Bios 0 scratch %x %08x\n", bios_0_scratch, radeon_encoder->devices);
2340 if (bios_0_scratch & ATOM_S0_CRT1_MASK)
2344 if (bios_0_scratch & ATOM_S0_CRT2_MASK)
2348 if (bios_0_scratch & (ATOM_S0_CV_MASK|ATOM_S0_CV_MASK_A))
2352 if (bios_0_scratch & (ATOM_S0_TV1_COMPOSITE | ATOM_S0_TV1_COMPOSITE_A))
2354 else if (bios_0_scratch & (ATOM_S0_TV1_SVIDEO | ATOM_S0_TV1_SVIDEO_A))
2368 u32 bios_0_scratch; local
[all...]
H A Dradeon_atombios.c4180 uint32_t bios_0_scratch, bios_3_scratch, bios_6_scratch; local
4183 bios_0_scratch = RREG32(R600_BIOS_0_SCRATCH);
4187 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
4200 bios_0_scratch &= ~ATOM_S0_TV1_MASK;
4213 bios_0_scratch &= ~ATOM_S0_CV_MASK;
4222 bios_0_scratch |= ATOM_S0_LCD1;
4227 bios_0_scratch &= ~ATOM_S0_LCD1;
4236 bios_0_scratch |= ATOM_S0_CRT1_COLOR;
4241 bios_0_scratch &= ~ATOM_S0_CRT1_MASK;
4250 bios_0_scratch |
[all...]
H A Dradeon_combios.c3432 uint32_t bios_0_scratch, bios_6_scratch, bios_7_scratch; local
3434 bios_0_scratch = RREG32(RADEON_BIOS_0_SCRATCH);
3439 bios_0_scratch &= ~RADEON_DRIVER_BRIGHTNESS_EN;
3448 WREG32(RADEON_BIOS_0_SCRATCH, bios_0_scratch);

Completed in 127 milliseconds