[PATCH v5 00/13] drm/msm/hdmi: rework and fix the HPD even generation

2025-05-04 Thread Dmitry Baryshkov
The MSM HDMI driver is plagued with the long-standing bug. If HDMI cable is disconnected, in most of the cases cable reconnection will not be detected properly. We have been carrying the patch from [1] in our integration tree for ages. The time has come to fix the long-standing bug and implement pr

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-06 Thread Sakari Ailus
Hi Dmitry, others, On Wed, Nov 06, 2024 at 09:20:12AM +, Dmitry Baryshkov wrote: > On 5 November 2024 17:39:40 GMT, Maxime Ripard wrote: > >On Tue, Nov 05, 2024 at 05:33:21PM +, Dmitry Baryshkov wrote: > >> On 5 November 2024 16:13:26 GMT, Maxime Ripard wrote: > >> >On Tue, Nov 05, 2024

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-06 Thread Dmitry Baryshkov
On 5 November 2024 17:39:40 GMT, Maxime Ripard wrote: >On Tue, Nov 05, 2024 at 05:33:21PM +, Dmitry Baryshkov wrote: >> On 5 November 2024 16:13:26 GMT, Maxime Ripard wrote: >> >On Tue, Nov 05, 2024 at 01:28:48PM +0200, Dmitry Baryshkov wrote: >> >> On Mon, 04 Nov 2024 11:27:53 +0800, Liu Yin

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-05 Thread Dmitry Baryshkov
On 5 November 2024 16:13:26 GMT, Maxime Ripard wrote: >On Tue, Nov 05, 2024 at 01:28:48PM +0200, Dmitry Baryshkov wrote: >> On Mon, 04 Nov 2024 11:27:53 +0800, Liu Ying wrote: >> > This patch series aims to add ITE IT6263 LVDS to HDMI converter on >> > i.MX8MP EVK. Combined with LVDS receiver and

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-05 Thread Maxime Ripard
On Tue, Nov 05, 2024 at 05:33:21PM +, Dmitry Baryshkov wrote: > On 5 November 2024 16:13:26 GMT, Maxime Ripard wrote: > >On Tue, Nov 05, 2024 at 01:28:48PM +0200, Dmitry Baryshkov wrote: > >> On Mon, 04 Nov 2024 11:27:53 +0800, Liu Ying wrote: > >> > This patch series aims to add ITE IT6263 LV

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-05 Thread Laurent Pinchart
On Tue, Nov 05, 2024 at 05:33:21PM +, Dmitry Baryshkov wrote: > On 5 November 2024 16:13:26 GMT, Maxime Ripard wrote: > > On Tue, Nov 05, 2024 at 01:28:48PM +0200, Dmitry Baryshkov wrote: > >> On Mon, 04 Nov 2024 11:27:53 +0800, Liu Ying wrote: > >> > This patch series aims to add ITE IT6263 L

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-05 Thread Maxime Ripard
On Tue, Nov 05, 2024 at 01:28:48PM +0200, Dmitry Baryshkov wrote: > On Mon, 04 Nov 2024 11:27:53 +0800, Liu Ying wrote: > > This patch series aims to add ITE IT6263 LVDS to HDMI converter on > > i.MX8MP EVK. Combined with LVDS receiver and HDMI 1.4a transmitter, > > the IT6263 supports LVDS input

