Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1430972 > unrolled thread
| Started by | Lyude <cpaul@redhat.com> |
|---|---|
| First post | 2016-06-24 23:50 +0200 |
| Last post | 2016-06-25 00:10 +0200 |
| Articles | 2 — 1 participant |
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.
[PATCH v6 0/4] Fixes for HPD Lyude <cpaul@redhat.com> - 2016-06-24 23:50 +0200
Ignore these, sorry! Lyude <cpaul@redhat.com> - 2016-06-25 00:10 +0200
| From | Lyude <cpaul@redhat.com> |
|---|---|
| Date | 2016-06-24 23:50 +0200 |
| Subject | [PATCH v6 0/4] Fixes for HPD |
| Message-ID | <rNH97-5at-15@gated-at.bofh.it> |
Latest version of: https://lists.freedesktop.org/archives/intel-gfx/2016-June/098787.html The only patch that's changed here is 4/4, the rest are just being sent so that they can be in one thread to make things easier for reviewers Lyude (4): drm/i915/vlv: Make intel_crt_reset() per-encoder drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() drm/i915: Enable polling when we don't have hpd drivers/gpu/drm/i915/i915_drv.c | 3 + drivers/gpu/drm/i915/i915_drv.h | 5 ++ drivers/gpu/drm/i915/intel_crt.c | 28 ++++++-- drivers/gpu/drm/i915/intel_drv.h | 4 +- drivers/gpu/drm/i915/intel_hotplug.c | 117 ++++++++++++++++++++++++++++---- drivers/gpu/drm/i915/intel_runtime_pm.c | 9 +++ 6 files changed, 148 insertions(+), 18 deletions(-) -- 2.5.5
[toc] | [next] | [standalone]
| From | Lyude <cpaul@redhat.com> |
|---|---|
| Date | 2016-06-25 00:10 +0200 |
| Subject | Ignore these, sorry! |
| Message-ID | <rNHst-5xO-3@gated-at.bofh.it> |
| In reply to | #1430972 |
Sorry about that; I accidentally did a git send-email with some older patches leftover in my patch folder. Just ignore this thread On Fri, 2016-06-24 at 17:45 -0400, Lyude wrote: > Latest version of: > > https://lists.freedesktop.org/archives/intel-gfx/2016-June/098787.htm > l > > The only patch that's changed here is 4/4, the rest are just being > sent so that > they can be in one thread to make things easier for reviewers > > Lyude (4): > drm/i915/vlv: Make intel_crt_reset() per-encoder > drm/i915/vlv: Reset the ADPA in vlv_display_power_well_init() > drm/i915/vlv: Disable HPD in valleyview_crt_detect_hotplug() > drm/i915: Enable polling when we don't have hpd > > drivers/gpu/drm/i915/i915_drv.c | 3 + > drivers/gpu/drm/i915/i915_drv.h | 5 ++ > drivers/gpu/drm/i915/intel_crt.c | 28 ++++++-- > drivers/gpu/drm/i915/intel_drv.h | 4 +- > drivers/gpu/drm/i915/intel_hotplug.c | 117 > ++++++++++++++++++++++++++++---- > drivers/gpu/drm/i915/intel_runtime_pm.c | 9 +++ > 6 files changed, 148 insertions(+), 18 deletions(-) > -- Cheers, Lyude
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web