diff options
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_plane.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_plane.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_plane.c b/drivers/gpu/drm/omapdrm/omap_plane.c index 7d789d1551a1..0665ed9fe395 100644 --- a/drivers/gpu/drm/omapdrm/omap_plane.c +++ b/drivers/gpu/drm/omapdrm/omap_plane.c | |||
| @@ -201,7 +201,7 @@ static void omap_plane_reset(struct drm_plane *plane) | |||
| 201 | static int omap_plane_atomic_set_property(struct drm_plane *plane, | 201 | static int omap_plane_atomic_set_property(struct drm_plane *plane, |
| 202 | struct drm_plane_state *state, | 202 | struct drm_plane_state *state, |
| 203 | struct drm_property *property, | 203 | struct drm_property *property, |
| 204 | uint64_t val) | 204 | u64 val) |
| 205 | { | 205 | { |
| 206 | struct omap_drm_private *priv = plane->dev->dev_private; | 206 | struct omap_drm_private *priv = plane->dev->dev_private; |
| 207 | 207 | ||
| @@ -216,7 +216,7 @@ static int omap_plane_atomic_set_property(struct drm_plane *plane, | |||
| 216 | static int omap_plane_atomic_get_property(struct drm_plane *plane, | 216 | static int omap_plane_atomic_get_property(struct drm_plane *plane, |
| 217 | const struct drm_plane_state *state, | 217 | const struct drm_plane_state *state, |
| 218 | struct drm_property *property, | 218 | struct drm_property *property, |
| 219 | uint64_t *val) | 219 | u64 *val) |
| 220 | { | 220 | { |
| 221 | struct omap_drm_private *priv = plane->dev->dev_private; | 221 | struct omap_drm_private *priv = plane->dev->dev_private; |
| 222 | 222 | ||
