Home
last modified time | relevance | path

Searched refs:DRMMODE_PLANE__COUNT (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.h53 DRMMODE_PLANE__COUNT enumerator
205 drmmode_prop_info_rec props_plane[DRMMODE_PLANE__COUNT];
H A Ddrmmode_display.c2316 drmmode_prop_info_free(drmmode_crtc->props_plane, DRMMODE_PLANE__COUNT); in drmmode_crtc_destroy()
2470 drmmode_prop_info_rec tmp_props[DRMMODE_PLANE__COUNT]; in drmmode_crtc_create_planes()
2472 if (!drmmode_prop_info_copy(tmp_props, plane_props, DRMMODE_PLANE__COUNT, 0)) { in drmmode_crtc_create_planes()
2475 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); in drmmode_crtc_create_planes()
2483 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); in drmmode_crtc_create_planes()
2511 drmmode_prop_info_update(drmmode, tmp_props, DRMMODE_PLANE__COUNT, props); in drmmode_crtc_create_planes()
2528 drmmode_prop_info_free(drmmode_crtc->props_plane, DRMMODE_PLANE__COUNT); in drmmode_crtc_create_planes()
2535 DRMMODE_PLANE__COUNT, 1); in drmmode_crtc_create_planes()
2546 DRMMODE_PLANE__COUNT, 1); in drmmode_crtc_create_planes()
2566 drmmode_prop_info_free(tmp_props, DRMMODE_PLANE__COUNT); in drmmode_crtc_create_planes()