[PATCH 14/28] drm: Remove crtc/connector->save/restore hooks

2015-12-07 Thread Thierry Reding
On Fri, Dec 04, 2015 at 09:45:55AM +0100, Daniel Vetter wrote: > They're not how system suspend/resume should be done with atomic > (there's new helpers for that developed by Thierry Redding), and for s/Redding/Reding/ =) > legacy drivers this really should be a helper hook and not a core one. >

[PATCH 14/28] drm: Remove crtc/connector->save/restore hooks

2015-12-04 Thread Daniel Vetter
They're not how system suspend/resume should be done with atomic (there's new helpers for that developed by Thierry Redding), and for legacy drivers this really should be a helper hook and not a core one. But there's not even helper code to use them, and only 2 drivers (which now have their own pr