Re: [PATCH v2 1/3] drm/radeon: Add new callback that exposes vddc

2020-10-27 Thread Sandeep
On Mon, 26 Oct 2020 at 23:53, Alex Deucher wrote: > > I don't see them on the mailing list. Are you sure they went out? > > Alex The original email in this chain is the v2, sent in the correct form. > > On Sat, Oct 24, 2020 at 1:47 PM Sandeep wrote: > > >

Re: [PATCH v2 1/3] drm/radeon: Add new callback that exposes vddc

2020-10-24 Thread Sandeep
Hello, I've resent the patches in the correct format. Please review. - Sandeep On Fri, 9 Oct 2020 at 13:14, Sandeep Raghuraman wrote: > > This patch adds a callback for reporting vddc, to the dpm field of the > radeon_asic structure. > > Signed-off-by: Sandeep Raghuraman

[PATCH v2 3/3] drm/radeon: Expose vddc through hwmon

2020-10-09 Thread Sandeep Raghuraman
Create hwmon attribute for vddc, that uses previously declared get_current_vddc() callback if there's an implementation available. Also hides vddc, if there is no implementation for the current chipset (as per Alexander Deucher's suggestion). Signed-off-by: Sandeep Raghuraman --- d

[PATCH v2 2/3] drm/radeon: Add implementation of get_current_vddc for Sumo

2020-10-09 Thread Sandeep Raghuraman
Add implementation of get_current_vddc() callback for Sumo. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_asic.h | 1 + drivers/gpu/drm/radeon/sumo_dpm.c| 20 3 files changed, 22 insertions(+) diff

[PATCH v2 1/3] drm/radeon: Add new callback that exposes vddc

2020-10-09 Thread Sandeep Raghuraman
This patch adds a callback for reporting vddc, to the dpm field of the radeon_asic structure. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index

Re:

2020-10-09 Thread Sandeep Raghuraman
On 10/9/20 12:44 PM, Thomas Zimmermann wrote: > Hi > > Am 09.10.20 um 08:47 schrieb Thomas Zimmermann: >> NACK for the entire lack of any form of commit description. > > Please see the documentation at [1] on how to describe the changes and > getting your patches merged. Yes, I tried to use g

[PATCH v2 1/1] drm/radeon: Add sclk frequency as hwmon sensor

2020-09-09 Thread Sandeep Raghuraman
This patch adds support for reporting sclk values for Radeon GPUs, where supported. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon_pm.c | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b

Re: [PATCH 1/2] drm/radeon: Add sclk frequency as hwmon sensor

2020-09-07 Thread Sandeep Raghuraman
On 9/1/20 2:03 AM, Alex Deucher wrote: > On Sun, Aug 30, 2020 at 3:25 AM Sandeep Raghuraman > wrote: >> >> This patch series adds support for reporting sclk and vddc values for Radeon >> GPUs, where supported. > > This commit message should be specific to this

[PATCH 2/2] drm/radeon: Add vddc hwmon sensor

2020-08-30 Thread Sandeep Raghuraman
Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon.h | 1 + drivers/gpu/drm/radeon/radeon_asic.c | 1 + drivers/gpu/drm/radeon/radeon_asic.h | 1 + drivers/gpu/drm/radeon/radeon_pm.c | 21 + drivers/gpu/drm/radeon/sumo_dpm.c| 20

[PATCH 1/2] drm/radeon: Add sclk frequency as hwmon sensor

2020-08-30 Thread Sandeep Raghuraman
This patch series adds support for reporting sclk and vddc values for Radeon GPUs, where supported. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/radeon/radeon_pm.c | 29 - 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 1/1] AMDGPU : Fix bug in reporting voltage for CIK

2020-08-27 Thread Sandeep Raghuraman
incorrectly used, instead of the VDDGFX mask. This patch changes the code to use the correct defined constants (and apply the correct bitshift), thus resulting in correct voltage reporting. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c | 2 +- 1 file changed

[PATCH 1/1] AMDGPU: Specify get_argument function for ci_smu_funcs

