diff options
| author | Laurent Pinchart <[email protected]> | 2015-01-12 20:38:16 +0000 |
|---|---|---|
| committer | Laurent Pinchart <[email protected]> | 2015-03-20 12:30:17 +0000 |
| commit | 2debab97a515374c01d50068de00c95f9befd260 (patch) | |
| tree | 0eb7e611fa813fc848990e56a4f07dd9ab0f98b7 /drivers/gpu/drm/omapdrm/omap_drv.h | |
| parent | drm: omapdrm: Switch to the universal plane API (diff) | |
| download | kernel-2debab97a515374c01d50068de00c95f9befd260.tar.gz kernel-2debab97a515374c01d50068de00c95f9befd260.zip | |
drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()
The planes don't care about DPMS states, don't propagate it
unnecessarily to the plane functions.
Signed-off-by: Laurent Pinchart <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.h')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/omap_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.h b/drivers/gpu/drm/omapdrm/omap_drv.h index f38ffd14ff06..fa6becc4d1be 100644 --- a/drivers/gpu/drm/omapdrm/omap_drv.h +++ b/drivers/gpu/drm/omapdrm/omap_drv.h @@ -161,7 +161,7 @@ void omap_crtc_flush(struct drm_crtc *crtc); struct drm_plane *omap_plane_init(struct drm_device *dev, int id, enum drm_plane_type type); -int omap_plane_dpms(struct drm_plane *plane, int mode); +int omap_plane_set_enable(struct drm_plane *plane, bool enable); int omap_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc, struct drm_framebuffer *fb, int crtc_x, int crtc_y, |
