xen-front.rst (c575b7eeb89f94356997abd62d6d5a0590e259b7) | xen-front.rst (4394e96423444c1b37c8bb1ed0b1de8391dedafa) |
---|---|
1==================================================== 2 drm/xen-front Xen para-virtualized frontend driver 3==================================================== 4 5This frontend driver implements Xen para-virtualized display 6according to the display protocol described at 7include/xen/interface/io/displif.h 8 --- 4 unchanged lines hidden (view full) --- 13 :doc: Driver modes of operation in terms of display buffers used 14 15Buffers allocated by the frontend driver 16---------------------------------------- 17 18.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 19 :doc: Buffers allocated by the frontend driver 20 | 1==================================================== 2 drm/xen-front Xen para-virtualized frontend driver 3==================================================== 4 5This frontend driver implements Xen para-virtualized display 6according to the display protocol described at 7include/xen/interface/io/displif.h 8 --- 4 unchanged lines hidden (view full) --- 13 :doc: Driver modes of operation in terms of display buffers used 14 15Buffers allocated by the frontend driver 16---------------------------------------- 17 18.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 19 :doc: Buffers allocated by the frontend driver 20 |
21With GEM CMA helpers 22~~~~~~~~~~~~~~~~~~~~ 23 24.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 25 :doc: With GEM CMA helpers 26 27Without GEM CMA helpers 28~~~~~~~~~~~~~~~~~~~~~~~ 29 30.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 31 :doc: Without GEM CMA helpers 32 | |
33Buffers allocated by the backend 34-------------------------------- 35 36.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 37 :doc: Buffers allocated by the backend 38 39Driver limitations 40================== 41 42.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 43 :doc: Driver limitations | 21Buffers allocated by the backend 22-------------------------------- 23 24.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 25 :doc: Buffers allocated by the backend 26 27Driver limitations 28================== 29 30.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h 31 :doc: Driver limitations |