Searched refs:TTM_PL_FLAG_WC (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/ttm/
H A Dttm_placement.h72 #define TTM_PL_FLAG_WC (1 << 18) macro
78 TTM_PL_FLAG_WC)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo_util.c122 if (mem->placement & TTM_PL_FLAG_WC)
368 if (caching_flags & TTM_PL_FLAG_WC)
381 if (caching_flags & TTM_PL_FLAG_WC)
406 if (mem->placement & TTM_PL_FLAG_WC)
H A Dttm_tt.c263 if (placement & TTM_PL_FLAG_WC)
H A Dttm_bo.c890 else if ((TTM_PL_FLAG_WC & caching) != 0)
891 result |= TTM_PL_FLAG_WC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_ttm.c169 TTM_PL_FLAG_WC;
170 man->default_caching = TTM_PL_FLAG_WC;
179 man->available_caching = TTM_PL_FLAG_UNCACHED | TTM_PL_FLAG_WC;
180 man->default_caching = TTM_PL_FLAG_WC;
H A Dradeon_object.c76 rbo->placements[c++] = TTM_PL_FLAG_WC | TTM_PL_FLAG_UNCACHED |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c153 man->default_caching = TTM_PL_FLAG_WC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c405 TTM_PL_FLAG_WC;
406 man->default_caching = TTM_PL_FLAG_WC;

Completed in 76 milliseconds