Re: [PATCH v3 0/7] drm/ast: Fix modesetting's framebuffer usage

2019-12-05 Thread Gerd Hoffmann
On Mon, Dec 02, 2019 at 12:15:50PM +0100, Thomas Zimmermann wrote: > (was: drm/ast: Fix potential NULL-pointer read during atomic mode setting) > > The CRTC's modesetting code in ast requires the format of the primary > plane's framebuffer. There's currently a segmentation fault if the > framebuff

[PATCH v3 0/7] drm/ast: Fix modesetting's framebuffer usage

2019-12-02 Thread Thomas Zimmermann
(was: drm/ast: Fix potential NULL-pointer read during atomic mode setting) The CRTC's modesetting code in ast requires the format of the primary plane's framebuffer. There's currently a segmentation fault if the framebuffer is set to NULL. This happens when disabling the display during suspend. P