linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
To: Rob Clark <robdclark@gmail.com>, Sean Paul <sean@poorly.run>,
	Abhinav Kumar <quic_abhinavk@quicinc.com>,
	Kuogee Hsieh <quic_khsieh@quicinc.com>,
	Sankeerth Billakanti <quic_sbillaka@quicinc.com>
Cc: Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Stephen Boyd <swboyd@chromium.org>,
	David Airlie <airlied@gmail.com>, Daniel Vetter <daniel@ffwll.ch>,
	linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org,
	freedreno@lists.freedesktop.org
Subject: [PATCH 02/14] drm/msm/dp: drop unused fields from dp_power_private
Date: Sat, 30 Dec 2023 00:56:38 +0200	[thread overview]
Message-ID: <20231229225650.912751-3-dmitry.baryshkov@linaro.org> (raw)
In-Reply-To: <20231229225650.912751-1-dmitry.baryshkov@linaro.org>

Drop unused and obsolete fields from struct dp_power_private.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
---
 drivers/gpu/drm/msm/dp/dp_power.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/gpu/drm/msm/dp/dp_power.c b/drivers/gpu/drm/msm/dp/dp_power.c
index c4843dd69f47..b095a5b47c8b 100644
--- a/drivers/gpu/drm/msm/dp/dp_power.c
+++ b/drivers/gpu/drm/msm/dp/dp_power.c
@@ -16,9 +16,6 @@ struct dp_power_private {
 	struct dp_parser *parser;
 	struct device *dev;
 	struct drm_device *drm_dev;
-	struct clk *link_clk_src;
-	struct clk *pixel_provider;
-	struct clk *link_provider;
 
 	struct dp_power dp_power;
 };
-- 
2.39.2


  parent reply	other threads:[~2023-12-29 22:56 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-29 22:56 [PATCH 00/14] drm/msm/dp: clear power and parser submodules away Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 01/14] drm/msm/dp: drop unused parser definitions Dmitry Baryshkov
2023-12-29 22:56 ` Dmitry Baryshkov [this message]
2023-12-30  0:05   ` [PATCH 02/14] drm/msm/dp: drop unused fields from dp_power_private Konrad Dybcio
2023-12-29 22:56 ` [PATCH 03/14] drm/msm/dp: parse DT from dp_parser_get Dmitry Baryshkov
2023-12-30  0:07   ` Konrad Dybcio
2023-12-29 22:56 ` [PATCH 04/14] drm/msm/dp: inline dp_power_(de)init Dmitry Baryshkov
2023-12-30  0:07   ` Konrad Dybcio
2023-12-29 22:56 ` [PATCH 05/14] drm/msm/dp: fold dp_power into dp_ctrl module Dmitry Baryshkov
2023-12-30  0:12   ` Konrad Dybcio
2023-12-30 23:26     ` Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 06/14] drm/msm/dp: simplify stream clocks handling Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 07/14] drm/msm/dp: stop parsing clock names from DT Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 08/14] drm/msm/dp: move phy_configure_opts to dp_ctrl Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 09/14] drm/msm/dp: remove PHY handling from dp_catalog.c Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 10/14] drm/msm/dp: handle PHY directly in dp_ctrl Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 11/14] drm/msm/dp: move all IO handling to dp_catalog Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 12/14] drm/msm/dp: move link property handling to dp_panel Dmitry Baryshkov
2023-12-29 22:56 ` [PATCH 13/14] drm/msm/dp: move next_bridge handling to dp_display Dmitry Baryshkov
2024-01-19 21:14   ` Kuogee Hsieh
2024-01-20  2:31     ` Dmitry Baryshkov
2024-01-22 17:28       ` Kuogee Hsieh
2023-12-29 22:56 ` [PATCH 14/14] drm/msm/dp: drop dp_parser Dmitry Baryshkov

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=20231229225650.912751-3-dmitry.baryshkov@linaro.org \
    --to=dmitry.baryshkov@linaro.org \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=daniel@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=konrad.dybcio@linaro.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_khsieh@quicinc.com \
    --cc=quic_sbillaka@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).