OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:position1
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_timing_generator.c
1407
struct crtc_position
position1
, position2;
local in function:dce110_timing_generator_is_counter_moving
1409
tg->funcs->get_position(tg, &
position1
);
1412
if (
position1
.horizontal_count == position2.horizontal_count &&
1413
position1
.vertical_count == position2.vertical_count)
amdgpu_dce110_timing_generator.c
1407
struct crtc_position
position1
, position2;
local in function:dce110_timing_generator_is_counter_moving
1409
tg->funcs->get_position(tg, &
position1
);
1412
if (
position1
.horizontal_count == position2.horizontal_count &&
1413
position1
.vertical_count == position2.vertical_count)
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_optc.c
643
struct crtc_position
position1
, position2;
local in function:optc1_is_counter_moving
645
optc->funcs->get_position(optc, &
position1
);
648
if (
position1
.horizontal_count == position2.horizontal_count &&
649
position1
.vertical_count == position2.vertical_count)
amdgpu_dcn10_optc.c
643
struct crtc_position
position1
, position2;
local in function:optc1_is_counter_moving
645
optc->funcs->get_position(optc, &
position1
);
648
if (
position1
.horizontal_count == position2.horizontal_count &&
649
position1
.vertical_count == position2.vertical_count)
Completed in 24 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025