| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | rcar_du_drv.c | 47 .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 D | rcar_du_kms.c | 547 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 D | 0006-ecore_drm2-Fallback-to-first-possible-CRTC-of-encode.patch | 22 + 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 D | tidss_encoder.c | 73 u32 encoder_type, u32 possible_crtcs) in tidss_encoder_create() argument 82 enc->possible_crtcs = possible_crtcs; in tidss_encoder_create()
|
| H A D | tidss_plane.c | 174 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 D | tidss_encoder.h | 15 u32 encoder_type, u32 possible_crtcs);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_of.c | 66 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 D | drm_plane.c | 174 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 D | drm_encoder.c | 239 enc_resp->possible_crtcs = drm_lease_filter_crtcs(file_priv, in drm_mode_getencoder() 240 encoder->possible_crtcs); in drm_mode_getencoder()
|
| H A D | drm_crtc.c | 311 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 D | drm_encoder.h | 150 uint32_t possible_crtcs; member 232 return !!(encoder->possible_crtcs & drm_crtc_mask(crtc)); in drm_encoder_crtc_ok()
|
| H A D | drm_plane.h | 609 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 D | sun4i_crtc.c | 242 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 D | 0003-HACK-drm-rockchip-Prefer-non-cluster-overlay-planes.patch | 23 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 D | 0003-HACK-drm-rockchip-Prefer-non-cluster-overlay-planes.patch | 23 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 D | tilcdc_external.c | 66 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 D | komeda_plane.c | 210 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 D | sti_cursor.h | 16 unsigned int possible_crtcs);
|
| H A D | sti_gdp.h | 22 unsigned int possible_crtcs,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_plane.h | 22 u32 possible_crtcs);
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch | 41 /* 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 D | 0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch | 41 /* 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 D | 0037-kmssink-Improve-monitor-and-plane-selection.patch | 65 - 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 D | 0038-kmssink-Improve-monitor-and-plane-selection.patch | 65 - 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 D | 0038-kmssink-Improve-monitor-and-plane-selection.patch | 65 - if (plane->possible_crtcs & (1 << pipe)) 71 + if (plane->possible_crtcs & (1 << pipe) && !plane->fb_id) {
|