2020-08-27 Thread Sandeep Raghuraman
smum_send_msg_to_smc() function, attempts to call the corresponding get_argument() function of ci_smu_funcs. However, the get_argument() function is not defined in ci_smu_funcs. This patch fixes the bug by specifying the correct get_argument() function. Signed-off-by: Sandeep Raghuraman

[PATCH 1/1] AMDGPU: Fix bug where DPM is not enabled after hibernate and resume

2020-08-06 Thread Sandeep Raghuraman
I've tested on my R9 390 and it seems to work correctly for both suspend and hibernate use cases, and has been stable so far. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers

[PATCH 1/1] AMDGPU: Replace invalid device ID with a valid device ID

2020-06-10 Thread Sandeep Raghuraman
ID 67B1, and it works fine without problems. Signed-off-by: Sandeep Raghuraman --- drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c b/drivers/gpu/drm/amd/powerplay/smumgr

Re: [PATCH 1/1] AMDGPU: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-16 Thread Sandeep Raghuraman
Initialize thermal controller fields in the PowerPlay table for Hawaii GPUs, so that fan speeds are reported. Signed-off-by: Sandeep Raghuraman --- .../drm/amd/powerplay/hwmgr/processpptables.c | 28 +++ 1 file changed, 28 insertions(+) diff --git a/drivers/gpu/drm/amd

[PATCH 1/1] AMDGPU: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-15 Thread Sandeep
Initialize thermal controller fields in the PowerPlay table for Hawaii GPUs, so that fan speeds are reported. --- .../drm/amd/powerplay/hwmgr/processpptables.c | 28 +++ 1 file changed, 28 insertions(+) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c b/drivers/g

Re: [PATCH] AMDGPU: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-10 Thread Sandeep
Hello, Can someone please look at this patch? It would be nice to get it merged in, so that others using the Hawaii GPU can get proper fan speeds reported. Thanks in advance. Yours sincerely, Sandeep On Sun, 5 Apr 2020 at 22:22, Sandeep wrote: > > This is required for the AMDGPU dri

[PATCH] AMDGPU: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)

2020-04-05 Thread Sandeep
This is required for the AMDGPU driver to report fan speed for Hawaii GPUs (otherwise the fan speed is just reported as 0) --- .../drm/amd/powerplay/hwmgr/processpptables.c | 28 +++ 1 file changed, 28 insertions(+) diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-12 Thread Sandeep Patil
n't have a CMA region. > > > > > > The issue at hand is that we may want to avoid loading the dmabuf CMA > > > heap driver on a board that doesn't use CMA. > > > > So the CMA core code is also a module, or how does that work? Not > > No. CM

Re: [RFC][PATCH 0/2] Allow DMA BUF heaps to be loaded as modules

2019-11-12 Thread Sandeep Patil
ne way or > not, but the Android folks have made their ION system and CMA heaps > loadable via a module, so it would seem like having the dmabuf system > and CMA heaps be modular would be useful to properly replace that > usage. > > For instance, the system heap as a module

Re: [RFC v2 1/3] dma-buf: give each buffer a full-fledged inode

2019-03-24 Thread Sandeep Patil
On Fri, Mar 22, 2019 at 11:02:55AM -0400, Joel Fernandes wrote: > On Thu, Mar 21, 2019 at 07:51:33PM -0700, Chenbo Feng wrote: > > From: Greg Hackmann > > > > By traversing /proc/*/fd and /proc/*/map_files, processes with CAP_ADMIN > > can get a lot of fine-grained data about how shmem buffers ar

[PATCH v1] drm/bridge: fix AUX_CMD_SEND bit value for ti, sn65dsi86 bridge

2018-11-30 Thread Sandeep Panda
Fix the AUX_CMD_SEND bit for ti,sn65dsi86 bridge chip. With wrong value the dpcd aux transactions with eDP panel are failing. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/ti

[PATCH v15] drm/bridge: add support for sn65dsi86 bridge driver

2018-07-20 Thread Sandeep Panda
dedicated DDC line (Andrzej Hajda). Changes in v14: - Remove unnecessary drm_panel checks (Andrzej Hajda). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 664

[PATCH v14 1/2] drm/bridge: add support for sn65dsi86 bridge driver

