brintos

brintos / linux-shallow public Read only

0
0
Text · 1010 B · d988da7 Raw
32 lines · plain
1====================================================2 drm/xen-front Xen para-virtualized frontend driver3====================================================4 5This frontend driver implements Xen para-virtualized display6according to the display protocol described at7include/xen/interface/io/displif.h8 9Driver modes of operation in terms of display buffers used10==========================================================11 12.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h13   :doc: Driver modes of operation in terms of display buffers used14 15Buffers allocated by the frontend driver16----------------------------------------17 18.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h19   :doc: Buffers allocated by the frontend driver20 21Buffers allocated by the backend22--------------------------------23 24.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h25   :doc: Buffers allocated by the backend26 27Driver limitations28==================29 30.. kernel-doc:: drivers/gpu/drm/xen/xen_drm_front.h31   :doc: Driver limitations32