Lines Matching refs:drm_dev
150 struct drm_device *drm_dev; member
840 if (ctx->pipe < 0 || !ctx->drm_dev) in fimd_te_handler()
905 if (ctx->pipe < 0 || !ctx->drm_dev) in fimd_irq_handler()
941 struct drm_device *drm_dev = data; in fimd_bind() local
942 struct exynos_drm_private *priv = drm_dev->dev_private; in fimd_bind()
948 ctx->drm_dev = drm_dev; in fimd_bind()
953 ret = exynos_plane_init(drm_dev, &ctx->planes[zpos], in fimd_bind()
961 ctx->crtc = exynos_drm_crtc_create(drm_dev, &exynos_plane->base, in fimd_bind()
968 exynos_dpi_bind(drm_dev, ctx->encoder); in fimd_bind()
970 if (is_drm_iommu_supported(drm_dev)) in fimd_bind()
973 ret = drm_iommu_attach_device(drm_dev, dev); in fimd_bind()
987 drm_iommu_detach_device(ctx->drm_dev, ctx->dev); in fimd_unbind()