Home
last modified time | relevance | path

Searched refs:TTM_PL_PRIV (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_ttm.h32 #define AMDGPU_PL_GDS (TTM_PL_PRIV + 0)
33 #define AMDGPU_PL_GWS (TTM_PL_PRIV + 1)
34 #define AMDGPU_PL_OA (TTM_PL_PRIV + 2)
35 #define AMDGPU_PL_PREEMPT (TTM_PL_PRIV + 3)
36 #define AMDGPU_PL_DOORBELL (TTM_PL_PRIV + 4)
/openbsd/sys/dev/pci/drm/include/drm/ttm/
H A Dttm_placement.h54 #define TTM_PL_PRIV 3 macro
/openbsd/sys/dev/pci/drm/i915/gem/
H A Di915_gem_ttm.h64 #define I915_PL_LMEM0 TTM_PL_PRIV
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Dmock_region.c114 TTM_NUM_MEM_TYPES - TTM_PL_PRIV - 1, in mock_region_create()
/openbsd/sys/dev/pci/drm/i915/
H A Dintel_region_ttm.c71 type = mem->instance + TTM_PL_PRIV; in intel_region_to_ttm_type()