| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_crtc.c | 700 bool cursor_plane = false; in mdp5_crtc_atomic_check() local 724 cursor_plane = true; in mdp5_crtc_atomic_check() 750 WARN_ON(cursor_plane && in mdp5_crtc_atomic_check() 765 if (cursor_plane && (i == (cnt - 1))) in mdp5_crtc_atomic_check() 1308 struct drm_plane *cursor_plane, int id) in mdp5_crtc_init() argument 1329 mdp5_crtc->lm_cursor_enabled = cursor_plane ? false : true; in mdp5_crtc_init() 1331 drm_crtc_init_with_planes(dev, crtc, plane, cursor_plane, in mdp5_crtc_init() 1332 cursor_plane ? in mdp5_crtc_init()
|
| H A D | mdp5_kms.h | 290 struct drm_plane *cursor_plane, int id);
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_crtc.h | 19 int cursor_plane; member
|
| H A D | rockchip_display.c | 1879 int cursor_plane = -1; in rockchip_display_probe() local 1888 cursor_plane = ofnode_read_u32_default(vp_node, "cursor-win-id", -1); in rockchip_display_probe() 1889 s->crtc_state.crtc->vps[vp_id].cursor_plane = cursor_plane; in rockchip_display_probe() 1900 cursor_plane); in rockchip_display_probe()
|
| H A D | rockchip_vop2.c | 4519 …c int rockchip_vop2_get_cursor_plane(struct display_state *state, u32 plane_mask, int cursor_plane) in rockchip_vop2_get_cursor_plane() argument 4527 if (cursor_plane < 0) in rockchip_vop2_get_cursor_plane() 4530 if (plane_mask & (1 << cursor_plane)) in rockchip_vop2_get_cursor_plane() 4531 return cursor_plane; in rockchip_vop2_get_cursor_plane() 4535 if (vop2->data->plane_table[i].plane_id == cursor_plane) { in rockchip_vop2_get_cursor_plane() 4544 vop2->data->plane_table[i].plane_id != cursor_plane) { in rockchip_vop2_get_cursor_plane() 4557 cstate->crtc_id, cursor_plane, correct_cursor_plane); in rockchip_vop2_get_cursor_plane() 4584 cstate->crtc->vps[vp_id].cursor_plane); in rockchip_vop2_fixup_dts()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/ |
| H A D | vc4_plane.c | 1392 struct drm_plane *cursor_plane; in vc4_plane_create_additional_planes() local 1421 cursor_plane = vc4_plane_init(drm, DRM_PLANE_TYPE_CURSOR); in vc4_plane_create_additional_planes() 1422 if (!IS_ERR(cursor_plane)) { in vc4_plane_create_additional_planes() 1423 cursor_plane->possible_crtcs = drm_crtc_mask(crtc); in vc4_plane_create_additional_planes() 1424 crtc->cursor = cursor_plane; in vc4_plane_create_additional_planes()
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_cursor.c | 89 int cursor_plane; member 234 if (plane->cursor_plane || crtc->async_commit || !ctx->atomic) in drm_set_plane() 734 plane->cursor_plane = value == DRM_PLANE_TYPE_CURSOR; in drm_crtc_bind_plane() 735 if (plane->cursor_plane) in drm_crtc_bind_plane() 954 if (!plane->cursor_plane) { in drm_crtc_thread_fn()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/ |
| H A D | ast_drv.h | 140 struct drm_plane cursor_plane; member
|
| H A D | ast_mode.c | 915 &ast->cursor_plane, &ast_crtc_funcs, in ast_crtc_init() 1148 ret = drm_universal_plane_init(dev, &ast->cursor_plane, 0x01, in ast_mode_config_init() 1157 drm_plane_helper_add(&ast->cursor_plane, in ast_mode_config_init()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 594 - if (!output->cursor_plane || device->cursors_are_broken) { 595 + if (!output->cursor_plane || device->cursors_are_broken ||
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 596 - if (!output->cursor_plane || device->cursors_are_broken) { 597 + if (!output->cursor_plane || device->cursors_are_broken ||
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 6237 struct drm_plane *cursor_plane; in amdgpu_dm_crtc_init() local 6241 cursor_plane = kzalloc(sizeof(*cursor_plane), GFP_KERNEL); in amdgpu_dm_crtc_init() 6242 if (!cursor_plane) in amdgpu_dm_crtc_init() 6245 cursor_plane->type = DRM_PLANE_TYPE_CURSOR; in amdgpu_dm_crtc_init() 6246 res = amdgpu_dm_plane_init(dm, cursor_plane, 0, NULL); in amdgpu_dm_crtc_init() 6256 cursor_plane, in amdgpu_dm_crtc_init() 6284 kfree(cursor_plane); in amdgpu_dm_crtc_init()
|