2018-07-17 Thread Sandeep Panda
dedicated DDC line (Andrzej Hajda). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 676 ++ 3 files changed, 686 insertions(+) create mo

[PATCH v14 0/2] Add suppport for sn65dsi86 bridge chip

2018-07-17 Thread Sandeep Panda
Changes in current patchset: - eDP panels report EDID via DP-AUX channel, so remove support for dedicated DDC line. Sandeep Panda (2): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings .../bindings/display/bridge/ti,sn65dsi86

[PATCH v14 2/2] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-07-17 Thread Sandeep Panda
). - Move data-lanes and lane-polarity property example to proper place (Andrzej Hajda). Changes in v11: - Add a property for suspend gpio function of GPIO1 pin on bridge chip (Stephen Boyd). Changes in v12: - Remove binding for dedicated DDC line (Andrzej Hajda). Signed-off-by: Sandeep

[PATCH v13 3/3] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-28 Thread Sandeep Panda
). - Move data-lanes and lane-polarity property example to proper place (Andrzej Hajda). Changes in v11: - Add a property for suspend gpio function of GPIO1 pin on bridge chip (Stephen Boyd). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 89

[PATCH v13 2/3] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-28 Thread Sandeep Panda
xplain in comment as in why dsi dev registration is done in bridge_attach (Andrzej Hajda). - Move HPD disable to bridge_pre_enable (Andrzej Hajda). - Make panel/DDC exclusive until HPD support is added (Andrzej Hajda). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9

[PATCH v13 1/3] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-28 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Signed-off-by: Sandeep Panda Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/video-interfaces.txt | 10

[PATCH v13 0/3] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-28 Thread Sandeep Panda
Changes in current patchset: - Add suspend-gpio property for GPIO1 pin on bridge chip. Sandeep Panda (3): dt-bindings: media: extend interface documentation for DSI and DP drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

[[DPU]PATCH] drm/msm/dsi: move the API setting PLL src to modeset_init()

2018-06-26 Thread Sandeep Panda
From: Abhinav Kumar Setting the DSI PLL src in probe doesn't provide the clock driver sufficient time to reclaim unused clock resources from coreboot resulting in warnings from clock driver. Move the DSI PLL src setting to modeset_init() so that the clock driver can claim unused display clock re

[PATCH v12 4/5] drm/panel: add Innolux TV123WAM panel driver support

2018-06-22 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda Reviewed-by: Sean Paul --- drivers/gp

[PATCH v12 1/5] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-22 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Signed-off-by: Sandeep Panda Reviewed-by: Rob Herring --- Documentation/devicetree/bindings/media/video-interfaces.txt | 10

[PATCH v12 5/5] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-22 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v12 0/5] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-22 Thread Sandeep Panda
Changes in current patchset: - Explain in comment as in why dsi dev registration is done in bridge_attach. - Make panel/DDC exclusive until HPD support is added. - Update interrupts and data-lane dt property bindings. Sandeep Panda (5): dt-bindings: media: extend interface documentation

[PATCH v12 2/5] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-22 Thread Sandeep Panda
xplain in comment as in why dsi dev registration is done in bridge_attach (Andrzej Hajda). - Move HPD disable to bridge_pre_enable (Andrzej Hajda). - Make panel/DDC exclusive until HPD support is added (Andrzej Hajda). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9

[PATCH v12 3/5] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-22 Thread Sandeep Panda
). - Move data-lanes and lane-polarity property example to proper place (Andrzej Hajda). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 86 ++ 1 file changed, 86 insertions(+) create mode 100644 Documentation/devicetree/bindings/display

[PATCH v11 5/5] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-15 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v10 2/5] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-15 Thread Sandeep Panda
are already explained in media/video-interface dt binidng (Rob Herring). Changes in v9: - Avoid putting re-definition of lane mapping and polarity dt binding (Rob Herring). Change-Id: I1d97686f2b9c8924abdeeadfbca2a93fd3aae3fc Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti

[PATCH v10 0/5] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-14 Thread Sandeep Panda
Changes in current patchset: - Use presence of refclk to determine if continuous dsi clock is required or not. - Update media/video-interface.txt documentatio for DSI and DP interface. Sandeep Panda (5): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document

