Home
last modified time | relevance | path

Searched refs:possible_crtcs (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_mode.h150 __u32 possible_crtcs; member
175 __u32 possible_crtcs; member
H A Ddrm_crtc.h496 uint32_t possible_crtcs; member
655 uint32_t possible_crtcs; member
863 unsigned long possible_crtcs,
H A Ddrm_crtc.c647 unsigned long possible_crtcs, in drm_plane_init() argument
667 plane->possible_crtcs = possible_crtcs; in drm_plane_init()
1597 enc_resp->possible_crtcs = encoder->possible_crtcs; in drm_mode_getencoder()
1698 plane_resp->possible_crtcs = plane->possible_crtcs; in drm_mode_getplane()
H A Ddrm_crtc_helper.c334 if (encoder->possible_crtcs & crtc_mask) in drm_encoder_crtc_ok()
H A Ddrm_fb_helper.c1291 if ((encoder->possible_crtcs & (1 << c)) == 0) in drm_pick_crtcs()
/freebsd/sys/arm/nvidia/drm2/
H A Dtegra_hdmi.c1042 sc->output.encoder.possible_crtcs = 0x3; in hdmi_init_client()