Re: [PATCH v6 02/10] drm: add helper functions to retrieve old and new crtc

2022-07-28 Thread Doug Anderson
Hi, On Mon, Jul 11, 2022 at 5:57 AM Vinod Polimera wrote: > > Add new helper functions, drm_atomic_get_old_crtc_for_encoder > and drm_atomic_get_new_crtc_for_encoder to retrieve the > corresponding crtc for the encoder. > > Signed-off-by: Sankeerth Billakanti > Signed-off-by: Vinod Polimera > -

RE: [PATCH v6 02/10] drm: add helper functions to retrieve old and new crtc

2022-07-13 Thread Vinod Polimera
Venkateswaran (QUIC) ; Abhinav Kumar > (QUIC) ; Sankeerth Billakanti (QUIC) > > Subject: [PATCH v6 02/10] drm: add helper functions to retrieve old and new > crtc > > Add new helper functions, drm_atomic_get_old_crtc_for_encoder > and drm_atomic_get_new_crtc_for_enc

[PATCH v6 02/10] drm: add helper functions to retrieve old and new crtc

2022-07-11 Thread Vinod Polimera
Add new helper functions, drm_atomic_get_old_crtc_for_encoder and drm_atomic_get_new_crtc_for_encoder to retrieve the corresponding crtc for the encoder. Signed-off-by: Sankeerth Billakanti Signed-off-by: Vinod Polimera --- drivers/gpu/drm/drm_atomic.c | 60 +