diff options
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_ipp.h')
| -rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_ipp.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h b/drivers/gpu/drm/exynos/exynos_drm_ipp.h index 7aaeaae757c2..6f48d62aeb30 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_ipp.h +++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.h | |||
| @@ -48,7 +48,7 @@ struct drm_exynos_ipp_cmd_work { | |||
| 48 | /* | 48 | /* |
| 49 | * A structure of command node. | 49 | * A structure of command node. |
| 50 | * | 50 | * |
| 51 | * @priv: IPP private information. | 51 | * @dev: IPP device. |
| 52 | * @list: list head to command queue information. | 52 | * @list: list head to command queue information. |
| 53 | * @event_list: list head of event. | 53 | * @event_list: list head of event. |
| 54 | * @mem_list: list head to source,destination memory queue information. | 54 | * @mem_list: list head to source,destination memory queue information. |
| @@ -64,7 +64,7 @@ struct drm_exynos_ipp_cmd_work { | |||
| 64 | * @state: state of command node. | 64 | * @state: state of command node. |
| 65 | */ | 65 | */ |
| 66 | struct drm_exynos_ipp_cmd_node { | 66 | struct drm_exynos_ipp_cmd_node { |
| 67 | struct exynos_drm_ipp_private *priv; | 67 | struct device *dev; |
| 68 | struct list_head list; | 68 | struct list_head list; |
| 69 | struct list_head event_list; | 69 | struct list_head event_list; |
| 70 | struct list_head mem_list[EXYNOS_DRM_OPS_MAX]; | 70 | struct list_head mem_list[EXYNOS_DRM_OPS_MAX]; |
