Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/
H A Drcar_du_drv.c47 .possible_crtcs = BIT(1) | BIT(0),
51 .possible_crtcs = BIT(0),
69 .possible_crtcs = BIT(0),
73 .possible_crtcs = BIT(1),
91 .possible_crtcs = BIT(0),
95 .possible_crtcs = BIT(1),
99 .possible_crtcs = BIT(0) | BIT(1),
118 .possible_crtcs = BIT(2),
122 .possible_crtcs = BIT(1),
126 .possible_crtcs = BIT(0),
[all …]
H A Drcar_du_kms.c547 if (rcdu->info->routes[i].possible_crtcs && in rcar_du_encoders_init()
883 encoder->possible_crtcs = route->possible_crtcs; in rcar_du_modeset_init()
906 dpad0_sources = rcdu->info->routes[RCAR_DU_OUTPUT_DPAD0].possible_crtcs; in rcar_du_modeset_init()
/OK3568_Linux_fs/buildroot/package/efl/
H A D0006-ecore_drm2-Fallback-to-first-possible-CRTC-of-encode.patch22 + uint32_t crtc, possible_crtcs;
30 + possible_crtcs = enc->possible_crtcs;
34 + return ffs(possible_crtcs) - 1;
55 p = enc->possible_crtcs;
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tidss/
H A Dtidss_encoder.c73 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument
82 enc->possible_crtcs = possible_crtcs; in tidss_encoder_create()
H A Dtidss_plane.c174 u32 possible_crtcs; in tidss_plane_create() local
192 possible_crtcs = crtc_mask; in tidss_plane_create()
196 possible_crtcs, in tidss_plane_create()
H A Dtidss_encoder.h15 u32 encoder_type, u32 possible_crtcs);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_of.c66 uint32_t possible_crtcs = 0; in drm_of_find_possible_crtcs() local
75 possible_crtcs |= drm_of_crtc_port_mask(dev, remote_port); in drm_of_find_possible_crtcs()
80 return possible_crtcs; in drm_of_find_possible_crtcs()
H A Ddrm_plane.c174 uint32_t possible_crtcs, in drm_universal_plane_init() argument
260 plane->possible_crtcs = possible_crtcs; in drm_universal_plane_init()
343 uint32_t possible_crtcs, in drm_plane_init() argument
351 return drm_universal_plane_init(dev, plane, possible_crtcs, funcs, in drm_plane_init()
553 plane_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, in drm_mode_getplane()
554 plane->possible_crtcs); in drm_mode_getplane()
617 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) { in __setplane_check()
H A Ddrm_encoder.c239 enc_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, in drm_mode_getencoder()
240 encoder->possible_crtcs); in drm_mode_getencoder()
H A Ddrm_crtc.c311 if (primary && !primary->possible_crtcs) in drm_crtc_init_with_planes()
312 primary->possible_crtcs = drm_crtc_mask(crtc); in drm_crtc_init_with_planes()
313 if (cursor && !cursor->possible_crtcs) in drm_crtc_init_with_planes()
314 cursor->possible_crtcs = drm_crtc_mask(crtc); in drm_crtc_init_with_planes()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_encoder.h150 uint32_t possible_crtcs; member
232 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
H A Ddrm_plane.h609 uint32_t possible_crtcs; member
734 uint32_t possible_crtcs,
743 uint32_t possible_crtcs,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.c242 uint32_t possible_crtcs = drm_crtc_mask(&scrtc->crtc); in sun4i_crtc_init() local
246 plane->possible_crtcs = possible_crtcs; in sun4i_crtc_init()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_4.19/
H A D0003-HACK-drm-rockchip-Prefer-non-cluster-overlay-planes.patch23 possible_crtcs = (1 << vop2_data->nr_vps) - 1;
26 * Create drm_planes for overlay windows with possible_crtcs restricted
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux/linux-rockchip_5.10/
H A D0003-HACK-drm-rockchip-Prefer-non-cluster-overlay-planes.patch23 possible_crtcs = (1 << vop2_data->nr_vps) - 1;
26 * Create drm_planes for overlay windows with possible_crtcs restricted
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c66 if (iter->possible_crtcs & (1 << priv->crtc->index)) { in tilcdc_add_component_encoder()
95 priv->external_encoder->possible_crtcs = BIT(0); in tilcdc_attach_bridge()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_plane.c210 u32 possible_crtcs = 0; in get_possible_crtcs() local
217 possible_crtcs |= BIT(i); in get_possible_crtcs()
220 return possible_crtcs; in get_possible_crtcs()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_cursor.h16 unsigned int possible_crtcs);
H A Dsti_gdp.h22 unsigned int possible_crtcs,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_plane.h22 u32 possible_crtcs);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch41 /* Check whether the plane can be used with this CRTC; possible_crtcs
43 return !!(plane->possible_crtcs & (1 << output->crtc->pipe));
/OK3568_Linux_fs/buildroot/package/weston/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch41 /* Check whether the plane can be used with this CRTC; possible_crtcs
43 return !!(plane->possible_crtcs & (1 << output->crtc->pipe));
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0037-kmssink-Improve-monitor-and-plane-selection.patch65 - if (plane->possible_crtcs & (1 << pipe))
71 + if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) {
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch65 - if (plane->possible_crtcs & (1 << pipe))
71 + if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) {
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0038-kmssink-Improve-monitor-and-plane-selection.patch65 - if (plane->possible_crtcs & (1 << pipe))
71 + if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) {

1234567