Re: [PATCH v2 06/10] drm/ingenic: Set DMA descriptor chain address in probe

2020-07-01 Thread Paul Cercueil
Hi Sam, Le mar. 30 juin 2020 à 13:44, Sam Ravnborg a écrit : Hi Paul. On Tue, Jun 30, 2020 at 01:52:06AM +0200, Paul Cercueil wrote: The address of the DMA descriptor never changes. It can therefore be set in the probe function. Signed-off-by: Paul Cercueil --- Notes: v2: No

Re: [PATCH v2 06/10] drm/ingenic: Set DMA descriptor chain address in probe

2020-06-30 Thread Sam Ravnborg
Hi Paul. On Tue, Jun 30, 2020 at 01:52:06AM +0200, Paul Cercueil wrote: > The address of the DMA descriptor never changes. It can therefore be set > in the probe function. > > Signed-off-by: Paul Cercueil > --- > > Notes: > v2: No change > > drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 5

[PATCH v2 06/10] drm/ingenic: Set DMA descriptor chain address in probe

2020-06-30 Thread Paul Cercueil
The address of the DMA descriptor never changes. It can therefore be set in the probe function. Signed-off-by: Paul Cercueil --- Notes: v2: No change drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git