summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/gma500/cdv_device.h
diff options
context:
space:
mode:
authorPatrik Jakobsson2013-07-09 20:03:01 +0200
committerPatrik Jakobsson2013-07-24 01:47:19 +0200
commitad3c46eae3f51b34adea55e0625d255b21ec0a15 (patch)
treea2b3aab9eeb6c17bb9fd92d7b304cee80ec3970a /drivers/gpu/drm/gma500/cdv_device.h
parentdrm/gma500: Add generic pipe/crtc functions (diff)
downloadkernel-qcow2-linux-ad3c46eae3f51b34adea55e0625d255b21ec0a15.tar.gz
kernel-qcow2-linux-ad3c46eae3f51b34adea55e0625d255b21ec0a15.tar.xz
kernel-qcow2-linux-ad3c46eae3f51b34adea55e0625d255b21ec0a15.zip
drm/gma500/cdv: Use identical generic crtc funcs
This patch makes cdv use the gma_xxx counterparts that are identical. I took them in one sweep as they should not cause any regressions. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/gma500/cdv_device.h')
-rw-r--r--drivers/gpu/drm/gma500/cdv_device.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpu/drm/gma500/cdv_device.h b/drivers/gpu/drm/gma500/cdv_device.h
index 0fcb608bbdf9..602406bb6d0f 100644
--- a/drivers/gpu/drm/gma500/cdv_device.h
+++ b/drivers/gpu/drm/gma500/cdv_device.h
@@ -26,12 +26,3 @@ extern void cdv_hdmi_init(struct drm_device *dev, struct psb_intel_mode_device *
int reg);
extern struct drm_display_mode *cdv_intel_crtc_mode_get(struct drm_device *dev,
struct drm_crtc *crtc);
-
-static inline void cdv_intel_wait_for_vblank(struct drm_device *dev)
-{
- /* Wait for 20ms, i.e. one cycle at 50hz. */
- /* FIXME: msleep ?? */
- mdelay(20);
-}
-
-