Re: [PATCH 02/37] drm/vc4: Use of_device_get_match_data to set generation

2024-10-24 Thread kernel test robot
: 91e21479c81dd4e9e22a78d7446f92f6b96a7284 patch link: https://lore.kernel.org/r/20241023-drm-vc4-2712-support-v1-2-1cc2d5594907%40raspberrypi.com patch subject: [PATCH 02/37] drm/vc4: Use of_device_get_match_data to set generation config: um-allmodconfig (https://download.01.org/0day-ci/archive/20241025/202410250459

Re: [PATCH 02/37] drm/vc4: Use of_device_get_match_data to set generation

2024-10-24 Thread Maxime Ripard
On Wed, 23 Oct 2024 17:49:59 +0100, Dave Stevenson wrote: > Use of_device_get_match_data to retrieve the generation value > as set in the struct of_device_id, rather than manually comparing > compatible strings. > > Signed-off-by: Dave Stevenson > > [ ... ] Reviewed-by: Maxime Ripard Thanks!

[PATCH 02/37] drm/vc4: Use of_device_get_match_data to set generation

2024-10-23 Thread Dave Stevenson
Use of_device_get_match_data to retrieve the generation value as set in the struct of_device_id, rather than manually comparing compatible strings. Signed-off-by: Dave Stevenson --- drivers/gpu/drm/vc4/vc4_drv.c | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/driv