Re: [PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES

2021-07-18 Thread kernel test robot
Hi Thomas, I love your patch! Perhaps something to improve: [auto build test WARNING on 4d00e2309398147acdbfefbe1deb4b0e78868466] url: https://github.com/0day-ci/linux/commits/Thomas-Zimmermann/drm-Provide-framebuffer-vmap-helpers/20210716-020508 base: 4d00e2309398147acdbfefbe1deb4b0e78868

Re: [PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES

2021-07-16 Thread kernel test robot
Hi Thomas, I love your patch! Perhaps something to improve: [auto build test WARNING on 4d00e2309398147acdbfefbe1deb4b0e78868466] url: https://github.com/0day-ci/linux/commits/Thomas-Zimmermann/drm-Provide-framebuffer-vmap-helpers/20210716-020508 base: 4d00e2309398147acdbfefbe1deb4b0e7886

Re: [PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES

2021-07-16 Thread Thomas Zimmermann
Hi Am 16.07.21 um 09:30 schrieb Maxime Ripard: Hi, On Thu, Jul 15, 2021 at 08:01:29PM +0200, Thomas Zimmermann wrote: DRM uses a magic number of 4 for the maximum number of planes per color format. Declare this constant via DRM_FORMAT_MAX_PLANES and update the related code. Signed-off-by: Tho

Re: [PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES

2021-07-16 Thread Maxime Ripard
Hi, On Thu, Jul 15, 2021 at 08:01:29PM +0200, Thomas Zimmermann wrote: > DRM uses a magic number of 4 for the maximum number of planes per color > format. Declare this constant via DRM_FORMAT_MAX_PLANES and update the > related code. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/