Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/drm/
H A Dati_pcigart.c76 pages = DRM_MIN(entry->pages, ATI_MAX_PCIGART_PAGES); in drm_ati_pcigart_init()
H A DdrmP.h136 #define DRM_MIN(a, b) ((a) < (b) ? (a) : (b)) macro