Searched refs:TTM_PL_FLAG_NO_EVICT (Results 1 - 5 of 5) 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.h66 * TTM_PL_FLAG_NO_EVICT means that the buffer may never
74 #define TTM_PL_FLAG_NO_EVICT (1 << 21) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_buffer.c37 TTM_PL_FLAG_NO_EVICT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_object.c206 bo->placements[i] |= TTM_PL_FLAG_NO_EVICT;
230 bo->placements[i] &= ~TTM_PL_FLAG_NO_EVICT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_bo.c194 if (!(bo->mem.placement & TTM_PL_FLAG_NO_EVICT)) {
1165 if (placement->placement[i] & TTM_PL_FLAG_NO_EVICT) {
1174 if (placement->busy_placement[i] & TTM_PL_FLAG_NO_EVICT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c203 (nvbo->pin_refcnt ? TTM_PL_FLAG_NO_EVICT : 0);

Completed in 71 milliseconds