[PATCH 2/2] drm/ttm: replace context flags with bools v2

2020-11-03 Thread Christian König
The ttm_operation_ctx structure has a mixture of flags and bools. Drop the flags and replace them with bools as well. v2: fix typos, improve comments Signed-off-by: Christian König Reviewed-by: Daniel Vetter --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 3 +-- drivers/gpu/drm/amd/amdgpu/am

Re: [PATCH 2/2] drm/ttm: replace context flags with bools

2020-11-02 Thread kernel test robot
Hi "Christian, I love your patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [also build test ERROR on next-20201102] [cannot apply to drm-intel/for-linux-next drm-exynos/exynos-drm-next tegra-drm/drm/tegra/for-next linus/master drm/drm-next v5.10-rc2] [If your patch is

Re: [PATCH 2/2] drm/ttm: replace context flags with bools

2020-11-02 Thread Daniel Vetter
On Mon, Nov 02, 2020 at 01:58:08PM +0100, Christian König wrote: > The ttm_operation_ctx structure has a mixture of flags and bools. Drop the > flags and replace them with bools as well. > > Signed-off-by: Christian König > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 5 ++--- > drivers/g

[PATCH 2/2] drm/ttm: replace context flags with bools

2020-11-02 Thread Christian König
The ttm_operation_ctx structure has a mixture of flags and bools. Drop the flags and replace them with bools as well. Signed-off-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 5 ++--- drivers/gpu/drm/ttm/ttm_bo.c | 2 +- drivers/gpu/drm/ttm/ttm_bo_vm.c