Searched defs:omap_drm_usergart (Results 1 – 1 of 1) sorted by relevance
121 struct omap_drm_usergart { struct122 struct omap_drm_usergart_entry entry[NUM_USERGART_ENTRIES]; argument123 int height; /* height in rows */124 int height_shift; /* ilog2(height in rows) */125 int slot_shift; /* ilog2(width per slot) */126 int stride_pfn; /* stride in pages */127 int last; /* index of last used entry */