HomeSort by: relevance | last modified time | path
    Searched defs:caching (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo.c 998 uint32_t caching = proposed_placement & TTM_PL_MASK_CACHING; local in function:ttm_bo_select_caching
1002 * Keep current caching if possible.
1005 if ((cur_placement & caching) != 0)
1006 result |= (cur_placement & caching);
1007 else if ((man->default_caching & caching) != 0)
1009 else if ((TTM_PL_FLAG_CACHED & caching) != 0)
1011 else if ((TTM_PL_FLAG_WC & caching) != 0)
1013 else if ((TTM_PL_FLAG_UNCACHED & caching) != 0)
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i915_drm.h 1283 * Special GPU caching mode which is coherent with the scanout engines.
1294 * Handle of the buffer to set/get the caching level of. */
1300 * bits0-15 are for generic caching control (i.e. the above defined
1302 * (e.g. l3$ caching on gen7). */
1303 __u32 caching; member in struct:drm_i915_gem_caching

Completed in 15 milliseconds