Re: [PATCH v3 13/17] drm/vmwgfx: Port the framebuffer code to drm fb helpers

2022-10-21 Thread Thomas Zimmermann
Am 21.10.22 um 05:43 schrieb Zack Rusin: From: Zack Rusin Instead of using vmwgfx specific framebuffer implementation use the drm fb helpers. There's no change in functionality, the only difference is a reduction in the amount of code inside the vmwgfx module. drm fb helpers do not deal corr

[PATCH v3 13/17] drm/vmwgfx: Port the framebuffer code to drm fb helpers

2022-10-20 Thread Zack Rusin
From: Zack Rusin Instead of using vmwgfx specific framebuffer implementation use the drm fb helpers. There's no change in functionality, the only difference is a reduction in the amount of code inside the vmwgfx module. drm fb helpers do not deal correctly with changes in crtc preferred mode at