Searched defs:omap_drm_usergart (Results 1 – 1 of 1) sorted by relevance
128 struct omap_drm_usergart { struct129 struct omap_drm_usergart_entry entry[NUM_USERGART_ENTRIES]; argument130 int height; /* height in rows */131 int height_shift; /* ilog2(height in rows) */132 int slot_shift; /* ilog2(width per slot) */133 int stride_pfn; /* stride in pages */134 int last; /* index of last used entry */