OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vga_control
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_crtc.c
239
u32
vga_control
= 0;
local in function:atombios_blank_crtc
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
1831
u32
vga_control
;
local in function:dce_v10_0_vga_enable
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
1873
u32
vga_control
;
local in function:dce_v11_0_vga_enable
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
1797
u32
vga_control
;
local in function:dce_v6_0_vga_enable
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
1760
u32
vga_control
;
local in function:dce_v8_0_vga_enable
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 30 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025