aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/meson/meson_canvas.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/meson/meson_canvas.c')
-rw-r--r--drivers/gpu/drm/meson/meson_canvas.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/gpu/drm/meson/meson_canvas.c b/drivers/gpu/drm/meson/meson_canvas.c
index 4109e36c297f..08f6073d967e 100644
--- a/drivers/gpu/drm/meson/meson_canvas.c
+++ b/drivers/gpu/drm/meson/meson_canvas.c
@@ -24,7 +24,9 @@
24#include "meson_canvas.h" 24#include "meson_canvas.h"
25#include "meson_registers.h" 25#include "meson_registers.h"
26 26
27/* 27/**
28 * DOC: Canvas
29 *
28 * CANVAS is a memory zone where physical memory frames information 30 * CANVAS is a memory zone where physical memory frames information
29 * are stored for the VIU to scanout. 31 * are stored for the VIU to scanout.
30 */ 32 */