<html><head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
</head><body bgcolor="#FFFFFF" text="#000000"><br>
<blockquote style="border: 0px none;"
cite="mid:20140715074722.GP15237@phenom.ffwll.local" type="cite">
<div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="display:table;width:100%;border-top:1px solid
#EDEEF0;padding-top:5px"> <div
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
photoaddress="daniel@ffwll.ch" photoname="Daniel Vetter"
src="cid:part1.02070307.05010701@gmail.com" name="postbox-contact.jpg"
height="25px" width="25px"></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
<a moz-do-not-send="true" href="mailto:daniel@ffwll.ch"
style="color:#737F92
!important;padding-right:6px;font-weight:bold;text-decoration:none
!important;">Daniel Vetter</a></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;">
<font color="#9FA2A5"><span style="padding-left:6px">Tuesday, July 15,
2014 12:47 AM</span></font></div></div></div>
<div style="color: rgb(136, 136, 136); margin-left: 24px;
margin-right: 24px;" __pbrmquotes="true" class="__pbConvBody"><pre wrap="">On Mon, Jul 14, 2014 at 12:10:46PM -0700, Todd Previte wrote:
</pre><blockquote type="cite"><pre wrap="">Cleans up a couple of unused variables and an extraneous debug log
message that was unintentionally left behind.
Signed-off-by: Todd Previte <a class="moz-txt-link-rfc2396E" href="mailto:tprevite@gmail.com"><tprevite@gmail.com></a>
</pre></blockquote><pre wrap=""><!---->
This should be squashed into the relevant earlier patches.
-Daniel</pre></div>
</blockquote>
Sounds good. I'll squash them in and resend the patches as v3. Thanks
Daniel.<br>
<br>
-T<br>
<blockquote style="border: 0px none;"
cite="mid:20140715074722.GP15237@phenom.ffwll.local" type="cite">
<div style="color:#888888;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody">
<pre wrap="">
</pre>
<blockquote type="cite"><pre wrap="">---
drivers/gpu/drm/i915/intel_dp.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
index e4b31ad..0e207aaf 100644
--- a/drivers/gpu/drm/i915/intel_dp.c
+++ b/drivers/gpu/drm/i915/intel_dp.c
@@ -3430,7 +3430,6 @@ intel_dp_autotest_link_training(struct intel_dp *intel_dp)
uint8_t rxdata[2];
uint8_t link_status[DP_LINK_STATUS_SIZE];
int bytes_ret = 0;
- struct drm_connector *connector = &intel_dp->attached_connector->base;
struct intel_digital_port *intel_dig_port =
enc_to_dig_port(&intel_dp->attached_connector->encoder->base);
@@ -3494,7 +3493,7 @@ intel_dp_autotest_edid(struct intel_dp *intel_dp)
struct edid *edid_read = NULL;
uint8_t *edid_data = NULL;
uint8_t test_result = DP_TEST_NAK, checksum = 0;
- uint32_t i = 0, ret = 0;
+ uint32_t ret = 0;
struct drm_display_mode *use_mode = NULL;
int mode_count = 0;
struct drm_mode_set modeset;
@@ -3592,7 +3591,6 @@ intel_dp_handle_test_request(struct intel_dp *intel_dp)
uint8_t rxdata = 0;
int ret = 0;
- DRM_DEBUG_KMS("Displayport: Received automated test request\n");
/* Read DP_TEST_REQUEST register to identify the requested test */
ret = drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_REQUEST, &rxdata, 1);
--
1.9.1
_______________________________________________
Intel-gfx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Intel-gfx@lists.freedesktop.org">Intel-gfx@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/intel-gfx">http://lists.freedesktop.org/mailman/listinfo/intel-gfx</a>
</pre></blockquote><pre wrap=""><!---->
</pre></div>
<div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="display:table;width:100%;border-top:1px solid
#EDEEF0;padding-top:5px"> <div
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
photoaddress="tprevite@gmail.com" photoname="Todd Previte"
src="cid:part2.06090409.09080707@gmail.com"
name="compose-unknown-contact.jpg" height="25px" width="25px"></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
<a moz-do-not-send="true" href="mailto:tprevite@gmail.com"
style="color:#737F92
!important;padding-right:6px;font-weight:bold;text-decoration:none
!important;">Todd Previte</a></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;">
<font color="#9FA2A5"><span style="padding-left:6px">Monday, July 14,
2014 12:10 PM</span></font></div></div></div>
<div style="color:#888888;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody"><div>Cleans up a couple of
unused variables and an extraneous debug log<br>message that was
unintentionally left behind.<br><br>Signed-off-by: Todd Previte
<a class="moz-txt-link-rfc2396E" href="mailto:tprevite@gmail.com"><tprevite@gmail.com></a><br>---<br> drivers/gpu/drm/i915/intel_dp.c | 4
+---<br> 1 file changed, 1 insertion(+), 3 deletions(-)<br><br>diff
--git a/drivers/gpu/drm/i915/intel_dp.c
b/drivers/gpu/drm/i915/intel_dp.c<br>index e4b31ad..0e207aaf 100644<br>---
a/drivers/gpu/drm/i915/intel_dp.c<br>+++
b/drivers/gpu/drm/i915/intel_dp.c<br>@@ -3430,7 +3430,6 @@
intel_dp_autotest_link_training(struct intel_dp *intel_dp)<br> uint8_t
rxdata[2];<br> uint8_t link_status[DP_LINK_STATUS_SIZE];<br> int
bytes_ret = 0;<br>- struct drm_connector *connector =
&intel_dp->attached_connector->base;<br> struct
intel_digital_port *intel_dig_port =<br>
enc_to_dig_port(&intel_dp->attached_connector->encoder->base);<br>
<br>@@ -3494,7 +3493,7 @@ intel_dp_autotest_edid(struct intel_dp
*intel_dp)<br> struct edid *edid_read = NULL;<br> uint8_t *edid_data =
NULL;<br> uint8_t test_result = DP_TEST_NAK, checksum = 0;<br>-
uint32_t i = 0, ret = 0;<br>+ uint32_t ret = 0;<br> struct
drm_display_mode *use_mode = NULL;<br> int mode_count = 0;<br> struct
drm_mode_set modeset;<br>@@ -3592,7 +3591,6 @@
intel_dp_handle_test_request(struct intel_dp *intel_dp)<br> uint8_t
rxdata = 0;<br> int ret = 0;<br> <br>- DRM_DEBUG_KMS("Displayport:
Received automated test request\n");<br> /* Read DP_TEST_REQUEST
register to identify the requested test */<br> ret =
drm_dp_dpcd_read(&intel_dp->aux, DP_TEST_REQUEST, &rxdata,
1);<br> <br></div></div>
<div style="margin:30px 25px 10px 25px;" class="__pbConvHr"><div
style="display:table;width:100%;border-top:1px solid
#EDEEF0;padding-top:5px"> <div
style="display:table-cell;vertical-align:middle;padding-right:6px;"><img
photoaddress="tprevite@gmail.com" photoname="Todd Previte"
src="cid:part2.06090409.09080707@gmail.com"
name="compose-unknown-contact.jpg" height="25px" width="25px"></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;width:100%">
<a moz-do-not-send="true" href="mailto:tprevite@gmail.com"
style="color:#737F92
!important;padding-right:6px;font-weight:bold;text-decoration:none
!important;">Todd Previte</a></div> <div
style="display:table-cell;white-space:nowrap;vertical-align:middle;">
<font color="#9FA2A5"><span style="padding-left:6px">Monday, July 14,
2014 12:10 PM</span></font></div></div></div>
<div style="color:#888888;margin-left:24px;margin-right:24px;"
__pbrmquotes="true" class="__pbConvBody"><div><!----><br>V2:<br>-
Addressed review feedback from the mailing list<br>- Broke up patches
into smaller, easily managed chunks<br>- Reordered the patches such that
they can be applied in order<br>- Fixed checkpatch.pl errors across the
patchset <br>- Updated and enhanced functionality for the EDID test
function<br>- Completely revamped the mode set operations for compliance
testing<br><br></div></div>
</blockquote>
<br>
<div class="moz-signature">-- <br>
<div>Sent with <a href="http://www.getpostbox.com"><span style="color:
rgb(51, 102, 153);">Postbox</span></a></div></div>
</body></html>