Re: [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups.

2024-10-24 Thread kernel test robot
ct: [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups. config: arm64-randconfig-002-20241024 (https://download.01.org/0day-ci/archive/20241024/202410242324.adtg6g0w-...@intel.com/config) compiler: aarch64-linux-gcc (GCC) 14.1.0 reproduce (this is a W=1 build): (https://download.0

Re: [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups.

2024-10-24 Thread kernel test robot
ct: [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups. config: x86_64-rhel-8.3 (https://download.01.org/0day-ci/archive/20241024/202410241806.p6u3fcgs-...@intel.com/config) compiler: gcc-12 (Debian 12.2.0-14) 12.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-

Re: [PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups.

2024-10-23 Thread Jani Nikula
On Wed, 23 Oct 2024, Maarten Lankhorst wrote: > From: Maxime Ripard > > Drivers will need to register a cgroup device at probe time, so let's > give them a drm-managed helper. > > Signed-off-by: Maxime Ripard > Signed-off-by: Maarten Lankhorst > --- > drivers/gpu/drm/drm_drv.c | 21 ++

[PATCH 2/7] drm/drv: Add drmm cgroup registration for dev cgroups.

2024-10-23 Thread Maarten Lankhorst
From: Maxime Ripard Drivers will need to register a cgroup device at probe time, so let's give them a drm-managed helper. Signed-off-by: Maxime Ripard Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_drv.c | 21 + include/drm/drm_drv.h | 4 2 files change