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