| .. | .. |
|---|
| 68 | 68 | /** |
|---|
| 69 | 69 | * A structure for user connection request of virtual display. |
|---|
| 70 | 70 | * |
|---|
| 71 | | - * @connection: indicate whether doing connetion or not by user. |
|---|
| 71 | + * @connection: indicate whether doing connection or not by user. |
|---|
| 72 | 72 | * @extensions: if this value is 1 then the vidi driver would need additional |
|---|
| 73 | 73 | * 128bytes edid data. |
|---|
| 74 | 74 | * @edid: the edid data pointer from user side. |
|---|
| .. | .. |
|---|
| 394 | 394 | #define DRM_IOCTL_EXYNOS_IPP_COMMIT DRM_IOWR(DRM_COMMAND_BASE + \ |
|---|
| 395 | 395 | DRM_EXYNOS_IPP_COMMIT, struct drm_exynos_ioctl_ipp_commit) |
|---|
| 396 | 396 | |
|---|
| 397 | | -/* EXYNOS specific events */ |
|---|
| 397 | +/* Exynos specific events */ |
|---|
| 398 | 398 | #define DRM_EXYNOS_G2D_EVENT 0x80000000 |
|---|
| 399 | 399 | #define DRM_EXYNOS_IPP_EVENT 0x80000002 |
|---|
| 400 | 400 | |
|---|