mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 11:50:17 +01:00
drm: TRUE/true
This commit is contained in:
parent
f7a9940715
commit
12e6a114cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue