Re: [PATCH 2/2] drm/ttm: move memory accounting into vmwgfx

2020-12-16 Thread kernel test robot
Hi "Christian, I love your patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [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 next-20201215] [If your patch is applied to the wrong git tree,

Re: [PATCH 2/2] drm/ttm: move memory accounting into vmwgfx

2020-12-16 Thread kernel test robot
Hi "Christian, I love your patch! Yet something to improve: [auto build test ERROR on drm-tip/drm-tip] [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 next-20201215] [If your patch is applied to the wrong git tree,

Re: [PATCH 2/2] drm/ttm: move memory accounting into vmwgfx

2020-12-16 Thread Daniel Vetter
On Wed, Dec 16, 2020 at 03:04:27PM +0100, Christian König wrote: > This is just another feature which is only used by VMWGFX, so move > it into the driver instead. > > I've tried to add the accounting sysfs file to the kobject of the drm > minor, but I'm not 100% sure if this works as expected. >

[PATCH 2/2] drm/ttm: move memory accounting into vmwgfx

2020-12-16 Thread Christian König
This is just another feature which is only used by VMWGFX, so move it into the driver instead. I've tried to add the accounting sysfs file to the kobject of the drm minor, but I'm not 100% sure if this works as expected. Signed-off-by: Christian König --- .../gpu/drm/amd/amdgpu/amdgpu_amdkfd_gp