Lines Matching refs:possible_crtcs
59 * with multiple CRTCs, see &drm_plane.possible_crtcs.
236 uint32_t possible_crtcs,
328 plane->possible_crtcs = possible_crtcs;
362 * @possible_crtcs: bitmask of possible CRTCs
386 uint32_t possible_crtcs,
399 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
418 size_t offset, uint32_t possible_crtcs,
440 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
457 size_t offset, uint32_t possible_crtcs,
479 ret = __drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
737 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv,
738 plane->possible_crtcs);
801 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) {