All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>
Subject: [PATCH 02/11] drm/amd/dal/dc: fix warnings in dce_stream_encoder.c
Date: Tue, 22 Nov 2016 11:57:19 -0500	[thread overview]
Message-ID: <1479833848-14275-2-git-send-email-alexander.deucher@amd.com> (raw)
In-Reply-To: <1479833848-14275-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
index 93ce496..7c92396 100644
--- a/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
+++ b/drivers/gpu/drm/amd/dal/dc/dce/dce_stream_encoder.c
@@ -223,12 +223,7 @@ static void dce110_stream_encoder_dp_set_stream_attribute(
 	struct dc_crtc_timing *crtc_timing,
 	enum dc_color_space output_color_space)
 {
-	uint32_t h_active_start;
-	uint32_t v_active_start;
 	uint32_t misc0;
-	uint32_t misc1;
-	uint32_t h_blank;
-	uint32_t h_back_porch;
 	struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc);
 
 	/* set pixel encoding */
@@ -435,8 +430,6 @@ static void dce110_stream_encoder_set_mst_bandwidth(
 	struct fixed31_32 avg_time_slots_per_mtp)
 {
 	struct dce110_stream_encoder *enc110 = DCE110STRENC_FROM_STRENC(enc);
-	struct dc_context *ctx = enc110->base.ctx;
-	uint32_t retries = 0;
 	uint32_t x = dal_fixed31_32_floor(
 		avg_time_slots_per_mtp);
 	uint32_t y = dal_fixed31_32_ceil(
-- 
2.5.5

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

  parent reply	other threads:[~2016-11-22 16:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-22 16:57 [PATCH 01/11] drm/amd/dal/dc: remove unused function Alex Deucher
     [not found] ` <1479833848-14275-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2016-11-22 16:57   ` Alex Deucher [this message]
2016-11-22 16:57   ` [PATCH 03/11] drm/amd/dal/dc: fix warning in dce_link_encoder.c Alex Deucher
     [not found]     ` <1479833848-14275-3-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2016-11-22 17:01       ` Christian König
2016-11-22 16:57   ` [PATCH 04/11] drm/amd/dal/dc: fix bug in dal_display_clock_get_min_clocks_state Alex Deucher
2016-11-22 16:57   ` [PATCH 05/11] drm/amd/dal/dc: fix warning in dal_display_clock_dce112_construct Alex Deucher
2016-11-22 16:57   ` [PATCH 06/11] drm/amd/dal/dc: fix warning in dce110_hw_sequencer.c Alex Deucher
2016-11-22 16:57   ` [PATCH 07/11] drm/amd/dal/dc: fix warning in dce110_resource.c Alex Deucher
2016-11-22 16:57   ` [PATCH 08/11] drm/amd/dal/dc: fix include order in dce80_resource.c Alex Deucher
2016-11-22 16:57   ` [PATCH 09/11] drm/amd/dal/dc: handle NULL mem_input in dc_init_dchub Alex Deucher
2016-11-22 16:57   ` [PATCH 10/11] drm/amd/dal/dc: fix warning in dc_link_dp_set_test_pattern Alex Deucher
2016-11-22 16:57   ` [PATCH 11/11] drm/amd/dal/dc: fix warning in calculate_bandwidth Alex Deucher

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=1479833848-14275-2-git-send-email-alexander.deucher@amd.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    /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.