Add virtio gpu driver.
[deliverable/linux.git] / include / drm / drmP.h
index df6d9970d9a4abb04f6e9b13e78f5842344fec07..59ce5587ed9092d87152fe7599fc094bd8887629 100644 (file)
@@ -814,6 +814,7 @@ struct drm_device {
 #endif
 
        struct platform_device *platformdev; /**< Platform device struture */
+       struct virtio_device *virtdev;
 
        struct drm_sg_mem *sg;  /**< Scatter gather memory */
        unsigned int num_crtcs;                  /**< Number of CRTCs on this device */
This page took 0.036056 seconds and 5 git commands to generate.