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