Re: (subset) [PATCH v7 04/36] drm/tests: Add helper to create mock crtc

2024-02-28 Thread Maxime Ripard
On Thu, 22 Feb 2024 19:13:50 +0100, Maxime Ripard wrote: > 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, CRTC. By default it > will create a CRTC relying only on the

Re: [PATCH v7 04/36] drm/tests: Add helper to create mock crtc

2024-02-26 Thread MaĆ­ra Canal
On 2/22/24 15:13, Maxime Ripard wrote: 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, CRTC. By default it will create a CRTC relying only on the default helpers, but

[PATCH v7 04/36] drm/tests: Add helper to create mock crtc

2024-02-22 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, CRTC. By default it will create a CRTC relying only on the default helpers, but drivers are free to deviate from that.