vga_control_regs 1793 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c static const u32 vga_control_regs[6] =
vga_control_regs 1810 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 	vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
vga_control_regs 1812 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
vga_control_regs 1814 drivers/gpu/drm/amd/amdgpu/dce_v10_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);
vga_control_regs 1835 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c static const u32 vga_control_regs[6] =
vga_control_regs 1852 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 	vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
vga_control_regs 1854 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
vga_control_regs 1856 drivers/gpu/drm/amd/amdgpu/dce_v11_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);
vga_control_regs 1757 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c static const u32 vga_control_regs[6] =
vga_control_regs 1774 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
vga_control_regs 1775 drivers/gpu/drm/amd/amdgpu/dce_v6_0.c 	WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | (enable ? 1 : 0));
vga_control_regs 1722 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c static const u32 vga_control_regs[6] =
vga_control_regs 1739 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 	vga_control = RREG32(vga_control_regs[amdgpu_crtc->crtc_id]) & ~1;
vga_control_regs 1741 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control | 1);
vga_control_regs 1743 drivers/gpu/drm/amd/amdgpu/dce_v8_0.c 		WREG32(vga_control_regs[amdgpu_crtc->crtc_id], vga_control);
vga_control_regs  216 drivers/gpu/drm/radeon/atombios_crtc.c static const u32 vga_control_regs[6] =
vga_control_regs  238 drivers/gpu/drm/radeon/atombios_crtc.c 		vga_control = RREG32(vga_control_regs[radeon_crtc->crtc_id]);
vga_control_regs  239 drivers/gpu/drm/radeon/atombios_crtc.c 		WREG32(vga_control_regs[radeon_crtc->crtc_id], vga_control | 1);
vga_control_regs  248 drivers/gpu/drm/radeon/atombios_crtc.c 		WREG32(vga_control_regs[radeon_crtc->crtc_id], vga_control);