Searched refs:DRMMODE_PLANE__COUNT (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.h | 54 DRMMODE_PLANE__COUNT enumerator in enum:drmmode_plane_property 179 drmmode_prop_info_rec props_plane[DRMMODE_PLANE__COUNT];
|
| H A D | drmmode_display.c | 2072 drmmode_prop_info_free(drmmode_crtc->props_plane, DRMMODE_PLANE__COUNT); 2223 drmmode_prop_info_rec tmp_props[DRMMODE_PLANE__COUNT]; 2225 if (!drmmode_prop_info_copy(tmp_props, plane_props, DRMMODE_PLANE__COUNT, 0)) { 2228 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); 2236 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); 2264 drmmode_prop_info_update(drmmode, tmp_props, DRMMODE_PLANE__COUNT, props); 2281 drmmode_prop_info_free(drmmode_crtc->props_plane, DRMMODE_PLANE__COUNT); 2288 DRMMODE_PLANE__COUNT, 1); 2299 DRMMODE_PLANE__COUNT, 1); 2319 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); [all...] |
Completed in 8 milliseconds