Re: [PATCH v2 07/15] drm/ttm: Export ttm_bo_tt_destroy()

2021-05-18 Thread Christian König
Am 18.05.21 um 10:26 schrieb Thomas Hellström: For the upcoming kmapping i915 memcpy_move, export ttm_bo_tt_destroy(). A future change might be to move the new memcpy_move into ttm, replacing the old ioremapping one. Well this is an upfront NAK for that approach. I've worked quite hard to not

Re: [PATCH v2 07/15] drm/ttm: Export ttm_bo_tt_destroy()

2021-05-18 Thread Maarten Lankhorst
Op 18-05-2021 om 10:26 schreef Thomas Hellström: > For the upcoming kmapping i915 memcpy_move, export ttm_bo_tt_destroy(). > A future change might be to move the new memcpy_move into ttm, replacing > the old ioremapping one. > > Cc: Christian König > Signed-off-by: Thomas Hellström > --- > drive

[PATCH v2 07/15] drm/ttm: Export ttm_bo_tt_destroy()

2021-05-18 Thread Thomas Hellström
For the upcoming kmapping i915 memcpy_move, export ttm_bo_tt_destroy(). A future change might be to move the new memcpy_move into ttm, replacing the old ioremapping one. Cc: Christian König Signed-off-by: Thomas Hellström --- drivers/gpu/drm/ttm/ttm_bo.c | 1 + 1 file changed, 1 insertion(+) d