Lines Matching refs:plane
349 struct sti_plane plane; member
362 #define to_sti_hqvdp(x) container_of(x, struct sti_hqvdp, plane)
573 sti_plane_to_str(&hqvdp->plane), hqvdp->regs); in hqvdp_dbg_show()
760 DRM_DEBUG_DRIVER("%s\n", sti_plane_to_str(&hqvdp->plane)); in sti_hqvdp_disable()
782 hqvdp->plane.status = STI_PLANE_DISABLED; in sti_hqvdp_disable()
808 if (hqvdp->plane.status == STI_PLANE_FLUSHING) { in sti_hqvdp_vtg_cb()
811 sti_plane_to_str(&hqvdp->plane)); in sti_hqvdp_vtg_cb()
845 sti_plane_update_fps(&hqvdp->plane, false, true); in sti_hqvdp_vtg_cb()
1026 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_check() local
1027 struct sti_hqvdp *hqvdp = to_sti_hqvdp(plane); in sti_hqvdp_atomic_check()
1104 drm_plane->base.id, sti_plane_to_str(plane)); in sti_hqvdp_atomic_check()
1106 sti_plane_to_str(plane), in sti_hqvdp_atomic_check()
1120 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_update() local
1121 struct sti_hqvdp *hqvdp = to_sti_hqvdp(plane); in sti_hqvdp_atomic_update()
1146 plane->status = STI_PLANE_UPDATED; in sti_hqvdp_atomic_update()
1242 sti_plane_update_fps(plane, true, true); in sti_hqvdp_atomic_update()
1244 plane->status = STI_PLANE_UPDATED; in sti_hqvdp_atomic_update()
1252 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_atomic_disable() local
1263 drm_plane->base.id, sti_plane_to_str(plane)); in sti_hqvdp_atomic_disable()
1265 plane->status = STI_PLANE_DISABLING; in sti_hqvdp_atomic_disable()
1276 struct sti_plane *plane = to_sti_plane(drm_plane); in sti_hqvdp_late_register() local
1277 struct sti_hqvdp *hqvdp = to_sti_hqvdp(plane); in sti_hqvdp_late_register()
1300 hqvdp->plane.desc = desc; in sti_hqvdp_create()
1301 hqvdp->plane.status = STI_PLANE_DISABLED; in sti_hqvdp_create()
1305 res = drm_universal_plane_init(drm_dev, &hqvdp->plane.drm_plane, 1, in sti_hqvdp_create()
1315 drm_plane_helper_add(&hqvdp->plane.drm_plane, &sti_hqvdp_helpers_funcs); in sti_hqvdp_create()
1317 sti_plane_init_property(&hqvdp->plane, DRM_PLANE_TYPE_OVERLAY); in sti_hqvdp_create()
1319 return &hqvdp->plane.drm_plane; in sti_hqvdp_create()
1326 struct drm_plane *plane; in sti_hqvdp_bind() local
1333 plane = sti_hqvdp_create(drm_dev, hqvdp->dev, STI_HQVDP_0); in sti_hqvdp_bind()
1334 if (!plane) in sti_hqvdp_bind()