drm: TRUE/true

main
Dave Airlie 2008-08-09 17:19:16 +10:00
parent f7a9940715
commit 12e6a114cf
1 changed files with 1 additions and 1 deletions

View File

@ -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);