Re: [PATCH 2/2] drm/bridge: dw-hdmi: Always add the bridge in the global bridge list

2020-06-28 Thread Liu Ying
Hi Laurent, On Sun, 2020-06-28 at 11:22 +0300, Laurent Pinchart wrote: > Hi Liu, > > (CC'ing Sam) > > Thank you for the patch. Thanks for your review. > > On Tue, Jun 16, 2020 at 05:04:52PM +0800, Liu Ying wrote: > > It doesn't hurt to add the bridge in the global bridge list also > > for > >

Re: [PATCH 1/4] usb: cdns3: gadget: Replace trace_printk by dev_dbg

2020-06-28 Thread Peter Chen
On 20-06-27 15:03:04, Nicolas Boichat wrote: > trace_printk should not be used in production code, replace it > call with dev_dbg. > > Signed-off-by: Nicolas Boichat > > --- > > Unclear why a trace_printk was used in the first place, it's > possible that some rate-limiting is necessary here. >

Re: [PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels

2020-06-28 Thread Dmitry Osipenko
В Sun, 28 Jun 2020 10:54:01 +0300 Laurent Pinchart пишет: > The DRM bus flags reporting on which clock edge the pixel data and > sync signals are sampled or driven don't make sense for LVDS panels, > as the bus then uses sub-clock timings to send data. Drop those flags > and add a warning in the

[PATCH v2 4/6] gpu: host1x: Put gather's BO on pinning error

2020-06-28 Thread Dmitry Osipenko
This patch fixes gather's BO refcounting on a pinning error. Gather's BO won't be leaked now if something goes wrong. Signed-off-by: Dmitry Osipenko --- drivers/gpu/host1x/job.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/host1x/job.c b/drivers/g

[PATCH v2 6/6] gpu: host1x: debug: Dump push buffer state

2020-06-28 Thread Dmitry Osipenko
When job hangs and there is a memory error pointing at channel's push buffer, it is very handy to know the push buffer's state. This patch makes the push buffer's state to be dumped into KMSG in addition to the job's gathers. Signed-off-by: Dmitry Osipenko --- drivers/gpu/host1x/hw/debug_hw.c |

[PATCH v2 2/6] drm/tegra: gr2d: Add tiled PATBASE address register

2020-06-28 Thread Dmitry Osipenko
There are two PATBASE address registers, one for linear layout and other for tiled. The driver's address registers list misses the tiled PATBASE register. Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/tegra/gr2d.c | 1 + drivers/gpu/drm/tegra/gr2d.h | 1 + 2 files changed, 2 insertions(+)

[PATCH v2 3/6] gpu: host1x: Optimize BOs usage when firewall is enabled

2020-06-28 Thread Dmitry Osipenko
We don't need to hold and pin original BOs of the gathers in a case of enabled firewall because in this case gather's content is copied and the copy is used by the executed job. Signed-off-by: Dmitry Osipenko --- drivers/gpu/host1x/job.c | 14 -- 1 file changed, 12 insertions(+), 2 d

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_channel_map)

2020-06-28 Thread Dmitry Osipenko
28.06.2020 14:16, Mikko Perttunen пишет: > On 6/26/20 7:35 PM, Dmitry Osipenko wrote: >> 26.06.2020 10:34, Thierry Reding пишет: >>> On Fri, Jun 26, 2020 at 01:47:46AM +0300, Dmitry Osipenko wrote: 23.06.2020 15:09, Mikko Perttunen пишет: > ### DRM_TEGRA_CHANNEL_MAP > > Make memory

[PATCH v2 0/6] Tegra DRM / Host1x drivers improvements and corrections

2020-06-28 Thread Dmitry Osipenko
Hello! This small series fixes a few minor long-standing problems of the Tegra DRM and Host1x drivers. It also adds a push buffer dumping support, which is a minor debugging feature. Changelog: v2: - The drm/tegra and host1x patches got aggregated into this common series because I'm a bit

Re: [RFC] Host1x/TegraDRM UAPI (sync points)

2020-06-28 Thread Dmitry Osipenko
28.06.2020 12:44, Mikko Perttunen пишет: > On 6/28/20 2:27 AM, Dmitry Osipenko wrote: >> 23.06.2020 15:09, Mikko Perttunen пишет: >>> >>> ### IOCTL HOST1X_ALLOCATE_SYNCPOINT (on /dev/host1x) >>> >>> Allocates a free syncpoint, returning a file descriptor representing it. >>> Only the owner of the f

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_command)

