OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fp_horz_stretch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_legacy_crtc.c
68
u32
fp_horz_stretch
, fp_vert_stretch, fp_horz_vert_active;
local in function:radeon_legacy_rmx_mode_set
76
fp_horz_stretch
= RREG32(RADEON_FP_HORZ_STRETCH) &
138
fp_horz_stretch
|= ((xres/8-1) << 16);
140
inc = (
fp_horz_stretch
& RADEON_HORZ_AUTO_RATIO_INC) ? 1 : 0;
143
fp_horz_stretch
|= (((scale) & RADEON_HORZ_STRETCH_RATIO_MASK) |
162
fp_horz_stretch
|= ((xres/8-1) << 16);
203
fp_horz_stretch
|= ((xres/8-1) << 16);
208
WREG32(RADEON_FP_HORZ_STRETCH,
fp_horz_stretch
);
radeon_combios.c
1113
uint32_t fp_vert_stretch,
fp_horz_stretch
;
local in function:radeon_legacy_get_lvds_info_from_regs
1123
fp_horz_stretch
= RREG32(RADEON_FP_HORZ_STRETCH);
1141
if (
fp_horz_stretch
& RADEON_HORZ_STRETCH_ENABLE)
1143
(((
fp_horz_stretch
& RADEON_HORZ_PANEL_SIZE) >>
Completed in 37 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025