Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1382488 > unrolled thread
| Started by | Jyri Sarha <jsarha@ti.com> |
|---|---|
| First post | 2016-04-19 15:00 +0200 |
| Last post | 2016-04-19 16:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event() Jyri Sarha <jsarha@ti.com> - 2016-04-19 15:00 +0200
Re: [PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event() Gustavo Padovan <gustavo@padovan.org> - 2016-04-19 16:10 +0200
| From | Jyri Sarha <jsarha@ti.com> |
|---|---|
| Date | 2016-04-19 15:00 +0200 |
| Subject | Re: [PATCH 11/14] drm/tilcdc: use drm_crtc_send_vblank_event() |
| Message-ID | <rpDq3-71o-25@gated-at.bofh.it> |
On 04/14/16 20:48, Gustavo Padovan wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > Replace the legacy drm_send_vblank_event() with the new helper function. > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Jyri Sarha <jsarha@ti.com> Tested-by: Jyri Sarha <jsarha@ti.com> Thanks! Do you prefer me to pick this one to my next pull request? Best regards, Jyri > --- > drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c > index 051e5e1..79027b1 100644 > --- a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c > +++ b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c > @@ -707,7 +707,7 @@ irqreturn_t tilcdc_crtc_irq(struct drm_crtc *crtc) > event = tilcdc_crtc->event; > tilcdc_crtc->event = NULL; > if (event) > - drm_send_vblank_event(dev, 0, event); > + drm_crtc_send_vblank_event(crtc, event); > > spin_unlock_irqrestore(&dev->event_lock, flags); > } >
[toc] | [next] | [standalone]
| From | Gustavo Padovan <gustavo@padovan.org> |
|---|---|
| Date | 2016-04-19 16:10 +0200 |
| Message-ID | <rpEvN-87k-35@gated-at.bofh.it> |
| In reply to | #1382488 |
Hi Jyri, 2016-04-19 Jyri Sarha <jsarha@ti.com>: > On 04/14/16 20:48, Gustavo Padovan wrote: > > From: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > > > Replace the legacy drm_send_vblank_event() with the new helper function. > > > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> > > Reviewed-by: Jyri Sarha <jsarha@ti.com> > Tested-by: Jyri Sarha <jsarha@ti.com> > > Thanks! > Do you prefer me to pick this one to my next pull request? Yes, please pick it. Gustavo
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web