Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1641435
| From | Peter Ujfalusi <peter.ujfalusi@ti.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] drm/omap: Support for hotplug detection |
| Date | 2017-05-15 11:10 +0200 |
| Message-ID | <tHkaT-67d-27@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, this series will add support for HPD in omapdrm. Instead of polling for HPD changes we can use interrupts to be notified of HPD change, thus we can react to events faster. The series is based on top of 4.12-rc1 Regards, Peter --- Peter Ujfalusi (3): drm/omap: Support for HDMI hot plug detection drm/omap: displays: connector-hdmi: Support for hot plug detection drm/omap: displays: encoder-tpd12s015: Support for hot plug detection drivers/gpu/drm/omapdrm/displays/connector-hdmi.c | 104 +++++++++++++++++++++ .../gpu/drm/omapdrm/displays/encoder-tpd12s015.c | 81 ++++++++++++++++ drivers/gpu/drm/omapdrm/dss/omapdss.h | 17 ++++ drivers/gpu/drm/omapdrm/omap_connector.c | 32 ++++++- drivers/gpu/drm/omapdrm/omap_drv.c | 29 ++++++ 5 files changed, 262 insertions(+), 1 deletion(-) -- 2.12.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] drm/omap: Support for hotplug detection Peter Ujfalusi <peter.ujfalusi@ti.com> - 2017-05-15 11:10 +0200
[PATCH 1/3] drm/omap: Support for HDMI hot plug detection Peter Ujfalusi <peter.ujfalusi@ti.com> - 2017-05-15 11:10 +0200
Re: [PATCH 1/3] drm/omap: Support for HDMI hot plug detection Tomi Valkeinen <tomi.valkeinen@ti.com> - 2017-05-22 14:00 +0200
Re: [PATCH 1/3] drm/omap: Support for HDMI hot plug detection Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-05-23 11:40 +0200
[PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection Peter Ujfalusi <peter.ujfalusi@ti.com> - 2017-05-15 11:10 +0200
Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-05-23 11:50 +0200
Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection Tomi Valkeinen <tomi.valkeinen@ti.com> - 2017-05-23 12:30 +0200
Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection Laurent Pinchart <laurent.pinchart@ideasonboard.com> - 2017-05-23 12:50 +0200
Re: [PATCH 3/3] drm/omap: displays: encoder-tpd12s015: Support for hot plug detection Tomi Valkeinen <tomi.valkeinen@ti.com> - 2017-05-23 13:30 +0200
csiph-web