Home
last modified time | relevance | path

Searched refs:TTM_PL_FLAG_WC (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/include/drm/ttm/
Dttm_placement.h72 #define TTM_PL_FLAG_WC (1 << 18) macro
78 TTM_PL_FLAG_WC)
/linux-2.6.39/drivers/staging/gma500/
Dpsb_buffer.c59 TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in psb_init_mem_type()
68 TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in psb_init_mem_type()
69 man->default_caching = TTM_PL_FLAG_WC; in psb_init_mem_type()
96 TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in psb_init_mem_type()
97 man->default_caching = TTM_PL_FLAG_WC; in psb_init_mem_type()
Dpsb_ttm_placement_user.c245 flags |= TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in ttm_buffer_object_create()
303 flags |= TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED; in ttm_pl_create_ioctl()
/linux-2.6.39/drivers/gpu/drm/ttm/
Dttm_bo_util.c201 if (mem->placement & TTM_PL_FLAG_WC) in ttm_mem_reg_ioremap()
450 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
463 if (caching_flags & TTM_PL_FLAG_WC) in ttm_io_prot()
488 if (mem->placement & TTM_PL_FLAG_WC) in ttm_bo_ioremap()
Dttm_tt.c268 if (placement & TTM_PL_FLAG_WC) in ttm_tt_set_placement_caching()
Dttm_bo.c896 else if ((TTM_PL_FLAG_WC & caching) != 0) in ttm_bo_select_caching()
897 result |= TTM_PL_FLAG_WC; in ttm_bo_select_caching()
/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_ttm.c170 TTM_PL_FLAG_WC; in radeon_init_mem_type()
171 man->default_caching = TTM_PL_FLAG_WC; in radeon_init_mem_type()
181 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC; in radeon_init_mem_type()
182 man->default_caching = TTM_PL_FLAG_WC; in radeon_init_mem_type()
Dradeon_object.c78 rbo->placements[c++] = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED | in radeon_ttm_placement_from_domain()
/linux-2.6.39/drivers/gpu/drm/nouveau/
Dnouveau_bo.c422 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
423 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
434 TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()
435 man->default_caching = TTM_PL_FLAG_WC; in nouveau_bo_init_mem_type()