Re: [PATCH 2/9] mm: Provide new get_vaddr_frames() helper
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2015-06-02 22:29:14
Also in:
dri-devel, linux-media, linux-samsung-soc
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2015-06-02 22:29:14
Also in:
dri-devel, linux-media, linux-samsung-soc
On Tue, 2 Jun 2015 17:23:00 +0200 Jan Kara [off-list ref] wrote:
quoted
That's a lump of new code which many kernels won't be needing. Can we put all this in a new .c file and select it within drivers/media Kconfig?So the attached patch should do what you had in mind. OK?
lgtm.
drivers/gpu/drm/exynos/Kconfig | 1 + drivers/media/platform/omap/Kconfig | 1 + drivers/media/v4l2-core/Kconfig | 1 + mm/Kconfig | 3 + mm/Makefile | 1 + mm/frame-vec.c | 233 ++++++++++++++++++++++++++++++++++++
But frame_vector.c would be a more pleasing name. For `struct frame_vector'. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>