Re: [PATCH 1/3] drm/ttm: replace last move_notify with delete_mem_notify

2020-10-28 Thread Daniel Vetter
On Wed, Oct 28, 2020 at 10:53 AM Christian König wrote: > > Am 28.10.20 um 10:16 schrieb Daniel Vetter: > > On Wed, Oct 21, 2020 at 11:58:45AM +0200, Christian König wrote: > >> Am 21.10.20 um 06:40 schrieb Dave Airlie: > >>> From: Dave Airlie > >>> > >>> The move notify callback is only used in

Re: [PATCH 1/3] drm/ttm: replace last move_notify with delete_mem_notify

2020-10-28 Thread Christian König
Am 28.10.20 um 10:16 schrieb Daniel Vetter: On Wed, Oct 21, 2020 at 11:58:45AM +0200, Christian König wrote: Am 21.10.20 um 06:40 schrieb Dave Airlie: From: Dave Airlie The move notify callback is only used in one place, this should be removed in the future, but for now just rename it to the

Re: [PATCH 1/3] drm/ttm: replace last move_notify with delete_mem_notify

2020-10-28 Thread Daniel Vetter
On Wed, Oct 21, 2020 at 11:58:45AM +0200, Christian König wrote: > Am 21.10.20 um 06:40 schrieb Dave Airlie: > > From: Dave Airlie > > > > The move notify callback is only used in one place, this should > > be removed in the future, but for now just rename it to the use > > case which is to notif

Re: [PATCH 1/3] drm/ttm: replace last move_notify with delete_mem_notify

2020-10-21 Thread Christian König
Am 21.10.20 um 06:40 schrieb Dave Airlie: From: Dave Airlie The move notify callback is only used in one place, this should be removed in the future, but for now just rename it to the use case which is to notify the driver that the GPU memory is to be deleted. Probably the right thing to do i