Searched refs:DRM_MAGIC_HASH_ORDER (Results 1 – 1 of 1) sorted by relevance
95 #define DRM_MAGIC_HASH_ORDER 4 /**< Size of key hash table. Must be power of 2. */ macro108 if (drm_ht_create(&master->magiclist, DRM_MAGIC_HASH_ORDER)) { in drm_master_create()