All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kuogee Hsieh <quic_khsieh@quicinc.com>
To: Stephen Boyd <swboyd@chromium.org>, <agross@kernel.org>,
	<airlied@linux.ie>, <bjorn.andersson@linaro.org>,
	<daniel@ffwll.ch>, <dmitry.baryshkov@linaro.org>,
	<dri-devel@lists.freedesktop.org>, <robdclark@gmail.com>,
	<sean@poorly.run>, <vkoul@kernel.org>
Cc: <quic_abhinavk@quicinc.com>, <quic_aravindh@quicinc.com>,
	<quic_sbillaka@quicinc.com>, <freedreno@lists.freedesktop.org>,
	<linux-arm-msm@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v12 4/4] drm/msm/dp: enable widebus feature for display port
Date: Fri, 1 Apr 2022 13:00:27 -0700	[thread overview]
Message-ID: <ccd8e82d-6121-3d2a-6a63-4fc7c0896881@quicinc.com> (raw)
In-Reply-To: <CAE-0n53s11KHrj-rzRkjV4q775XCoxzZCLK-HRCt=H1++DR-YQ@mail.gmail.com>

Hi Stephen,


Would you please to help land this serial of 4 patch into msm-next?

Thanks,

On 2/25/2022 2:17 PM, Stephen Boyd wrote:
> Quoting Kuogee Hsieh (2022-02-25 13:23:12)
>> Widebus feature will transmit two pixel data per pixel clock to interface.
>> This feature now is required to be enabled to easy migrant to higher
>> resolution applications in future. However since some legacy chipsets
>> does not support this feature, this feature is enabled by setting
>> wide_bus_en flag to true within msm_dp_desc struct.
>>
>> changes in v2:
>> -- remove compression related code from timing
>> -- remove op_info from  struct msm_drm_private
>> -- remove unnecessary wide_bus_en variables
>> -- pass wide_bus_en into timing configuration by struct msm_dp
>>
>> Changes in v3:
>> -- split patch into 3 patches
>> -- enable widebus feature base on chip hardware revision
>>
>> Changes in v5:
>> -- DP_INTF_CONFIG_DATABUS_WIDEN
>>
>> Changes in v6:
>> -- static inline bool msm_dp_wide_bus_enable() in msm_drv.h
>>
>> Changes in v7:
>> -- add Tested-by
>>
>> Changes in v9:
>> -- add wide_bus_en to msm_dp_desc
>>
>> Changes in v10:
>> -- add wide_bus_en boolean to dp_catalog struc to avoid passing it as parameter
>>
>> Changes in v11:
>> -- add const to dp_catalog_hw_revision()
>> -- add const to msm_dp_wide_bus_available()
>>
>> Changes in v12:
>> -- dp_catalog_hw_revision(const struct dp_catalog *dp_catalog)
>> -- msm_dp_wide_bus_available(const struct msm_dp *dp_display)
>>
>> Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
>> Reported-by: kernel test robot <lkp@intel.com>
>> Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> ---
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

WARNING: multiple messages have this Message-ID (diff)
From: Kuogee Hsieh <quic_khsieh@quicinc.com>
To: Stephen Boyd <swboyd@chromium.org>, <agross@kernel.org>,
	<airlied@linux.ie>, <bjorn.andersson@linaro.org>,
	<daniel@ffwll.ch>, <dmitry.baryshkov@linaro.org>,
	<dri-devel@lists.freedesktop.org>, <robdclark@gmail.com>,
	<sean@poorly.run>, <vkoul@kernel.org>
Cc: quic_sbillaka@quicinc.com, linux-arm-msm@vger.kernel.org,
	quic_abhinavk@quicinc.com, linux-kernel@vger.kernel.org,
	quic_aravindh@quicinc.com, freedreno@lists.freedesktop.org
Subject: Re: [PATCH v12 4/4] drm/msm/dp: enable widebus feature for display port
Date: Fri, 1 Apr 2022 13:00:27 -0700	[thread overview]
Message-ID: <ccd8e82d-6121-3d2a-6a63-4fc7c0896881@quicinc.com> (raw)
In-Reply-To: <CAE-0n53s11KHrj-rzRkjV4q775XCoxzZCLK-HRCt=H1++DR-YQ@mail.gmail.com>

