Re: [PATCH v4 03/45] drm/tests: Add helper to create mock plane

2023-11-28 Thread kernel test robot
/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20231128-kms-hdmi-connector-state-v4-3-c7602158306e%40kernel.org patch subject: [PATCH v4 03/45] drm/tests: Add helper to create mock plane config: i386-buildonly-randconfig-002-20231128 (https://download.01.org/0day-ci/archive/20231128

[PATCH v4 03/45] drm/tests: Add helper to create mock plane

2023-11-28 Thread Maxime Ripard
We're going to need a full-blown, functional, KMS device to test more components of the atomic modesetting infrastructure. Let's add a new helper to create a dumb, mocked, primary plane. By default, it will create a linear XRGB plane, using the default helpers. Signed-off-by: Maxime Ripard