Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287793
b: refs/heads/master
c: 6f81150
h: refs/heads/master
i:
  287791: 648fecd
v: v3
  • Loading branch information
Joonyoung Shim authored and Dave Airlie committed Feb 16, 2012
1 parent 63296bf commit f971748
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: 44a0e022b86a8c12ed06c02f52045c8f9f118bb1
refs/heads/master: 6f811502a473a32a9b892fb35d77b8f91dc7484c
10 changes: 2 additions & 8 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,10 @@ static int exynos_drm_unload(struct drm_device *dev)
}

static void exynos_drm_preclose(struct drm_device *dev,
struct drm_file *file_priv)
struct drm_file *file)
{
struct exynos_drm_private *dev_priv = dev->dev_private;
DRM_DEBUG_DRIVER("%s\n", __FILE__);

/*
* drm framework frees all events at release time,
* so private event list should be cleared.
*/
if (!list_empty(&dev_priv->pageflip_event_list))
INIT_LIST_HEAD(&dev_priv->pageflip_event_list);
}

static void exynos_drm_lastclose(struct drm_device *dev)
Expand Down

0 comments on commit f971748

Please sign in to comment.