Hi Stephen,


Would you please to help land this serial of 4 patch into msm-next?

Thanks,

On 2/25/2022 2:17 PM, Stephen Boyd wrote:
> Quoting Kuogee Hsieh (2022-02-25 13:23:12)
>> Widebus feature will transmit two pixel data per pixel clock to interface.
>> This feature now is required to be enabled to easy migrant to higher
>> resolution applications in future. However since some legacy chipsets
>> does not support this feature, this feature is enabled by setting
>> wide_bus_en flag to true within msm_dp_desc struct.
>>
>> changes in v2:
>> -- remove compression related code from timing
>> -- remove op_info from  struct msm_drm_private
>> -- remove unnecessary wide_bus_en variables
>> -- pass wide_bus_en into timing configuration by struct msm_dp
>>
>> Changes in v3:
>> -- split patch into 3 patches
>> -- enable widebus feature base on chip hardware revision
>>
>> Changes in v5:
>> -- DP_INTF_CONFIG_DATABUS_WIDEN
>>
>> Changes in v6:
>> -- static inline bool msm_dp_wide_bus_enable() in msm_drv.h
>>
>> Changes in v7:
>> -- add Tested-by
>>
>> Changes in v9:
>> -- add wide_bus_en to msm_dp_desc
>>
>> Changes in v10:
>> -- add wide_bus_en boolean to dp_catalog struc to avoid passing it as parameter
>>
>> Changes in v11:
>> -- add const to dp_catalog_hw_revision()
>> -- add const to msm_dp_wide_bus_available()
>>
>> Changes in v12:
>> -- dp_catalog_hw_revision(const struct dp_catalog *dp_catalog)
>> -- msm_dp_wide_bus_available(const struct msm_dp *dp_display)
>>
>> Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
>> Reported-by: kernel test robot <lkp@intel.com>
>> Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
>> ---
> Reviewed-by: Stephen Boyd <swboyd@chromium.org>

  reply	other threads:[~2022-04-01 20:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-25 21:23 [PATCH v12 0/4] drm/msm/dpu: enable widebus feature base on chip hardware revision Kuogee Hsieh
2022-02-25 21:23 ` Kuogee Hsieh
2022-02-25 21:23 ` [PATCH v12 1/4] drm/msm/dpu: adjust display_v_end for eDP and DP Kuogee Hsieh
2022-02-25 21:23   ` Kuogee Hsieh
2022-02-25 21:23 ` [PATCH v12 2/4] drm/msm/dpu: replace BIT(x) with correspond marco define string Kuogee Hsieh
2022-02-25 21:23   ` Kuogee Hsieh
2022-02-25 21:23 ` [PATCH v12 3/4] drm/msm/dpu: revise timing engine programming to support widebus feature Kuogee Hsieh
2022-02-25 21:23   ` Kuogee Hsieh
2022-02-25 21:23 ` [PATCH v12 4/4] drm/msm/dp: enable widebus feature for display port Kuogee Hsieh
2022-02-25 21:23   ` Kuogee Hsieh
2022-02-25 22:17   ` Stephen Boyd
2022-02-25 22:17     ` Stephen Boyd
2022-04-01 20:00     ` Kuogee Hsieh [this message]
2022-04-01 20:00       ` Kuogee Hsieh
2022-04-01 20:17       ` Kuogee Hsieh
2022-04-01 20:17         ` Kuogee Hsieh
2022-04-01 21:52   ` Dmitry Baryshkov
2022-04-01 21:52     ` 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=ccd8e82d-6121-3d2a-6a63-4fc7c0896881@quicinc.com \
    --to=quic_khsieh@quicinc.com \
    --cc=agross@kernel.org \
    --cc=airlied@linux.ie \
    --cc=bjorn.andersson@linaro.org \
    --cc=daniel@ffwll.ch \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=freedreno@lists.freedesktop.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=quic_abhinavk@quicinc.com \
    --cc=quic_aravindh@quicinc.com \
    --cc=quic_sbillaka@quicinc.com \
    --cc=robdclark@gmail.com \
    --cc=sean@poorly.run \
    --cc=swboyd@chromium.org \
    --cc=vkoul@kernel.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.