[PATCH v11 1/5] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-14 Thread Sandeep Panda
se local refclk lut size instead of global macro (Sean Paul). Changes in v10: - Use refclk to determine if continuous dsi clock is needed or not. Changes in v11: - Read DPPLL_SRC register to determine continuous clock instead of using refclk handle (Stephen Boyd). Signed-off-by: Sandeep Panda

[PATCH v10 4/5] drm/panel: add Innolux TV123WAM panel driver support

2018-06-14 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda Reviewed-by: Sean Paul --- drivers/gp

[PATCH v11 1/5] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-14 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Signed-off-by: Sandeep Panda --- Documentation/devicetree/bindings/media/video-interfaces.txt | 10 ++ 1 file

[PATCH v11 3/5] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-14 Thread Sandeep Panda
are already explained in media/video-interface dt binidng (Rob Herring). Changes in v9: - Avoid putting re-definition of lane mapping and polarity dt binding (Rob Herring). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 87 ++ 1

[PATCH v11 4/5] drm/panel: add Innolux TV123WAM panel driver support

2018-06-14 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda Reviewed-by: Sean Paul --- drivers/gp

[PATCH v11 2/5] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-14 Thread Sandeep Panda
se local refclk lut size instead of global macro (Sean Paul). Changes in v10: - Use refclk to determine if continuous dsi clock is needed or not. Changes in v11: - Read DPPLL_SRC register to determine continuous clock instead of using refclk handle (Stephen Boyd). Signed-off-by: Sandeep Panda

[PATCH v10 3/5] dt-bindings: media: extend interface documentation for DSI and DP

2018-06-14 Thread Sandeep Panda
Properties like data-lanes, clock-noncontinuous and lane-polarities are applicable to DSI and DisplayPort interface also. So update the documentation to mention the same. Change-Id: I544bdf178bd6b207fa9e2e2e4aad819da320be3b Signed-off-by: Sandeep Panda --- Documentation/devicetree/bindings

[PATCH v10 5/5] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-14 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v11 0/5] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-14 Thread Sandeep Panda
Changes in current patchset: - Read DPPLL_SRC register to determine if continuous dsi clock needed or not. - Reorder the patchsets. Sandeep Panda (5): dt-bindings: media: extend interface documentation for DSI and DP drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm

[PATCH v10 1/5] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-14 Thread Sandeep Panda
se local refclk lut size instead of global macro (Sean Paul). Changes in v10: - Use refclk to determine if continuous dsi clock is needed or not. Change-Id: I735bb60df8c6272da79945d93cd5313835f2a1a0 Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bri