2020-06-28 Thread Dmitry Osipenko
28.06.2020 13:28, Mikko Perttunen пишет: > On 6/28/20 1:32 AM, Dmitry Osipenko wrote: >> 23.06.2020 15:09, Mikko Perttunen пишет: >>> /* Command is an opcode gather from a GEM handle */ >>> #define DRM_TEGRA_SUBMIT_COMMAND_GATHER 0 >>> /* Command is an opcode gather from a user pointer

[PATCH v2 1/6] drm/tegra: gr3d: Assert reset before power-gating

2020-06-28 Thread Dmitry Osipenko
Tegra TRM documentation states that hardware should be in a default state when power partition is turned off, i.e. reset should be asserted. This patch adds the missing reset assertions. Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/tegra/gr3d.c | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH v2 5/6] gpu: host1x: debug: Fix multiple channels emitting messages simultaneously

2020-06-28 Thread Dmitry Osipenko
Once channel's job is hung, it dumps the channel's state into KMSG before tearing down the offending job. If multiple channels hang at once, then they dump messages simultaneously, making the debug info unreadable, and thus, useless. This patch adds mutex which allows only one channel to emit debug

[Bug 208179] [amdgpu] black screen after exiting X

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=208179 Shlomo (shl...@fastmail.com) changed: What|Removed |Added Kernel Version|5.7.2,5.7.4,5.8-rc1 |5.7.2,5.7.4,5.8-rc1,5.8-rc2

[PATCH] drm: sun4i: hdmi: Remove extra HPD polling

2020-06-28 Thread Chen-Yu Tsai
From: Chen-Yu Tsai The HPD sense mechanism in Allwinner's old HDMI encoder hardware is more or less an input-only GPIO. Other GPIO-based HPD implementations directly return the current state, instead of polling for a specific state and returning the other if that times out. Remove the I/O pollin

[GIT PULL] exynos-drm-fixes

2020-06-28 Thread Inki Dae
Hi Dave, Just one cleanup and two fixups. Please kindly let me know if there is any problem. Thanks, Inki Dae The following changes since commit 687a0ed337367be5267652af5f6dbcfc954b8732: Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

linux-next: manual merge of the drm-misc tree with Linus' tree

2020-06-28 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-misc tree got conflicts in: drivers/gpu/drm/nouveau/dispnv04/crtc.c drivers/gpu/drm/nouveau/dispnv04/overlay.c drivers/gpu/drm/nouveau/dispnv50/base507c.c drivers/gpu/drm/nouveau/dispnv50/wndw.c drivers/gpu/drm/nouveau/nouveau_dmem.c drivers

Re: [PATCH] fbtft-bus.c: Removing that prohibited space before ')'

2020-06-28 Thread kernel test robot
Hi K, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on staging/staging-testing] [also build test WARNING on v5.8-rc2 next-20200626] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use as documented

Re: [RFC PATCH 0/4] DirectX on Linux

2020-06-28 Thread James Hilliard
On Tue, May 19, 2020 at 2:36 PM Sasha Levin wrote: > > Hi Daniel, > > On Tue, May 19, 2020 at 09:21:15PM +0200, Daniel Vetter wrote: > >Hi Sasha > > > >So obviously great that Microsoft is trying to upstream all this, and > >very much welcome and all that. > > > >But I guess there's a bunch of rat

