Re: [PATCH v2 1/2] drm/dcss: request memory region

2024-01-09 Thread kernel test robot
rnel.org/r/20240109102032.16165-2-pstanner%40redhat.com patch subject: [PATCH v2 1/2] drm/dcss: request memory region config: arm64-allmodconfig (https://download.01.org/0day-ci/archive/20240110/202401101201.yvs3iqfu-...@intel.com/config) compiler: clang version 18.0.0git (https://github.com/llvm/ll

Re: [PATCH v2 1/2] drm/dcss: request memory region

2024-01-09 Thread kernel test robot
rnel.org/r/20240109102032.16165-2-pstanner%40redhat.com patch subject: [PATCH v2 1/2] drm/dcss: request memory region config: arm64-defconfig (https://download.01.org/0day-ci/archive/20240110/202401100801.1wiy3zed-...@intel.com/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https:

[PATCH v2 1/2] drm/dcss: request memory region

2024-01-09 Thread Philipp Stanner
The driver's memory regions are currently just ioremap()ed, but not reserved through a request. That's not a bug, but having the request is a little more robust. Implement the region-request through the corresponding managed devres-function. Signed-off-by: Philipp Stanner --- drivers/gpu/drm/im