Re: (subset) [PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-05 Thread Dmitry Baryshkov
On Mon, 04 Nov 2024 11:27:53 +0800, Liu Ying wrote: > This patch series aims to add ITE IT6263 LVDS to HDMI converter on > i.MX8MP EVK. Combined with LVDS receiver and HDMI 1.4a transmitter, > the IT6263 supports LVDS input and HDMI 1.4 output by conversion > function. IT6263 product link can be

[PATCH v5 00/13] Add ITE IT6263 LVDS to HDMI converter support

2024-11-03 Thread Liu Ying
Hi, This patch series aims to add ITE IT6263 LVDS to HDMI converter on i.MX8MP EVK. Combined with LVDS receiver and HDMI 1.4a transmitter, the IT6263 supports LVDS input and HDMI 1.4 output by conversion function. IT6263 product link can be found at [1]. Patch 1 is a preparation patch to allow

[PATCH v5 00/13] drm/bridge: cdns-dsi: Fix the color-shift issue

2024-10-19 Thread Aradhya Bhatia
Hello all, This series provides some crucial fixes and improvements for the Cadence's DSI TX (cdns-dsi) controller found commonly in Texas Instruments' J7 family of SoCs as well as in AM62P. Along with that, this series aims to fix the color-shift issue that has been going on with the DSI control

Re: [PATCH v5 00/13] drm/ast: Detect connector status for VGA and SIL164

2024-03-21 Thread Jocelyn Falempe
Hi, Thanks for those patches, that's really a good enhancement to the ast driver, and fits well with the BMC virtual connector. I've reviewed the whole series, and it looks good to me. Reviewed-by: Jocelyn Falempe -- Jocelyn On 20/03/2024 10:34, Thomas Zimmermann wrote: Detect the statu

[PATCH v5 00/13] drm/ast: Detect connector status for VGA and SIL164

2024-03-20 Thread Thomas Zimmermann
Detect the status of the VGA or SIL164 conenctor by polling the DDC channel. Update the status at runtime and flip the BMC status as well. Patches 1 adds a missing include statement that will be required to make later patches compile. Patches 2 and 3 simplify the VGA and SIL164 connectors, such t

[PATCH v5 00/13] Support IGT in display driver

2024-02-15 Thread Hsiao Chien Sung
From: Hsiao Chien Sung This series is based on 20240207021510.24035-2-shawn.s...@mediatek.com. This series adds support for running IGT (Intel GPU Tool) tests with MediaTek display driver. The following changes will be applied: 1. Add a new API for creating GCE thread loop to retrieve CRCs f

Re: [PATCH v5 00/13] Enable Colorspace connector property in amdgpu

2023-06-06 Thread Joshua Ashton
Thanks Harry. Looks good. Reviewed-by: Joshua Ashton - Joshie 🐸✨ On 6/6/23 21:25, Harry Wentland wrote: This patchset is based on Joshua's previous patchset [1], as well as my previous patchset [2]. It is - enabling support for the colorspace property in amdgpu, as well as - allowing drivers

[PATCH v5 00/13] Enable Colorspace connector property in amdgpu

2023-06-06 Thread Harry Wentland
This patchset is based on Joshua's previous patchset [1], as well as my previous patchset [2]. It is - enabling support for the colorspace property in amdgpu, as well as - allowing drivers to specify the supported set of colorspaces, and Colorspace, Infoframes, and YCbCr matrix --

[PATCH v5 00/13] drm/fbdev: Remove DRM's helpers for fbdev I/O

2023-05-30 Thread Thomas Zimmermann
DRM provides a number of wrappers around fbdev cfb_() sys_(), fb_io_() and fb_sys_() helpers. The DRM functions don't provide any additional functionality for most DRM drivers. So remove them and call the fbdev I/O helpers directly. The DRM fbdev I/O wrappers were originally added because does no

[PATCH v5 00/13]

2023-05-30 Thread Thomas Zimmermann
DRM provides a number of wrappers around fbdev cfb_() sys_(), fb_io_() and fb_sys_() helpers. The DRM functions don't provide any additional functionality for most DRM drivers. So remove them and call the fbdev I/O helpers directly. The DRM fbdev I/O wrappers were originally added because does no

Re: [PATCH v5 00/13] Canaan devicetree fixes

2022-08-10 Thread Palmer Dabbelt
On Fri, 05 Aug 2022 10:51:00 PDT (-0700), conor.doo...@microchip.com wrote: On 14/07/2022 23:11, Conor Dooley - M52691 wrote: On 14/07/2022 23:04, Palmer Dabbelt wrote: I'm trying to sort out how to merge this one.  I'm not opposed to taking it through the RISC-V tree as Rob's reviewed/acked t

[PATCH v5 00/13] Add MediaTek MT6370 PMIC support

2022-07-15 Thread ChiaEn Wu
From: ChiaEn Wu This patch series add MediaTek MT6370 PMIC support. The MT6370 is a highly-integrated smart power management IC, which includes a single cell Li-Ion/Li-Polymer switching battery charger, a USB Type-C & Power Delivery (PD) controller, dual Flash LED current sources, a RGB LED drive

Re: [PATCH v5 00/13] Canaan devicetree fixes

2022-07-15 Thread Palmer Dabbelt
On Tue, 05 Jul 2022 14:52:01 PDT (-0700), m...@conchuod.ie wrote: From: Conor Dooley Hey all, This series should rid us of dtbs_check errors for the RISC-V Canaan k210 based boards. To make keeping it that way a little easier, I changed the Canaan devicetree Makefile so that it would build all

Re: [PATCH v5 00/13] Canaan devicetree fixes

2022-07-06 Thread Damien Le Moal
On 7/6/22 17:03, Geert Uytterhoeven wrote: > Hi Conor, > > On Tue, Jul 5, 2022 at 11:52 PM Conor Dooley wrote: >> I *DO NOT* have any Canaan hardware so I have not tested any of this in >> action. Since I sent v1, I tried to buy some since it's cheap - but could >> out of the limited stockists no

Re: [PATCH v5 00/13] Canaan devicetree fixes

2022-07-06 Thread Geert Uytterhoeven
Hi Conor, On Tue, Jul 5, 2022 at 11:52 PM Conor Dooley wrote: > This series should rid us of dtbs_check errors for the RISC-V Canaan k210 > based boards. To make keeping it that way a little easier, I changed the > Canaan devicetree Makefile so that it would build all of the devicetrees > in the

Re: [PATCH v5 00/13] Canaan devicetree fixes

2022-07-06 Thread Geert Uytterhoeven
Hi Conor, On Tue, Jul 5, 2022 at 11:52 PM Conor Dooley wrote: > I *DO NOT* have any Canaan hardware so I have not tested any of this in > action. Since I sent v1, I tried to buy some since it's cheap - but could > out of the limited stockists none seemed to want to deliver to Ireland :( > I based

Re: [PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping

2022-06-17 Thread David Hildenbrand
On 17.06.22 04:19, Andrew Morton wrote: > On Tue, 31 May 2022 15:00:28 -0500 Alex Sierra wrote: > >> This is our MEMORY_DEVICE_COHERENT patch series rebased and updated >> for current 5.18.0 > > I plan to move this series into the non-rebasing mm-stable branch in a > few days. Unless sternly to

Re: [PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping

2022-06-16 Thread Andrew Morton
On Tue, 31 May 2022 15:00:28 -0500 Alex Sierra wrote: > This is our MEMORY_DEVICE_COHERENT patch series rebased and updated > for current 5.18.0 I plan to move this series into the non-rebasing mm-stable branch in a few days. Unless sternly told not to do so!

[PATCH v5 00/13] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping

2022-05-31 Thread Alex Sierra
This is our MEMORY_DEVICE_COHERENT patch series rebased and updated for current 5.18.0 Changes since the last version: - Fixed problems with migration during long-term pinning in get_user_pages - Open coded vm_normal_lru_pages as suggested in previous code review - Update hmm_gup_test with more ge

[PATCH v5 00/13] drm/msm: Add Display Stream Compression Support

2022-03-25 Thread Vinod Koul
Display Stream Compression (DSC) compresses the display stream in host which is later decoded by panel. This series enables this for Qualcomm msm driver. This was tested on Google Pixel3 phone which use LGE SW43408 panel. The changes include DSC data and hardware block enabling for DPU1 then supp

Re: [PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*

2021-08-12 Thread Sierra Guiza, Alejandro (Alex)
On 8/12/2021 1:34 AM, Christoph Hellwig wrote: Do you have a pointer to a git branch with this series and all dependencies to ease testing? Hi Christoph, Yes, actually tomorrow we're planning to send a new version with detailed instructions on how to setup and run each of the tests. This

[PATCH v5 00/13] Support DEVICE_GENERIC memory in migrate_vma_*

2021-08-11 Thread Alex Sierra
v1: AMD is building a system architecture for the Frontier supercomputer with a coherent interconnect between CPUs and GPUs. This hardware architecture allows the CPUs to coherently access GPU device memory. We have hardware in our labs and we are working with our partner HPE on the BIOS, firmware

Re: [PATCH v5 00/13] drm/trace: Mirror DRM debug logs to tracefs

2020-06-29 Thread Sean Paul
On Mon, Jun 8, 2020 at 5:05 PM Sean Paul wrote: > > From: Sean Paul > > This series is the latest in my journey to create a lightweight, > always-on "flight recorder" (name credit Weston) of drm logs. This > incarnation uses a trace_array to keep logs in memory exposed through > tracefs. Users an

[PATCH v5 00/13] Add support for PinePhone LCD panel

2020-06-26 Thread Ondrej Jirman
This patchset adds support for the LCD panel of PinePhone. I've tested this on PinePhone 1.0 and 1.2. Please take a look. thank you and regards, Ondrej Jirman Changes in v5: - rewritten on top of rocktech-jh057n00900 driver - rocktech-jh057n00900 renamed to st7703 (controller name) - converte

[PATCH v5 00/13] drm/trace: Mirror DRM debug logs to tracefs

2020-06-08 Thread Sean Paul
From: Sean Paul This series is the latest in my journey to create a lightweight, always-on "flight recorder" (name credit Weston) of drm logs. This incarnation uses a trace_array to keep logs in memory exposed through tracefs. Users and distros can enable drm logs by using the drm.trace module pa

[PATCH v5 00/13] support gce on mt6779 platform

2020-03-09 Thread Dennis YC Hsieh
This patch support gce on mt6779 platform. Change since v4: - do not clear disp event again in drm driver - symbolize value 1 to jump relative Change since v3: - refine code for local variable usage - use cmdq error code to consistent with current design - return error directly after send if erro

[PATCH v5 00/13] DSC MST support for DRM and AMDGPU

2019-11-07 Thread mikita.lipski
From: Mikita Lipski Patches are based of amd-staging-drm-next, the follow up set of patches will be sent for drm-tip This set of patches is a continuation of DSC enablement patches for AMDGPU. This set enables DSC on MST. It also contains implementation of both encoder and connector atomic check

[PATCH v5 00/13] Fix connector probing deadlocks from RPM bugs

2018-08-07 Thread Lyude Paul
This is the latest version of https://patchwork.freedesktop.org/series/46815/ I moved everything out of fb_helper and back into nouveau, because it seems that other drivers actually do have this handled already as far as I can tell. Lyude Paul (13): drm/nouveau: Fix bogus drm_kms_helper_poll_en

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Archit Taneja
Hi, On 10/18/2016 04:11 AM, Laurent Pinchart wrote: > Hello, > > Various pieces of information about DRM formats (number of planes, color > depth, chroma subsampling, ...) are scattered across different helper > functions in the DRM core. Callers of those functions often need to access > more than

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
On Tuesday 18 Oct 2016 15:45:14 Ville Syrjälä wrote: > On Tue, Oct 18, 2016 at 03:33:29PM +0300, Laurent Pinchart wrote: > > On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > >> On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > >>> Hello, > >>> > >>> Various pieces of in

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Ville Syrjälä
On Tue, Oct 18, 2016 at 03:33:29PM +0300, Laurent Pinchart wrote: > Hi Ville, > > On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > > On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > > > Hello, > > > > > > Various pieces of information about DRM formats (number of planes

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
Hi Ville, On Tuesday 18 Oct 2016 14:43:18 Ville Syrjälä wrote: > On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > > Hello, > > > > Various pieces of information about DRM formats (number of planes, color > > depth, chroma subsampling, ...) are scattered across different helpe

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Ville Syrjälä
On Tue, Oct 18, 2016 at 01:41:08AM +0300, Laurent Pinchart wrote: > Hello, > > Various pieces of information about DRM formats (number of planes, color > depth, chroma subsampling, ...) are scattered across different helper > functions in the DRM core. Callers of those functions often need to acce

[PATCH v5 00/13] Centralize format information

2016-10-18 Thread Laurent Pinchart
Hello, Various pieces of information about DRM formats (number of planes, color depth, chroma subsampling, ...) are scattered across different helper functions in the DRM core. Callers of those functions often need to access more than a single parameter of the format, leading to inefficiencies due

[PATCH v5 00/13] Support non-lru page migration

2016-05-09 Thread Minchan Kim
Recently, I got many reports about perfermance degradation in embedded system(Android mobile phone, webOS TV and so on) and easy fork fail. The problem was fragmentation caused by zram and GPU driver mainly. With memory pressure, their pages were spread out all of pageblock and it cannot be migrat