Re: [Freedreno] [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku

2022-06-28 Thread Akhil P Oommen
On 6/29/2022 9:59 AM, Bjorn Andersson wrote: On Tue 10 May 02:53 CDT 2022, Akhil P Oommen wrote: Add a new sku to the fuse map of 7c3 gpu. Signed-off-by: Akhil P Oommen Is this series still needed/wanted? I've been waiting for patch 1 to be merged in the driver so that I can pick up the dts

Re: [Freedreno] [PATCH v2 1/2] drm/msm/a6xx: Add support for a new 7c3 sku

2022-06-28 Thread Bjorn Andersson
On Tue 10 May 02:53 CDT 2022, Akhil P Oommen wrote: > Add a new sku to the fuse map of 7c3 gpu. > > Signed-off-by: Akhil P Oommen Is this series still needed/wanted? I've been waiting for patch 1 to be merged in the driver so that I can pick up the dts change. Regards, Bjorn > --- > > (no ch

Re: [Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-28 Thread Dmitry Baryshkov
On 28 June 2022 18:20:06 GMT+03:00, Kuogee Hsieh wrote: >Some userspace presumes that the first connected connector is the main >display, where it's supposed to display e.g. the login screen. For >laptops, this should be the main panel. > >This patch call drm_helper_move_panel_connectors_to_he

Re: [Freedreno] [PATCH] drm/msm/dp: use ARRAY_SIZE for calculating num_descs

2022-06-28 Thread Kuogee Hsieh
On 6/27/2022 2:23 PM, Dmitry Baryshkov wrote: On 28/06/2022 00:01, Kuogee Hsieh wrote: On 6/27/2022 1:05 PM, Dmitry Baryshkov wrote: On Mon, 27 Jun 2022 at 22:26, Kuogee Hsieh wrote: On 6/27/2022 9:54 AM, Dmitry Baryshkov wrote: If for some reason the msm_dp_config::descs array starts fro

[Freedreno] [pull] drm/msm: drm-msm-fixes-2022-06-28 for v5.19-rc5

2022-06-28 Thread Rob Clark
Hi Dave, A couple remaining fixes for v5.19, summary below (and in tag msg) The following changes since commit a6e2af64a79afa7f1b29375b5231e840a84bb845: drm/msm/dp: force link training for display resolution change (2022-06-18 09:14:06 -0700) are available in the Git repository at: https:/

Re: [Freedreno] Fwd: [PATCH v2 3/3] drm/msm/dp: remove dp_display_en/disable prototypes and data argument

2022-06-28 Thread Kuogee Hsieh
On 6/24/2022 10:37 AM, Abhinav Kumar wrote: Forwarded Message Subject: [PATCH v2 3/3] drm/msm/dp: remove dp_display_en/disable prototypes and data argument Date: Sat, 18 Jun 2022 02:24:34 +0300 From: Dmitry Baryshkov To: Rob Clark , Sean Paul , Abhinav Kumar CC: Stephe

Re: [Freedreno] Fwd: [PATCH v2 2/3] drm/msm/dp: rename second dp_display_enable()'s argument

2022-06-28 Thread Kuogee Hsieh
On 6/24/2022 10:36 AM, Abhinav Kumar wrote: Forwarded Message Subject: [PATCH v2 2/3] drm/msm/dp: rename second dp_display_enable()'s argument Date: Sat, 18 Jun 2022 02:24:33 +0300 From: Dmitry Baryshkov To: Rob Clark , Sean Paul , Abhinav Kumar CC: Stephen Boyd , Davi

Re: [Freedreno] Fwd: [PATCH v2 1/3] drm/msm/dp: remove unused stubs

2022-06-28 Thread Kuogee Hsieh
On 6/24/2022 10:36 AM, Abhinav Kumar wrote: Forwarded Message Subject: [Freedreno] [PATCH v2 1/3] drm/msm/dp: remove unused stubs Date: Sat, 18 Jun 2022 02:24:32 +0300 From: Dmitry Baryshkov To: Rob Clark , Sean Paul , Abhinav Kumar CC: David Airlie , linux-arm-...@vger.

Re: [Freedreno] [PATCH v1 2/3] drm/msm/dp: decoupling dp->id out of dp controller_id at scxxxx_dp_cfg table

2022-06-28 Thread Kuogee Hsieh
On 6/27/2022 4:20 PM, Doug Anderson wrote: Hi, On Sat, Jun 25, 2022 at 1:48 AM Dmitry Baryshkov wrote: On Sat, 25 Jun 2022 at 04:23, Abhinav Kumar wrote: On 6/24/2022 5:11 PM, Dmitry Baryshkov wrote: On Sat, 25 Jun 2022 at 03:03, Abhinav Kumar wrote: On 6/24/2022 4:56 PM, Kuogee Hsieh w

[Freedreno] [PATCH] drm/msm/dp: make eDP panel as the first connected connector

2022-06-28 Thread Kuogee Hsieh
Some userspace presumes that the first connected connector is the main display, where it's supposed to display e.g. the login screen. For laptops, this should be the main panel. This patch call drm_helper_move_panel_connectors_to_head() after drm_bridge_connector_init() to make sure eDP stay at he

Re: [Freedreno] [PATCH v3 2/4] drm/msm/adreno: Add A619 support

2022-06-28 Thread Luca Weiss
Hi all, any comment on this patch series? Would be great to get this into 5.20 Regards Luca On Samstag, 28. Mai 2022 18:03:49 CEST Konrad Dybcio wrote: > Add support for the Adreno 619 GPU, as found in Snapdragon 690 (SM6350), > 480 (SM4350) and 750G (SM7225). > > Signed-off-by: Konrad Dybcio

[Freedreno] [PULL] drm/msm: display changes for 5.20

2022-06-28 Thread Dmitry Baryshkov
Hi Rob, Please pull the following changes into the msm-next branch. This cycle is more or less calm with mostly small changes and fixes here and there. As agreed, this pull request is based on 5.20-rc2. The summary of patches in the pull request: Core: - client utilization via fdinfo support -