OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:saved_crtcs
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/egl/drm/
modeset.c
393
struct drm_crtc *drmcrtc = &drmdpy->
saved_crtcs
[crtc_idx];
500
uint32_t crtc_id = drmdpy->
saved_crtcs
[crtc_idx].crtc->crtc_id;
656
if (drmdpy->
saved_crtcs
) {
658
struct drm_crtc *drmcrtc = &drmdpy->
saved_crtcs
[i];
670
FREE(drmdpy->
saved_crtcs
);
693
drmdpy->
saved_crtcs
=
694
CALLOC(drmdpy->resources->count_crtcs, sizeof(*drmdpy->
saved_crtcs
));
695
if (!drmdpy->
saved_crtcs
) {
native_drm.h
70
struct drm_crtc *
saved_crtcs
;
member in struct:drm_display
Completed in 81 milliseconds