Re: [RFC PATCH 0/2] DRM driver for hyper-v synthetic video device

2020-06-28 Thread Daniel Vetter
On Mon, Jun 22, 2020 at 1:07 PM Deepak Rawat wrote: > > Hi All, > > First draft of DRM driver for hyper-v synthetic video device. This synthetic > device is already supported by hyper-v and a corresponding framebuffer driver > exist at drivers/video/fbdev/hyperv_fb.c. With this patch, just reworke

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_syncpt_incr)

2020-06-28 Thread Dmitry Osipenko
23.06.2020 15:09, Mikko Perttunen пишет: > struct drm_tegra_submit_syncpt_incr { >     /* > * [in] Syncpoint FD of the syncpoint that the job will > *   increment. > */ >     __s32 syncpt_fd; > >     /* > * [in] Number of increments that the job will

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_command)

2020-06-28 Thread Dmitry Osipenko
23.06.2020 15:09, Mikko Perttunen пишет: > /* Command is an opcode gather from a GEM handle */ > #define DRM_TEGRA_SUBMIT_COMMAND_GATHER 0 > /* Command is an opcode gather from a user pointer */ > #define DRM_TEGRA_SUBMIT_COMMAND_GATHER_UPTR    1 > /* Command is a wait for syncpt fe

Re: [PATCH 1/2] drm: drm_fourcc: add NV20 YUV format【请注意,邮件由linux-rockchip-bounces+sandy.huang=rock-chips....@lists.infradead.org代发】

2020-06-28 Thread Huang Jiachai
Hi Jonas Karlman, 在 2020/6/26 22:19, Jonas Karlman 写道: On 2020-06-17 14:07, Huang Jiachai wrote: Hi Jonas Karlman,     Is there an another yuv 10bit format with 4:4:4 sub-simpling but has no padding?  Maybe we can call it DRM_FORMAT_NV30: { .format = DRM_FORMAT_NV30,.depth =

Re: amdgpu freezes kernel after kernel 5.7.6 changes

2020-06-28 Thread roland . rucky
I narrowed it down even more. When reverting https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=b5232e2ee8df85891514c73472cac09921e5d51d everything is stable. I have an uptime of 4+ hours while actively trying to reproduce the bug (gaming). Here is a bug report: https:/

Re: [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-28 Thread Dmitry Osipenko
27.06.2020 23:43, Laurent Pinchart пишет: > Hi Dmitry, > > Thank you for the patch. > > On Mon, Jun 22, 2020 at 01:27:42AM +0300, Dmitry Osipenko wrote: >> This patch adds missing BUS fields to the display panel descriptions of >> the panels which are found on NVIDIA Tegra devices: >> >> 1. AUO

Re: [RFC] Host1x/TegraDRM UAPI (sync points)

2020-06-28 Thread Dmitry Osipenko
23.06.2020 15:09, Mikko Perttunen пишет: > > ### IOCTL HOST1X_ALLOCATE_SYNCPOINT (on /dev/host1x) > > Allocates a free syncpoint, returning a file descriptor representing it. > Only the owner of the file descriptor is allowed to mutate the value of > the syncpoint. > > ``` > struct host1x_ctrl_a

amdgpu freezes kernel after kernel 5.7.6 changes

2020-06-28 Thread roland . rucky
Not sure if I am contacting the correct person, Since I updated to kernel 5.7.6, my system started to freeze randomly. After a couple of freezes, I noticed, that they always happen when playing games, or during videoplayback in e.g. firefox. I reverted to the previous kernel 5.7.5, and all issues

Re: drivers/gpu/drm/panel/panel-samsung-ld9040.c:240:12: warning: stack frame size of 8312 bytes in function 'ld9040_prepare'

2020-06-28 Thread Vladimir Oltean
Hi Nick, On Mon, 22 Jun 2020 at 19:50, Nick Desaulniers wrote: > > > I really don't get what's the problem here. The listing of > > ld9040_prepare at the given commit and with the given .config is: > > I wrote a tool to help debug these. > https://github.com/ClangBuiltLinux/frame-larger-than > I

Re: [PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels

2020-06-28 Thread Sam Ravnborg
On Sun, Jun 28, 2020 at 02:48:20PM +0300, Laurent Pinchart wrote: > Hi Sam, > > On Sun, Jun 28, 2020 at 11:13:47AM +0200, Sam Ravnborg wrote: > > On Sun, Jun 28, 2020 at 10:54:01AM +0300, Laurent Pinchart wrote: > > > The DRM bus flags reporting on which clock edge the pixel data and sync > > > si

[Bug 207383] [Regression] 5.7 amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207383 --- Comment #32 from Duncan (1i5t5.dun...@cox.net) --- Created attachment 289911 --> https://bugzilla.kernel.org/attachment.cgi?id=289911&action=edit Partial git bisect log (In reply to zzyxpaw from comment #29) > @Duncan I'm not sure if you wa

Re: [PATCH v2] drm/mediatek: remove unnecessary conversion to bool

2020-06-28 Thread Chun-Kuang Hu
Hi, Bernard: Bernard Zhao 於 2020年6月16日 週二 下午2:51寫道: > > In function mtk_dsi_clk_hs_state, remove unnecessary conversion > to bool return, this change is to make the code a bit readable. Applied to mediatek-drm-fixes [1], thanks. [1] https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/

Re: [PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels

2020-06-28 Thread Laurent Pinchart
Hi Sam, On Sun, Jun 28, 2020 at 11:13:47AM +0200, Sam Ravnborg wrote: > On Sun, Jun 28, 2020 at 10:54:01AM +0300, Laurent Pinchart wrote: > > The DRM bus flags reporting on which clock edge the pixel data and sync > > signals are sampled or driven don't make sense for LVDS panels, as the > > bus t

Re: Kernel issues with Radeon Pro WX4100 and DP->HDMI dongles

2020-06-28 Thread Maxim Levitsky
On Thu, 2020-06-25 at 10:14 +0300, Maxim Levitsky wrote: > Hi, > > I recently tried to connect my TV and WX4100 via two different DP->HDMI > dongles. > One of them makes my main monitor to go dark, and system to lockup (I haven't > yet debugged this futher), and the other one seems to work, > mo

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_channel_map)

2020-06-28 Thread Mikko Perttunen
On 6/26/20 7:35 PM, Dmitry Osipenko wrote: 26.06.2020 10:34, Thierry Reding пишет: On Fri, Jun 26, 2020 at 01:47:46AM +0300, Dmitry Osipenko wrote: 23.06.2020 15:09, Mikko Perttunen пишет: ### DRM_TEGRA_CHANNEL_MAP Make memory accessible by the engine while executing work on the channel. ```

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_syncpt_incr)

2020-06-28 Thread Mikko Perttunen
On 6/28/20 12:47 AM, Dmitry Osipenko wrote: 23.06.2020 15:09, Mikko Perttunen пишет: struct drm_tegra_submit_syncpt_incr {     /* * [in] Syncpoint FD of the syncpoint that the job will *   increment. */     __s32 syncpt_fd;     /* * [in] Nu

[Bug 207383] [Regression] 5.7 amdgpu/polaris11 gpf: amdgpu_atomic_commit_tail

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=207383 Duncan (1i5t5.dun...@cox.net) changed: What|Removed |Added Kernel Version|5.7-rc1, 5.7-rc2, 5.7-rc3 |5.7-rc1 - 5.7 - 5.8-rc1+

Re: [RFC] Host1x/TegraDRM UAPI (drm_tegra_submit_command)

2020-06-28 Thread Mikko Perttunen
On 6/28/20 1:32 AM, Dmitry Osipenko wrote: 23.06.2020 15:09, Mikko Perttunen пишет: /* Command is an opcode gather from a GEM handle */ #define DRM_TEGRA_SUBMIT_COMMAND_GATHER 0 /* Command is an opcode gather from a user pointer */ #define DRM_TEGRA_SUBMIT_COMMAND_GATHER_UPTR   

Re: [RFC] Host1x/TegraDRM UAPI (sync points)

2020-06-28 Thread Mikko Perttunen
On 6/28/20 2:27 AM, Dmitry Osipenko wrote: 23.06.2020 15:09, Mikko Perttunen пишет: ### IOCTL HOST1X_ALLOCATE_SYNCPOINT (on /dev/host1x) Allocates a free syncpoint, returning a file descriptor representing it. Only the owner of the file descriptor is allowed to mutate the value of the syncpoin

[Bug 200695] Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200695 --- Comment #47 from wevsty (t...@wevs.org) --- Created attachment 289905 --> https://bugzilla.kernel.org/attachment.cgi?id=289905&action=edit 5.4.0 amdgpu.dc=0 drm.debug=0xe -- You are receiving this mail because: You are watching the assigne

[Bug 200695] Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200695 --- Comment #48 from wevsty (t...@wevs.org) --- Created attachment 289907 --> https://bugzilla.kernel.org/attachment.cgi?id=289907&action=edit 5.4.0 amdgpu.dc=1 drm.debug=0xe -- You are receiving this mail because: You are watching the assigne

[Bug 200695] Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)

2020-06-28 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200695 wevsty (t...@wevs.org) changed: What|Removed |Added CC||t...@wevs.org --- Comment #46 fr

Re: [PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels

2020-06-28 Thread Sam Ravnborg
On Sun, Jun 28, 2020 at 10:54:01AM +0300, Laurent Pinchart wrote: > The DRM bus flags reporting on which clock edge the pixel data and sync > signals are sampled or driven don't make sense for LVDS panels, as the > bus then uses sub-clock timings to send data. Drop those flags and add a > warning i

Re: [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-28 Thread Sam Ravnborg
On Sun, Jun 28, 2020 at 11:02:53AM +0300, Laurent Pinchart wrote: > Hi Sam, > > > We should also clean up all the DRM_BUS_FLAG_* one day. > > No need for the deprecated values, so a few files needs an update. > > And we could document what flags makes sense for LVDS etc. > > Where would you add t

Re: [PATCH] efi: avoid error message when booting under Xen

2020-06-28 Thread Jürgen Groß
Ping? On 10.06.20 16:10, Juergen Gross wrote: efifb_probe() will issue an error message in case the kernel is booted as Xen dom0 from UEFI as EFI_MEMMAP won't be set in this case. Avoid that message by calling efi_mem_desc_lookup() only if EFI_PARAVIRT isn't set. Fixes: 38ac0287b7f4 ("fbdev/efi

Re: [PATCH v3 0/7] Convert the remaining text files to ReST

2020-06-28 Thread Mauro Carvalho Chehab
Em Fri, 26 Jun 2020 11:34:59 -0600 Jonathan Corbet escreveu: > On Tue, 23 Jun 2020 15:31:33 +0200 > Mauro Carvalho Chehab wrote: > > > The main goal of this series is to finish the ReST conversion. After this > > series, we have just those files still in plain old format: > > > > - Documen

Re: [PATCH 00/27] Converter R-Car DU to the DRM bridge connector helper

2020-06-28 Thread Laurent Pinchart
Hi Sam, On Sat, Jun 27, 2020 at 09:55:39PM +0200, Sam Ravnborg wrote: > Hi Liu, > > thanks for the notice. > > Laurent, I trust you will take a look and resolve this. I've just reviewed Liu's patches (and CC'ed you on 2/2). > On Thu, Jun 25, 2020 at 04:48:01PM +0800, Liu Ying wrote: > > On Tue

Re: [PATCH 2/2] drm/bridge: dw-hdmi: Always add the bridge in the global bridge list

2020-06-28 Thread Laurent Pinchart
Hi Liu, (CC'ing Sam) Thank you for the patch. On Tue, Jun 16, 2020 at 05:04:52PM +0800, Liu Ying wrote: > It doesn't hurt to add the bridge in the global bridge list also for > platform specific dw-hdmi drivers which are based on the component > framework. This can be achieved by moving the drm

Re: [PATCH 1/2] drm/bridge: dw-hdmi: Don't cleanup i2c adapter and ddc ptr in __dw_hdmi_probe() bailout path

2020-06-28 Thread Laurent Pinchart
Hi Liu, Thank you for the patch. On Tue, Jun 16, 2020 at 05:04:51PM +0800, Liu Ying wrote: > It's unnecessary to cleanup the i2c adapter and the ddc pointer in > the bailout path of __dw_hdmi_probe(), since the adapter is not > added and the ddc pointer is not set. Indeed. The code doesn't hurt

Re: [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-28 Thread Laurent Pinchart
Hi Sam, On Sun, Jun 28, 2020 at 09:52:45AM +0200, Sam Ravnborg wrote: > On Sun, Jun 28, 2020 at 10:07:45AM +0300, Laurent Pinchart wrote: > > On Sun, Jun 28, 2020 at 02:44:15AM +0300, Dmitry Osipenko wrote: > >> 27.06.2020 23:43, Laurent Pinchart пишет: > >>> On Mon, Jun 22, 2020 at 01:27:42AM +03

[PATCH] drm: panel: simple: Drop drive/sample bus flags for LVDS panels

2020-06-28 Thread Laurent Pinchart
The DRM bus flags reporting on which clock edge the pixel data and sync signals are sampled or driven don't make sense for LVDS panels, as the bus then uses sub-clock timings to send data. Drop those flags and add a warning in the probe function to make sure the mistake won't be repeated. Signed-o

Re: [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-28 Thread Sam Ravnborg
Hi Laurent. On Sun, Jun 28, 2020 at 10:07:45AM +0300, Laurent Pinchart wrote: > Hi Dmitry, > > On Sun, Jun 28, 2020 at 02:44:15AM +0300, Dmitry Osipenko wrote: > > 27.06.2020 23:43, Laurent Pinchart пишет: > > > On Mon, Jun 22, 2020 at 01:27:42AM +0300, Dmitry Osipenko wrote: > > >> This patch ad

Re: [PATCH v2 2/5] drm: panel: Add Starry KR070PE2T

2020-06-28 Thread Laurent Pinchart
Hi Pascal, On Fri, Mar 20, 2020 at 12:21:33PM +0100, Pascal Roeleven wrote: > The KR070PE2T is a 7" panel with a resolution of 800x480. > > KR070PE2T is the marking present on the ribbon cable. As this panel is > probably available under different brands, this marking will catch > most devices. >

Re: [PATCH v5 2/2] drm/panel: simple: Add Satoz SAT050AT40H12R2 panel support

2020-06-28 Thread Laurent Pinchart
Hi Miquel, On Thu, Jan 09, 2020 at 07:40:37PM +0100, Miquel Raynal wrote: > Add support for the Satoz SAT050AT40H12R2 panel. > > Signed-off-by: Miquel Raynal > --- > > Changes since v4: > * None. > > Changes since v3: > * Added connector type. > > Changes since v2: > * Dropped two uneeded lin

Re: [PATCH v1 2/2] drm/panel-simple: Add missing BUS descriptions for some panels

2020-06-28 Thread Laurent Pinchart
Hi Dmitry, On Sun, Jun 28, 2020 at 02:44:15AM +0300, Dmitry Osipenko wrote: > 27.06.2020 23:43, Laurent Pinchart пишет: > > On Mon, Jun 22, 2020 at 01:27:42AM +0300, Dmitry Osipenko wrote: > >> This patch adds missing BUS fields to the display panel descriptions of > >> the panels which are found