Skip to content

Commit e57924d

Browse files
committed
drm/doc: Task to rename CMA helpers
I'm kinda fed up explaining why the have a confusing name :-) v2: Fix typo that Eric Engestrom spotted. Cc: Noralf Trønnes <noralf@tronnes.org> Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Noralf Trønnes <noralf@tronnes.org> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190129132153.28844-1-daniel.vetter@ffwll.ch
1 parent 7708601 commit e57924d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/gpu/todo.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,16 @@ As a reference, take a look at the conversions already completed in drm core.
262262

263263
Contact: Sean Paul, respective driver maintainers
264264

265+
Rename CMA helpers to DMA helpers
266+
---------------------------------
267+
268+
CMA (standing for contiguous memory allocator) is really a bit an accident of
269+
what these were used for first, a much better name would be DMA helpers. In the
270+
text these should even be called coherent DMA memory helpers (so maybe CDM, but
271+
no one knows what that means) since underneath they just use dma_alloc_coherent.
272+
273+
Contact: Laurent Pinchart, Daniel Vetter
274+
265275
Core refactorings
266276
=================
267277

0 commit comments

Comments
 (0)