Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269758
b: refs/heads/master
c: 8e9cc6a
h: refs/heads/master
v: v3
  • Loading branch information
Inki Dae authored and Dave Airlie committed Oct 18, 2011
1 parent 18b9109 commit bee2d06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 19c8b8343d9cb9674fa47103bf2a4abb43757e65
refs/heads/master: 8e9cc6a13ac0c6a5a1fef5ca2bda0925832516f3
4 changes: 3 additions & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_crtc.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ struct exynos_drm_crtc {
unsigned int pipe;
};

void exynos_drm_crtc_apply(struct drm_crtc *crtc)
static void exynos_drm_crtc_apply(struct drm_crtc *crtc)
{
struct exynos_drm_crtc *exynos_crtc = to_exynos_crtc(crtc);
struct exynos_drm_overlay *overlay = &exynos_crtc->overlay;
Expand Down Expand Up @@ -279,6 +279,8 @@ static int exynos_drm_crtc_page_flip(struct drm_crtc *crtc,
goto out;
}

exynos_drm_crtc_apply(crtc);

dev_priv->pageflip_event = true;
}
out:
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/gpu/drm/exynos/exynos_drm_crtc.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@

struct exynos_drm_overlay *get_exynos_drm_overlay(struct drm_device *dev,
struct drm_crtc *crtc);
void exynos_drm_crtc_apply(struct drm_crtc *crtc);
int exynos_drm_crtc_create(struct drm_device *dev, unsigned int nr);
int exynos_drm_crtc_enable_vblank(struct drm_device *dev, int crtc);
void exynos_drm_crtc_disable_vblank(struct drm_device *dev, int crtc);
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_fimd.c
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,6 @@ static void fimd_finish_pageflip(struct drm_device *drm_dev, int crtc)

spin_lock_irqsave(&drm_dev->event_lock, flags);

exynos_drm_crtc_apply(dev_priv->crtc[crtc]);

list_for_each_entry_safe(e, t, &dev_priv->pageflip_event_list,
base.link) {
do_gettimeofday(&now);
Expand Down

0 comments on commit bee2d06

Please sign in to comment.