OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_crtc
(Results
1 - 1
of
1
) sorted by null
/external/libdrm/tests/modetest/
modetest.c
369
struct crtc *
_crtc
= &dev->resources->crtcs[i];
local
370
drmModeCrtc *crtc =
_crtc
->crtc;
381
if (
_crtc
->props) {
383
for (j = 0; j <
_crtc
->props->count_props; j++)
384
dump_prop(dev,
_crtc
->props_info[j],
385
_crtc
->props->props[j],
386
_crtc
->props->prop_values[j]);
[
all
...]
Completed in 1022 milliseconds