Searched refs:vidi (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_vidi.c30 /* vidi has totally three virtual windows. */
308 struct drm_exynos_vidi_connection *vidi = data; vidi_connection_ioctl() local
310 if (!vidi) { vidi_connection_ioctl()
311 DRM_DEBUG_KMS("user data for vidi is null.\n"); vidi_connection_ioctl()
315 if (vidi->connection > 1) { vidi_connection_ioctl()
335 if (ctx->connected == vidi->connection) { vidi_connection_ioctl()
340 if (vidi->connection) { vidi_connection_ioctl()
341 struct edid *raw_edid = (struct edid *)(uint32_t)vidi->edid; vidi_connection_ioctl()
363 ctx->connected = vidi->connection; vidi_connection_ioctl()
583 .name = "exynos-drm-vidi",
593 pdev = platform_device_register_simple("exynos-drm-vidi", -1, NULL, 0); exynos_drm_probe_vidi()
/linux-4.1.27/include/uapi/drm/
H A Dexynos_drm.h54 * @extensions: if this value is 1 then the vidi driver would need additional

Completed in 79 milliseconds