OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extend_crtc
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_xrandr.c
169
psb_xrandr_crtc_p local_crtc = NULL,
extend_crtc
= NULL;
local
182
extend_crtc
= psb_xrandr_info->local_crtc[1];
188
if (!local_crtc || !
extend_crtc
) {
195
extend_crtc
->x == 0 &&
extend_crtc
->y == 0) {
197
extend_crtc
->location = NORMAL;
201
if (local_crtc->y ==
extend_crtc
->height)
202
extend_crtc
->location = ABOVE;
203
else if (
extend_crtc
->y == local_crtc->height)
204
extend_crtc
->location = BELOW
214
psb_xrandr_crtc_p local_crtc = NULL,
extend_crtc
= NULL;
local
[
all
...]
psb_xrandr.h
136
psb_xrandr_crtc_p
extend_crtc
;
member in struct:_psb_xrandr_info_s
Completed in 88 milliseconds