Merge v5.9-rc5 into drm-next
[linux-block.git] / drivers / gpu / drm / virtio / virtgpu_drv.h
index 9a8bfbf85412c2b293ad1708fd18198bef6b8be7..a52b7a39f286ed624358fe12e2d0d70adad66737 100644 (file)
@@ -144,7 +144,7 @@ struct virtio_gpu_output {
        struct edid *edid;
        int cur_x;
        int cur_y;
-       bool enabled;
+       bool needs_modeset;
 };
 #define drm_crtc_to_virtio_gpu_output(x) \
        container_of(x, struct virtio_gpu_output, crtc)