|
@@ -138,7 +138,6 @@ static void stop(struct drm_crtc *crtc)
|
|
|
tilcdc_clear(dev, LCDC_RASTER_CTRL_REG, LCDC_RASTER_ENABLE);
|
|
|
}
|
|
|
|
|
|
-static void tilcdc_crtc_dpms(struct drm_crtc *crtc, int mode);
|
|
|
static void tilcdc_crtc_destroy(struct drm_crtc *crtc)
|
|
|
{
|
|
|
struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc);
|
|
@@ -192,7 +191,7 @@ static int tilcdc_crtc_page_flip(struct drm_crtc *crtc,
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static void tilcdc_crtc_dpms(struct drm_crtc *crtc, int mode)
|
|
|
+void tilcdc_crtc_dpms(struct drm_crtc *crtc, int mode)
|
|
|
{
|
|
|
struct tilcdc_crtc *tilcdc_crtc = to_tilcdc_crtc(crtc);
|
|
|
struct drm_device *dev = crtc->dev;
|