Re: [PATCH 17/32] drm/i915/dsi: convert to the .attach_new op

2025-06-25 Thread Jani Nikula
On Wed, 25 Jun 2025, Luca Ceresoli wrote: > This op does not pass any pointer to the DSI device, so the DSI host driver > cannot store it. > > Signed-off-by: Luca Ceresoli Acked-by: Jani Nikula for merging via whichever tree you find suitable. > --- > drivers/gpu/drm/i915/display/icl_dsi.c |

[PATCH 17/32] drm/i915/dsi: convert to the .attach_new op

2025-06-25 Thread Luca Ceresoli
This op does not pass any pointer to the DSI device, so the DSI host driver cannot store it. Signed-off-by: Luca Ceresoli --- drivers/gpu/drm/i915/display/icl_dsi.c | 4 ++-- drivers/gpu/drm/i915/display/vlv_dsi.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/g