diff options
author | Dave Airlie <airlied@linux.ie> | 2008-08-09 17:19:16 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2008-08-09 17:19:16 +1000 |
commit | 12e6a114cf9ebd0e1d8ccdbf9a7aef7c67e24b58 (patch) | |
tree | be841d632f75a16091573b1ff2bb4c5cafabbd3e /linux-core | |
parent | f7a99407153eaba5724b6f1f2cadab62c6a50a26 (diff) |
drm: TRUE/true
Diffstat (limited to 'linux-core')
-rw-r--r-- | linux-core/drm_agpsupport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_agpsupport.c b/linux-core/drm_agpsupport.c index 6ccb4b6d..3cc94ff7 100644 --- a/linux-core/drm_agpsupport.c +++ b/linux-core/drm_agpsupport.c @@ -517,7 +517,7 @@ drm_agp_bind_pages(struct drm_device *dev, mem->memory[i] = phys_to_gart(page_to_phys(pages[i])); mem->page_count = num_pages; - mem->is_flushed = TRUE; + mem->is_flushed = true; ret = drm_agp_bind_memory(mem, gtt_offset / PAGE_SIZE); if (ret != 0) { DRM_ERROR("Failed to bind AGP memory: %d\n", ret); |