[vfio-users] Fwd: PCI-Stub still needed for now?

Cong Zhang congzhangzh at gmail.com
Sun Sep 20 15:44:17 UTC 2015


Hello AW,

  Does your i915 patch (https://lkml.org/lkml/2014/5/9/517) suitable for
linux kernel 4.1, seem some code struct has changed, especially for

intel_fbdev_initial_config

@@ -1369,6 +1379,12 @@ static int i915_load_modeset_init(struct drm_device
*dev)
*/
intel_fbdev_initial_config(dev);

+ /*
+ * Must do this after fbcon init so that
+ * vgacon_save_screen() works during the handover.
+ */
+ i915_disable_vga_mem(dev);
+
/* Only enable hotplug handling once the fbdev is fully set up. */
--------------------------where to
disable-------------------------------------
@@ -11848,6 +11876,8 @@ void intel_modeset_cleanup(struct drm_device *dev)

intel_disable_fbc(dev);

+ i915_enable_vga_mem(dev);
+
intel_disable_gt_powersave(dev);

ironlake_teardown_rc6(dev);

On Sun, Sep 20, 2015 at 11:21 PM, Alex Williamson <
alex.l.williamson at gmail.com> wrote:

> On Sun, Sep 20, 2015 at 9:17 AM, Eddie Yen <missile0407 at gmail.com> wrote:
>
>> Ahh, hate Gmail auto reply set that only reply to one person....
>>
>
> Settings -> General -> Default reply behavior: Reply all
>
> _______________________________________________
> vfio-users mailing list
> vfio-users at redhat.com
> https://www.redhat.com/mailman/listinfo/vfio-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/vfio-users/attachments/20150920/dc492831/attachment.htm>


More information about the vfio-users mailing list