mbox series

[0/7] drm/ttm: get rid of bind/unbind

Message ID 20201020010319.1692445-1-airlied@gmail.com (mailing list archive)
Headers show
Series drm/ttm: get rid of bind/unbind | expand

Message

Dave Airlie Oct. 20, 2020, 1:03 a.m. UTC
This series is a rebase/cleanup of previous patches.

The goal is to drop the bind/unbind callbacks from the ttm and
have the driver handle it all in it's move function.

This also has the driver do it's own move notifys from within
move as well (move notify is still used for cleanup_memtype_use0.

I've booted this on nouveau and vmwgfx.

Dave.