OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_crtc
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.h
44
xf86CrtcPtr
current_crtc
;
member in struct:__anon8908
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h
234
xf86CrtcPtr
current_crtc
;
member in struct:__anon10027
drmmode_display.c
569
if (drmmode_output->
current_crtc
== crtc) {
730
xf86CrtcPtr crtc = drmmode_output->
current_crtc
;
749
drmmode_output->
current_crtc
= NULL;
864
if (drmmode_output->
current_crtc
== other_crtc) {
892
drmmode_output->
current_crtc
= crtc;
893
else if (drmmode_output->
current_crtc
== crtc)
894
drmmode_output->
current_crtc
= NULL;
2192
int
current_crtc
, best_plane = 0;
local
2276
current_crtc
= drmmode_prop_get_value(&tmp_props[DRMMODE_PLANE_CRTC_ID],
2278
if (
current_crtc
== drmmode_crtc->mode_crtc->crtc_id)
[
all
...]
Completed in 6 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026