diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-03 13:40:46 -0400 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-07-07 01:48:38 -0400 |
commit | 73915b2b1f2581cbce5a511550c2cac2e2b42595 (patch) | |
tree | 2ce5fde5f9e3b5ed2731cd4b15f1a7fb342a4f91 | |
parent | e22e953189f7b3a3bfc7efb511d2b1d1454adde5 (diff) |
drm/writeback: Fix the "overview" section of the doc
Fix the bullet list declaration in the overview section.
Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com>
Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Fixes: 935774cd71fe ("drm: Add writeback connector type")
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20180703174046.22396-1-boris.brezillon@bootlin.com
-rw-r--r-- | drivers/gpu/drm/drm_writeback.c | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/drivers/gpu/drm/drm_writeback.c b/drivers/gpu/drm/drm_writeback.c index 827395071f0b..69e7a63cfcc3 100644 --- a/drivers/gpu/drm/drm_writeback.c +++ b/drivers/gpu/drm/drm_writeback.c | |||
@@ -22,10 +22,13 @@ | |||
22 | * Writeback connectors are used to expose hardware which can write the output | 22 | * Writeback connectors are used to expose hardware which can write the output |
23 | * from a CRTC to a memory buffer. They are used and act similarly to other | 23 | * from a CRTC to a memory buffer. They are used and act similarly to other |
24 | * types of connectors, with some important differences: | 24 | * types of connectors, with some important differences: |
25 | * - Writeback connectors don't provide a way to output visually to the user. | 25 | * |
26 | * - Writeback connectors should always report as "disconnected" (so that | 26 | * * Writeback connectors don't provide a way to output visually to the user. |
27 | * clients which don't understand them will ignore them). | 27 | * |
28 | * - Writeback connectors don't have EDID. | 28 | * * Writeback connectors should always report as "disconnected" (so that |
29 | * clients which don't understand them will ignore them). | ||
30 | * | ||
31 | * * Writeback connectors don't have EDID. | ||
29 | * | 32 | * |
30 | * A framebuffer may only be attached to a writeback connector when the | 33 | * A framebuffer may only be attached to a writeback connector when the |
31 | * connector is attached to a CRTC. The WRITEBACK_FB_ID property which sets the | 34 | * connector is attached to a CRTC. The WRITEBACK_FB_ID property which sets the |