Re: [PATCH 00/45] TTM move refactoring

2020-09-29 Thread Ben Skeggs
On Thu, 24 Sep 2020 at 15:19, Dave Airlie wrote: > > This refactors how TTM moves get called between core and drivers. > > 1) puts the driver in charge of all moves, and enforces > drivers have a move callback. > 2) moves move_notify actions around moves to the driver side > 3) moves binding/unbin

Re: [PATCH 00/45] TTM move refactoring

2020-09-23 Thread Dave Airlie
On Thu, 24 Sep 2020 at 15:19, Dave Airlie wrote: > > This refactors how TTM moves get called between core and drivers. > Full series is also: https://github.com/airlied/linux/tree/ttm-no-more-bind (it's based on top of Christian's last series). Dave. ___