Home
last modified time | relevance | path

Searched refs:DRM_KASSERT (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/external/bsd/drm/dist/bsd-core/
H A Dati_pcigart.c52 DRM_KASSERT(nsegs == 1, in drm_ati_alloc_pcigart_table_cb()
270 DRM_KASSERT(PAGE_SIZE >= ATI_PCIGART_PAGE_SIZE, ("page size too small")); in drm_ati_pcigart_init()
H A DdrmP.h135 #define DRM_KASSERT(x,y) KASSERT(x,y) macro
137 #define DRM_KASSERT(x,y) KASSERT(x) macro