[PATCH] drm/panel-edp: Add enable timings for N140HCA-EAC panel

2023-08-01 Thread Nikita Travkin
EDP_PANEL_ENTRY('C', 'M', 'N', 0x14d4, _200_500_e80_d50, "N140HCA-EAC"), EDP_PANEL_ENTRY('I', 'V', 'O', 0x057d, _200_500_e200, "R140NWF5 RH"), EDP_PANEL_ENTRY('I', 'V', 'O', 0x854a, _200_500_p2e100, "M133NW4J"), --- base-commit: a73466257270

[PATCH] drm/amdgpu: Clean up errors in ci_baco.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun --- .../gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c | 21 +++ 1 file changed, 7 insertions(+), 14 deletions(-) diff --git

Re: [v5, PATCH] drm/mediatek: add dma buffer control for drm plane disable

2023-08-01 Thread 胡俊光

[PATCH] drm/amdgpu: Clean up errors in vega20_baco.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line ERROR: space required before the open parenthesis '(' Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.c | 7 +++ 1 file changed, 3 insertions(+), 4

[PATCH] drm/amdgpu: Clean up errors in smu_helper.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: spaces required around that '=' (ctx:VxV) ERROR: spaces required around that '<' (ctx:VxV) Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[PATCH] drm/amdgpu: Clean up errors in common_baco.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: code indent should use tabs where possible Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [PATCH v3] drm/panfrost: Sync IRQ by job's timeout handler

2023-08-01 Thread Boris Brezillon
On Tue, 1 Aug 2023 03:14:27 +0300 Dmitry Osipenko wrote: > Panfrost IRQ handler may stuck for a long time, for example this happens > when there is a bad HDMI connection and HDMI handler takes a long time to > finish processing, holding Panfrost. Make Panfrost's job timeout handler > to sync

Re: (subset) [PATCH v3] drm/tests: Alloc drm_device on drm_exec tests

2023-08-01 Thread Maxime Ripard
On Mon, 31 Jul 2023 15:22:41 -0300, Arthur Grillo wrote: > The drm_exec tests where crashing[0] because of a null dereference. This > is caused by a new access of the `driver` attribute of `struct > drm_driver` on drm_gem_private_object_init(). Alloc the drm_device to > fix that. > > [0] >

Re: [PATCH 2/6] PCI/VGA: Deal with PCI VGA compatible devices only

2023-08-01 Thread Sui Jingfeng
Hi, On 2023/7/26 05:49, Bjorn Helgaas wrote: On Sat, Jul 22, 2023 at 04:11:07PM +0800, suijingfeng wrote: ... In the future, we may want to expand VGAARB to deal all PCI display class devices, with another patch. if (pdev->class >> 16 == PCI_BASE_CLASS_DISPLAY) // accept else    

RE: [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

2023-08-01 Thread Kasireddy, Vivek
Hi Peter, > > > > > > > > > > > I'm not at all familiar with the udmabuf use case but that > sounds > > > > > > > > > brittle and effectively makes this notifier udmabuf specific > right? > > > > > > > > Oh, Qemu uses the udmabuf driver to provide Host Graphics > > > > > components > > > > > > >

Re: [PATCH v3 3/4] drm/panel: ili9882t: Break out as separate driver

2023-08-01 Thread cong yang
Hi, On Mon, Jul 3, 2023 at 9:21 PM Linus Walleij wrote: > > The Starry ILI9882t-based panel should never have been part of the boe > tv101wum driver, it is clearly based on the Ilitek ILI9882t display > controller and if you look at the custom command sequences for the > panel these clearly

[PATCH] drm/amdgpu: Clean up errors in smu7_powertune.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line ERROR: space required after that ',' (ctx:VxV) Signed-off-by: Ran Sun --- .../gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c | 13 + 1 file changed, 5 insertions(+), 8

[PATCH] drm/amd/pm: Clean up errors in vega12_baco.c

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line Signed-off-by: Ran Sun --- drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git

[PATCH] drm/amd/pm: Clean up errors in vega12_pptable.h

2023-08-01 Thread Ran Sun
Fix the following errors reported by checkpatch: ERROR: open brace '{' following struct go on the same line ERROR: space prohibited before open square bracket '[' Signed-off-by: Ran Sun --- .../gpu/drm/amd/pm/powerplay/hwmgr/vega12_pptable.h | 11 +-- 1 file changed, 5 insertions(+),

<    1   2   3   4