summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linux-core/xgi_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/xgi_drv.c b/linux-core/xgi_drv.c
index 2c271fde..3c3e09a0 100644
--- a/linux-core/xgi_drv.c
+++ b/linux-core/xgi_drv.c
@@ -72,7 +72,7 @@ static struct drm_driver driver = {
.load = xgi_driver_load,
.unload = xgi_driver_unload,
.reclaim_buffers = NULL,
- .reclaim_buffers_locked = xgi_reclaim_buffers_locked,
+ .reclaim_buffers_idlelocked = xgi_reclaim_buffers_locked,
.lastclose = xgi_lastclose,
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,