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.
But there's not even helper code to use them, and only 2 drivers (which now have their own private hooks) set them. Ditch them.
Saves me typing some kerneldoc, too ;-)
Signed-off-by: Daniel Vetter daniel.vetter@intel.com
include/drm/drm_crtc.h | 11 ----------- 1 file changed, 11 deletions(-)
Reviewed-by: Thierry Reding treding@nvidia.com