Re: [PATCH v2 1/2] drm/nouveau: incorporate I2C TV encoder drivers

2024-12-16 Thread Danilo Krummrich
On Sun, Dec 15, 2024 at 12:19:23PM +0200, Dmitry Baryshkov wrote: > Chrontel CH7006 and Silicon Image sil164 drivers use drm_encoder_slave > interface which is being used only by the nouveau driver. It doesn't > make sense to keep this interface inside the DRM subsystem. In > preparation to moving

[PATCH v2 1/2] drm/nouveau: incorporate I2C TV encoder drivers

2024-12-15 Thread Dmitry Baryshkov
Chrontel CH7006 and Silicon Image sil164 drivers use drm_encoder_slave interface which is being used only by the nouveau driver. It doesn't make sense to keep this interface inside the DRM subsystem. In preparation to moving this set of helpers to the nouveau driver, move the only two I2C driver th