Re: [PATCH 2/4] drm/sun4i: rgb: Store the bridge pointer

2019-03-07 Thread Paul Kocialkowski
Hi, On Tue, 2019-02-26 at 15:25 +0100, Maxime Ripard wrote: > We'll need the bridge pointer, if any, in the mode_valid callback in > addition to the init function. Store the pointer to the bridge in the > rgb private structure. > > Signed-off-by: Maxime Ripard Reviewed-by: Paul Kocialkowski C

[PATCH 2/4] drm/sun4i: rgb: Store the bridge pointer

2019-02-26 Thread Maxime Ripard
We'll need the bridge pointer, if any, in the mode_valid callback in addition to the init function. Store the pointer to the bridge in the rgb private structure. Signed-off-by: Maxime Ripard --- drivers/gpu/drm/sun4i/sun4i_rgb.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff