In the process of adding GEM support for OMAP DRM driver, I noticed that I was adding code for creating/freeing mmap offsets which was virtually identical to what was already duplicated in i915 and gma500 drivers. Rather than duplicating the code a 3rd time, it seemed like a good idea to move it to the GEM core. Note that I don't actually have a way to test psb or i915, but the changes seem straightforward enough. -- For the curious, OMAP DRM driver is here: https://github.com/robclark/kernel-omap4/commits/linux-omap-3.0-drm I'll send patches when it's dependencies are merged and it is slightly more than half baked ;-) Rob Clark (3): drm/gem: add functions for mmap offset creation drm/i915: use common functions for mmap offset creation drm/gma500: use common functions for mmap offset creation drivers/gpu/drm/drm_gem.c | 88 ++++++++++++++++++++++++++++++++++++++ drivers/gpu/drm/i915/i915_gem.c | 85 +----------------------------------- drivers/staging/gma500/psb_gem.c | 63 +-------------------------- include/drm/drmP.h | 3 + 4 files changed, 95 insertions(+), 144 deletions(-) -- 1.7.4.1 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel