OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fp_vert_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
73
fp_vert_stretch
= RREG32(RADEON_FP_VERT_STRETCH) &
150
fp_vert_stretch
|= ((yres-1) << 12);
152
inc = (
fp_vert_stretch
& RADEON_VERT_AUTO_RATIO_INC) ? 1 : 0;
155
fp_vert_stretch
|= (((scale) & RADEON_VERT_STRETCH_RATIO_MASK) |
163
fp_vert_stretch
|= ((yres-1) << 12);
204
fp_vert_stretch
|= ((yres-1) << 12);
209
WREG32(RADEON_FP_VERT_STRETCH,
fp_vert_stretch
);
radeon_combios.c
1113
uint32_t
fp_vert_stretch
, fp_horz_stretch;
local in function:radeon_legacy_get_lvds_info_from_regs
1122
fp_vert_stretch
= RREG32(RADEON_FP_VERT_STRETCH);
1133
if (
fp_vert_stretch
& RADEON_VERT_STRETCH_ENABLE)
1135
((
fp_vert_stretch
& RADEON_VERT_PANEL_SIZE) >>
Completed in 14 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025