Home | History | Annotate | Download | only in drm

Lines Matching refs:possible_crtcs

164  * @possible_crtcs: bitmask of possible CRTCs
179 uint32_t possible_crtcs,
264 plane->possible_crtcs = possible_crtcs;
324 * @possible_crtcs: bitmask of possible CRTCs
338 uint32_t possible_crtcs,
346 return drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
548 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv,
549 plane->possible_crtcs);
612 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) {