HomeSort by: relevance | last modified time | path
    Searched refs:DRMMODE_PLANE__COUNT (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
drmmode_display.h 54 DRMMODE_PLANE__COUNT
179 drmmode_prop_info_rec props_plane[DRMMODE_PLANE__COUNT];
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 6 milliseconds