[PATCH v9 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-14 Thread Sandeep Panda
are already explained in media/video-interface dt binidng (Rob Herring). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 90 ++ 1 file changed, 90 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti

[PATCH v9 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-14 Thread Sandeep Panda
. - Fix issues faced during testing of bridge driver on actual HW. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings drm/panel: add Innolux TV123WAM panel driver support dt-bindings: drm/panel: Document Innolux

[PATCH v9 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-14 Thread Sandeep Panda
se local refclk lut size instead of global macro (Sean Paul). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 691 ++ 3 files changed, 701 insertions

[PATCH v9 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-14 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v9 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-06-14 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda Reviewed-by: Sean Paul --- drivers/gp

[PATCH v8 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-05 Thread Sandeep Panda
Changes in current patchset: - Moved dsi register/attach function to bridge probe. - Renames and added more description to lane-mapping dt property. - Removed some unnecessary headers/macros from driver. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings

[PATCH v8 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-06-05 Thread Sandeep Panda
Changes in current patchset: - Moved dsi register/attach function to bridge probe. - Renames and added more description to lane-mapping dt property. - Removed some unnecessary headers/macros from driver. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings

[PATCH v8 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-06-05 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-sim

[PATCH v8 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-06-05 Thread Sandeep Panda
ion to bridge driver probe (Andrzej Hajda). - Introduce a new helper function to write 16bit words into consecutive registers (Andrzej Hajda). - Remove unnecessary macros (Andrzej Hajda). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Make

[PATCH v8 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-06-05 Thread Sandeep Panda
mapping scheme dt property (Andrzej Hajda/ Rob Herring). - Removed HDP gpio binding, since the bridge uses IRQ signal to determine HPD, and IRQ property is already documented in binding. Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 109

[PATCH v8 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-06-05 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v7 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-05-25 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-sim

[PATCH v7 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-05-25 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v7 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-05-25 Thread Sandeep Panda
Changes in current patchset: - Defer bridge driver probe until panel probe happens. - Update the of_graph APIs based on comments. - Add optional lane-config dt-binding to bridge documentation. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge

[PATCH v7 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-05-25 Thread Sandeep Panda
bridge driver probe if panel is not probed (Andrzej Hajda). - Update of_graph APIs for correct node reference management. (Andrzej Hajda). - Remove local display_mode object (Andrzej Hajda). - Remove version id check function from driver. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bri

[PATCH v7 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-05-25 Thread Sandeep Panda
Boyd) Changes in v5: - Use clock property to specify the input refclk (Stephen Boyd). - Update gpio cell and pwm cell numbers (Stephen Boyd). Changes in v6: - Add property to mention the lane mapping scheme and polarity inversion (Stephen Boyd). Signed-off-by: Sandeep Panda --- .../bindings

[PATCH v6 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-05-15 Thread Sandeep Panda
Boyd) Changes in v5: - Use clock property to specify the input refclk (Stephen Boyd). - Update gpio cell and pwm cell numbers (Stephen Boyd). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 81 ++ 1 file changed, 81 insertions(+) create

[PATCH v6 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-05-15 Thread Sandeep Panda
alphabetical order. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings drm/panel: add Innolux TV123WAM panel driver support dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings .../bindings/display

[PATCH v6 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-05-15 Thread Sandeep Panda
d). - Clean up some debug logs and indentations (Sean Paul). - Simplify dp rate calculation (Sean Paul). - Add support to configure refclk based on input REFCLK pin or DACP/N pin (Stephen Boyd). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bri

[PATCH v6 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-05-15 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda Reviewed-by: Rob He

[PATCH v6 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-05-15 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Changes in v1: - Add the compatibility string, display_mode and panel_desc structures in alphabetical order (Sean Paul). Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-sim

[PATCH v5 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-05-02 Thread Sandeep Panda
rse reference clk frequency from dt(optional). - Update the bridge chip enable/disable sequence. Changes in v5: - Fixed Kbuild test service reported warnings. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/

[PATCH v5 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-05-02 Thread Sandeep Panda
Changes in current patchset: - Separate panel driver change from dt-binding documentation. - Add the properties from simple-panel binding that are applicable to this edp panel dt-binding. - Fix the warnings in bridge driver, reported by Kbuild test robot. Sandeep Panda (4): drm/bridge

[PATCH v5 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-05-02 Thread Sandeep Panda
as done by other existing panel support changes. Changes in v2: - Separate driver change from dt-binding documentation (Rob Herring). - Add the properties from simple-panel binding that are applicable to this panel (Rob Herring). Signed-off-by: Sandeep Panda --- .../bindings/display/

[PATCH v5 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-05-02 Thread Sandeep Panda
Boyd) Signed-off-by: Sandeep Panda Reviewed-by: Rob Herring --- .../bindings/display/bridge/ti,sn65dsi86.txt | 76 ++ 1 file changed, 76 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.txt diff --git a/Documentation

[PATCH v5 3/4] drm/panel: add Innolux TV123WAM panel driver support

2018-05-02 Thread Sandeep Panda
Add support for Innolux TV123WAM, which is a 12.3" eDP display panel with 2160x1440 resolution. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-simple.c | 27 +++ 1 file changed, 27 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/dr

[PATCH v4 0/3] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel

2018-04-29 Thread Sandeep Panda
Changes in current patchset: - Reuse simple panel driver for the 2k eDP display panel. - Update bridge chip enable/disable sequence. - Update bridge chip dt-bindings. - Add Kconfig and Makefile to bridge driver change. Sandeep Panda (3): drm/bridge: add support for sn65dsi86 bridge driver

[PATCH v4 2/3] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-04-29 Thread Sandeep Panda
Boyd) Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 76 ++ 1 file changed, 76 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86.txt diff --git a/Documentation/devicetree/bindings/display

[PATCH v4 1/3] drm/bridge: add support for sn65dsi86 bridge driver

2018-04-29 Thread Sandeep Panda
rse reference clk frequency from dt(optional). - Update the bridge chip enable/disable sequence. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/Kconfig| 9 + drivers/gpu/drm/bridge/Makefile | 1 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 721

[PATCH v4 3/3] drm/panel: add support for Innolux TV123WAM panel

2018-04-29 Thread Sandeep Panda
as done by other existing panel support changes. Signed-off-by: Sandeep Panda --- .../bindings/display/panel/innolux,tv123wam.txt| 7 ++ drivers/gpu/drm/panel/panel-simple.c | 27 ++ 2 files changed, 34 insertions(+) create mode 100644 Document

[[RFC]DPU PATCH 4/4] dt-bindings: drm/panel: Document Innolux TV123WAM panel bindings

2018-04-20 Thread Sandeep Panda
The Innolux TV123WAM is a 12.3" eDP display panel with 2160x1440 resolution. Signed-off-by: Sandeep Panda --- .../bindings/display/panel/innolux,edp-2k-panel.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/

[[RFC]DPU PATCH 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-04-20 Thread Sandeep Panda
entry and instead populate is an interrupt property (Rob Herring). Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 61 ++ 1 file changed, 61 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86

[[RFC]DPU PATCH 3/4] drm/panel: add Innolux TV123WAM eDP panel driver

2018-04-20 Thread Sandeep Panda
Add support for Innolux TV123WAM 12.3" panel which is an eDP panel. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-innolux-tv123wam.c | 293 + 1 file changed, 293 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-innolux-tv123wam.c diff --

[[RFC]DPU PATCH 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-04-20 Thread Sandeep Panda
nclusions (Sean Paul). - Rearrange the header files in alphabetical order (Sean Paul). - Use regmap interface to perform i2c transactions. - Update Copyright/License field and address other review comments (Jordan Crouse). Signed-off-by: Sandeep Panda --- drivers/

[[RFC]DPU PATCH 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel driver

2018-04-20 Thread Sandeep Panda
conclude on, if we need to the programming of edp panel video timeings in mode_set(). Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings drm/panel: add Innolux TV123WAM eDP panel driver dt-bindings: drm/panel: D

[[RFC]DPU PATCH 2/4] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-04-19 Thread Sandeep Panda
Document the bindings used for the sn65dsi86 DSI to eDP bridge. Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 60 ++ 1 file changed, 60 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86

[[RFC]DPU PATCH 4/4] dt-bindings: Add Innolux TV123WAM panel bindings

2018-04-19 Thread Sandeep Panda
The Innolux TV123WAM is a 12.3" eDP display panel with 2160x1440 resolution. Signed-off-by: Sandeep Panda --- .../bindings/display/panel/innolux,edp-2k-panel.txt | 21 + 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/

[[RFC]DPU PATCH 0/4] Add suppport for sn65dsi86 bridge chip and Innolux 2k edp panel driver

2018-04-19 Thread Sandeep Panda
ual bridge chip/panel. Sandeep Panda (4): drm/bridge: add support for sn65dsi86 bridge driver dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings drm/panel: add Innolux TV123WAM eDP panel driver dt-bindings: Add Innolux TV123WAM panel bindings .../bindings/display/bridge/ti,sn65ds

[[RFC]DPU PATCH 1/4] drm/bridge: add support for sn65dsi86 bridge driver

2018-04-19 Thread Sandeep Panda
h i2c interface only. Also as of now HPD support has not been added to bridge chip driver. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 742 ++ 1 file changed, 742 insertions(+) create mode 100644 drivers/gpu/drm/bridge/ti-sn65dsi86.c

[[RFC]DPU PATCH 3/4] drm/panel: add Innolux TV123WAM eDP panel driver

2018-04-19 Thread Sandeep Panda
Add support for Innolux TV123WAM 12.3" panel which is an eDP panel. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/panel/panel-innolux-tv123wam.c | 299 + 1 file changed, 299 insertions(+) create mode 100644 drivers/gpu/drm/panel/panel-innolux-tv123wam.c diff --

[[RFC]DPU PATCH 1/2] drm/bridge: add support for sn65dsi86 bridge driver

2018-04-13 Thread Sandeep Panda
h i2c interface only. Also as of now HPD support has not been added to bridge chip driver. Signed-off-by: Sandeep Panda --- drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1019 + 1 file changed, 1019 insertions(+) create mode 100644 drivers/gpu/drm/bridge/ti-sn65dsi86.c

[[RFC]DPU PATCH 2/2] dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings

2018-04-13 Thread Sandeep Panda
Document the bindings used for the sn65dsi86 DSI to eDP bridge. Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 75 ++ 1 file changed, 75 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/bridge/ti,sn65dsi86

[[RFC]DPU PATCH 0/2] Add suppport for sn65dsi86 bridge chip

2018-04-13 Thread Sandeep Panda
interface only. Also as of now HPD support has not been added to bridge chip driver. Current patchset is yet tested on an actual sn65dsi86 bridge HW. Sandeep Panda (2): dt-bindings: drm/bridge: Document sn65dsi86 bridge bindings drm/bridge: add support for sn65dsi86 bridge driver

[[RFC]DPU PATCH] drm/bridge: add support for sn65dsi86 bridge chip

2018-04-09 Thread Sandeep Panda
support HPD. Current patch is not yet tested on an actual sn65dsi86 bridge HW. Sandeep Panda (1): drm/bridge: add sn65dsi86 bridge driver support .../bindings/display/bridge/ti,sn65dsi86.txt | 53 + drivers/gpu/drm/bridge/ti-sn65dsi86.c | 1146 2 files

[[RFC]DPU PATCH] drm/bridge: add sn65dsi86 bridge driver support

2018-04-09 Thread Sandeep Panda
Add support for TI's sn65dsi86 dsi2edp bridge chip. The chip converts DSI transmitted signal to eDP signal, which is fed to the connected eDP panel. Signed-off-by: Sandeep Panda --- .../bindings/display/bridge/ti,sn65dsi86.txt | 53 + drivers/gpu/drm/bridge/ti-sn65ds

Re: [PATCH v5 2/2] staging: ion: create one device entry per heap

2017-10-04 Thread Sandeep Patil
On Tue, Oct 03, 2017 at 02:42:32PM -0700, Laura Abbott wrote: > On 10/03/2017 09:48 AM, Mark Brown wrote: > > On Mon, Oct 02, 2017 at 11:07:48AM -0700, Laura Abbott wrote: > > > >> Thinking about this a bit more, I'm not 100% sure if this > >> will allow the security rules we want. Heap ids are as

AMDGPU DAL branch

2016-11-19 Thread Sandeep
On Thu, Nov 17, 2016, 08:55 Alex Deucher wrote: > On Thu, Nov 17, 2016 at 11:50 AM, Sandeep wrote: > > Hello, > > > > Could someone please tell me the git repo and branch where the latest > AMDGPU > > DAL work is taking place? I want to compile and tr

AMDGPU DAL branch

2016-11-17 Thread Sandeep
Hello, Could someone please tell me the git repo and branch where the latest AMDGPU DAL work is taking place? I want to compile and try it out myself. Yours sincerely, Sandeep -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archi

Enable AMDGPU for CIK by default

2016-11-06 Thread Sandeep
Hello, I was wondering when DRM_AMDGPU_CIK would be turned on by default in the upstream kernel (or is this upto individual distros?) Is there any work left to be done/bugs to be fixed before it can be enabled by default? Yours sincerely, Sandeep -- next part -- An HTML

Laptop LVDS display blank after suspend and resume

2014-03-27 Thread Sandeep
l dpms off vbetool dpms on ;; *) exit $NA ;; esac Did not affect outcome. Executed: radeontool light on Did not affect outcome. - Sandeep On Thu, Mar 27, 2014 at 8:34 PM, Sandeep wrote: > I am currently facing a problem on my laptop (an ASUS K53TA). The LVDS > display is bla

  1   2   >