mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
s/TRUE/true s/FALSE/false
This commit is contained in:
parent
a28516ec93
commit
06dd3d5cec
1 changed files with 2 additions and 2 deletions
|
|
@ -554,7 +554,7 @@ static int drm_agp_bind_ttm(struct drm_ttm_backend *backend,
|
|||
int snooped = (bo_mem->flags & DRM_BO_FLAG_CACHED) && !(bo_mem->flags & DRM_BO_FLAG_CACHED_MAPPED);
|
||||
|
||||
DRM_DEBUG("drm_agp_bind_ttm\n");
|
||||
mem->is_flushed = TRUE;
|
||||
mem->is_flushed = true;
|
||||
mem->type = AGP_USER_MEMORY;
|
||||
/* CACHED MAPPED implies not snooped memory */
|
||||
if (snooped)
|
||||
|
|
@ -653,7 +653,7 @@ struct drm_ttm_backend *drm_agp_init_ttm(struct drm_device *dev)
|
|||
agp_be->mem = NULL;
|
||||
|
||||
agp_be->bridge = dev->agp->bridge;
|
||||
agp_be->populated = FALSE;
|
||||
agp_be->populated = false;
|
||||
agp_be->backend.func = &agp_ttm_backend;
|
||||
agp_be->backend.dev = dev;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue