diff options
| author | Noralf Trønnes <noralf@tronnes.org> | 2017-08-13 09:31:44 -0400 |
|---|---|---|
| committer | Noralf Trønnes <noralf@tronnes.org> | 2017-08-16 15:32:23 -0400 |
| commit | 4c3dbb2c312c9fafbac30d98c523b8b1f3455d78 (patch) | |
| tree | 901be83c520677157cb770881c39e472c99305c4 /Documentation/gpu | |
| parent | d956e1293b9b43f3a9a508162cdbaa96cf02e6e0 (diff) | |
drm: Add GEM backed framebuffer library
This library provides helpers for drivers that don't subclass
drm_framebuffer and are backed by drm_gem_object. The code is
taken from drm_fb_cma_helper.
Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/1502631125-13557-2-git-send-email-noralf@tronnes.org
Diffstat (limited to 'Documentation/gpu')
| -rw-r--r-- | Documentation/gpu/drm-kms-helpers.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/gpu/drm-kms-helpers.rst b/Documentation/gpu/drm-kms-helpers.rst index 7c5e2549a58a..13dd237418cc 100644 --- a/Documentation/gpu/drm-kms-helpers.rst +++ b/Documentation/gpu/drm-kms-helpers.rst | |||
| @@ -296,3 +296,12 @@ Auxiliary Modeset Helpers | |||
| 296 | 296 | ||
| 297 | .. kernel-doc:: drivers/gpu/drm/drm_modeset_helper.c | 297 | .. kernel-doc:: drivers/gpu/drm/drm_modeset_helper.c |
| 298 | :export: | 298 | :export: |
| 299 | |||
| 300 | Framebuffer GEM Helper Reference | ||
| 301 | ================================ | ||
| 302 | |||
| 303 | .. kernel-doc:: drivers/gpu/drm/drm_gem_framebuffer_helper.c | ||
| 304 | :doc: overview | ||
| 305 | |||
| 306 | .. kernel-doc:: drivers/gpu/drm/drm_gem_framebuffer_helper.c | ||
| 307 | :export: | ||
