From: Paulo Zanoni <przanoni@gmail.com>
To: intel-gfx@lists.freedesktop.org
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Subject: [PATCH 0/8] Don't let the ghost eDP haunt us
Date: Wed, 12 Jun 2013 17:27:22 -0300 [thread overview]
Message-ID: <1371068850-3531-1-git-send-email-przanoni@gmail.com> (raw)
From: Paulo Zanoni <paulo.r.zanoni@intel.com>
Hi
This week I sent a patch called "drm/i915: propagate errors from
intel_dp_init_connector" to fix a Haswell bug that was preventing my machine
from booting. Chris provided a nice suggestion for it, so this series should
implement his suggestion, but split in a few patches. While writing this code I
also spotted a few other things, so there are some patches for them here. Patch
3 is the real bug fix and patches 4 & 5 implement Chris's suggestions. Patch 1
is another bug fix and patches 2, 6, 7 & 8 are my bikesheds for the current
code.
Thanks,
Paulo
Paulo Zanoni (8):
drm/i915: don't check encoder at DP connector destroy()
drm/i915: extract intel_edp_init_connector
drm/i915: propagate errors from intel_dp_init_connector
drm/i915: fix the "ghost eDP" connector unwind path
drm/i915: fix the "ghost eDP" encoder unwind path
drm/i915: check the return value of intel_dp_i2c_init
drm/i915: invert the verbosity of intel_enable_fbc
drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy
drivers/gpu/drm/i915/intel_ddi.c | 7 +-
drivers/gpu/drm/i915/intel_dp.c | 180 +++++++++++++++++++++++----------------
drivers/gpu/drm/i915/intel_drv.h | 2 +-
drivers/gpu/drm/i915/intel_pm.c | 3 +-
4 files changed, 113 insertions(+), 79 deletions(-)
--
1.8.1.2
next reply other threads:[~2013-06-12 20:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-12 20:27 Paulo Zanoni [this message]
2013-06-12 20:27 ` [PATCH 1/8] drm/i915: don't check encoder at DP connector destroy() Paulo Zanoni
2013-06-12 20:27 ` [PATCH 2/8] drm/i915: extract intel_edp_init_connector Paulo Zanoni
2013-06-12 20:27 ` [PATCH 3/8] drm/i915: propagate errors from intel_dp_init_connector Paulo Zanoni
2013-06-12 20:27 ` [PATCH 4/8] drm/i915: fix the "ghost eDP" connector unwind path Paulo Zanoni
2013-06-12 20:27 ` [PATCH 5/8] drm/i915: fix the "ghost eDP" encoder " Paulo Zanoni
2013-06-12 20:27 ` [PATCH 6/8] drm/i915: check the return value of intel_dp_i2c_init Paulo Zanoni
2013-06-12 20:27 ` [PATCH 7/8] drm/i915: invert the verbosity of intel_enable_fbc Paulo Zanoni
2013-06-12 20:27 ` [PATCH 8/8] drm/i915: rename intel_dp_destroy to intel_dp_connector_destroy Paulo Zanoni
-- strict thread matches above, loose matches on Subject: below --
2013-06-16 14:57 [PATCH 0/3] fbdev no more! Daniel Vetter
2013-06-17 14:33 ` Konrad Rzeszutek Wilk
2013-06-18 6:37 ` Daniel Vetter
2013-06-18 7:21 ` [PATCH 0/8] Don't let the ghost eDP haunt us Zoltan Nyul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371068850-3531-1-git-send-email-przanoni@gmail.com \
--to=przanoni@gmail.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=paulo.r.zanoni@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.