|
@@ -517,7 +517,7 @@ static int i915_dispatch_flip(struct drm_device * dev)
|
|
|
RING_LOCALS;
|
|
|
|
|
|
DRM_DEBUG("%s: page=%d pfCurrentPage=%d\n",
|
|
|
- __FUNCTION__,
|
|
|
+ __func__,
|
|
|
dev_priv->current_page,
|
|
|
dev_priv->sarea_priv->pf_current_page);
|
|
|
|
|
@@ -642,7 +642,7 @@ static int i915_cmdbuffer(struct drm_device *dev, void *data,
|
|
|
static int i915_flip_bufs(struct drm_device *dev, void *data,
|
|
|
struct drm_file *file_priv)
|
|
|
{
|
|
|
- DRM_DEBUG("%s\n", __FUNCTION__);
|
|
|
+ DRM_DEBUG("%s\n", __func__);
|
|
|
|
|
|
LOCK_TEST_WITH_RETURN(dev, file_priv);
|
|
|
|