Fix for KVMFORNFV-23(Fuel installed KVM kernel blank screens on boot).
[kvmfornfv.git] / kernel / include / drm / drm_crtc.h
index ca71c03..5423358 100644 (file)
@@ -731,6 +731,8 @@ struct drm_connector {
        uint8_t num_h_tile, num_v_tile;
        uint8_t tile_h_loc, tile_v_loc;
        uint16_t tile_h_size, tile_v_size;
+
+       struct list_head destroy_list;
 };
 
 /**