HomeSort by: relevance | last modified time | path
    Searched defs:vga_control_regs (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c 222 static const u32 vga_control_regs[6] = variable in typeref:typename:const u32[6]
244 vga_control = RREG32(vga_control_regs[radeon_crtc->crtc_id]);
245 WREG32(vga_control_regs[radeon_crtc->crtc_id], vga_control | 1);
254 WREG32(vga_control_regs[radeon_crtc->crtc_id], vga_control);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1816 static const u32 vga_control_regs[6] = variable in typeref:typename:const u32[6]
1833 vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
1835 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
1837 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);
amdgpu_dce_v11_0.c 1858 static const u32 vga_control_regs[6] = variable in typeref:typename:const u32[6]
1875 vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
1877 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
1879 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);
amdgpu_dce_v6_0.c 1782 static const u32 vga_control_regs[6] = variable in typeref:typename:const u32[6]
1799 vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
1800 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | (enable ? 1 : 0));
amdgpu_dce_v8_0.c 1745 static const u32 vga_control_regs[6] = variable in typeref:typename:const u32[6]
1762 vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
1764 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
1766 WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);

Completed in 22 milliseconds