Re: [PATCH 1/2] platform_device: add devres function region-reqs

2024-01-07 Thread kernel test robot
Hi Philipp, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on driver-core/driver-core-testing driver-core/driver-core-next driver-core/driver-core-linus linus/master v6.7 next-20240105] [If your patch is appli

Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implement

2024-01-07 Thread Christian König
Am 06.01.24 um 15:14 schrieb Dipam Turkar: Signed-off-by: Dipam Turkar --- drivers/gpu/drm/radeon/radeon_drv.c | 2 +- drivers/gpu/drm/radeon/radeon_gem.c | 24 ++-- 2 files changed, 3 insertions(+), 23 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/dr

Re: [PATCH 0/4] KVM: Honor guest memory types for virtio GPU devices

2024-01-07 Thread Yan Zhao
On Fri, Jan 05, 2024 at 03:55:51PM -0400, Jason Gunthorpe wrote: > On Fri, Jan 05, 2024 at 05:12:37PM +0800, Yan Zhao wrote: > > This series allow user space to notify KVM of noncoherent DMA status so as > > to let KVM honor guest memory types in specified memory slot ranges. > > > > Motivation >

Re: [PATCH] drm/mediatek/dp: Add the HDCP feature for DisplayPort

2024-01-07 Thread 胡俊光

Re: [PATCH 2/2] drm/sched: Return an error code only as a constant in drm_sched_init()

2024-01-07 Thread Luben Tuikov
On 2023-12-26 10:58, Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 26 Dec 2023 16:37:37 +0100 > > Return an error code without storing it in an intermediate variable. > > Signed-off-by: Markus Elfring Thank you Markus for this patch. Reviewed-by: Luben Tuikov Pushed to drm-misc-

Re: [PATCH 1/2] drm/sched: One function call less in drm_sched_init() after error detection

2024-01-07 Thread Luben Tuikov
On 2023-12-26 10:56, Markus Elfring wrote: > From: Markus Elfring > Date: Tue, 26 Dec 2023 16:30:25 +0100 > > The kfree() function was called in one case by the > drm_sched_init() function during error handling > even if the passed data structure member contained a null pointer. > This issue was

Re: [bug report] drm/amdgpu/vpe: enable vpe dpm

2024-01-07 Thread SHANMUGAM, SRINIVASAN
[Public] + Srinath, Tim Get Outlook for Android From: SHANMUGAM, SRINIVASAN Sent: Saturday, January 6, 2024 10:06:33 AM To: Dan Carpenter ; Lee, Peyton Cc: dri-devel@lists.freedesktop.org ; amd-...@lists.freedesktop.org Subject: RE: [bug

RE: [PATCH] drm/amd/display: Fix assignment of integer to fixed point pbn_div

2024-01-07 Thread Lin, Wayne
[Public] Thanks, Imre Deak! Reviewed-by: Wayne Lin > -Original Message- > From: Imre Deak > Sent: Friday, January 5, 2024 5:56 PM > To: dri-devel@lists.freedesktop.org > Cc: Lin, Wayne ; amd-...@lists.freedesktop.org; Dave > Airlie > Subject: [PATCH] drm/amd/display: Fix assignment of

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

2024-01-07 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c between commit: 9cdef4f72037 ("drm/amd/display: pbn_div need be updated for hotplug event") from Linus' tree and commit: 191dc43935d1 ("drm/dp_mst: Store the MST PBN div

Re: [PATCH v4 8/8] drm/panel: nt35510: support FRIDA FRD400B25025-A-CTK

2024-01-07 Thread Linus Walleij
On Sat, Jan 6, 2024 at 12:07 PM Dario Binacchi wrote: > After submitting v4, I tested the driver under different conditions, > i. e. without enabling display support in > U-Boot (I also implemented a version for U-Boot, which I will send > only after this series is merged into > the Linux kernel)

Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implement

2024-01-07 Thread kernel test robot
Hi Dipam, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.7-rc8 next-20240105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--

Re: [PATCH 1/1] Refactor radeon driver to use drm_gem_create_map_offset() instead of its custom implementation for associating GEM object with a fake offset. Since, we already have a generic implement

2024-01-07 Thread kernel test robot
Hi Dipam, kernel test robot noticed the following build errors: [auto build test ERROR on drm-misc/drm-misc-next] [also build test ERROR on linus/master v6.7-rc8 next-20240105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--

[PATCH v2] drm/amdkfd: fixes for HMM mem allocation

2024-01-07 Thread Dafna Hirschfeld
Fix err return value and reset pgmap->type after checking it. Fixes: c83dee9b6394 ("drm/amdkfd: add SPM support for SVM") Reviewed-by: Felix Kuehling Signed-off-by: Dafna Hirschfeld --- v2: remove unrelated DOC fix and add 'Fixes' tag. drivers/gpu/drm/amd/amdkfd/kfd_migrate.c | 6 +++--- 1 fil

Re: [PATCH 1/3] dt-bindings: display: panel: Add Himax HX83112A

2024-01-07 Thread Krzysztof Kozlowski
On 05/01/2024 15:29, Luca Weiss wrote: > Himax HX83112A is a display driver IC used to drive LCD DSI panels. > Describe it. > > Signed-off-by: Luca Weiss > --- > .../bindings/display/panel/himax,hx83112a.yaml | 75 > ++ > 1 file changed, 75 insertions(+) > Reviewed-by:

Re: [PATCH V2 1/2] dt-bindings: phy: add binding for the i.MX8MP HDMI PHY

2024-01-07 Thread Krzysztof Kozlowski
On 06/01/2024 23:19, Adam Ford wrote: > From: Lucas Stach > > Add a DT binding for the HDMI PHY found on the i.MX8MP SoC. > > Signed-off-by: Lucas Stach > + > + reg: > +maxItems: 1 > + > + "#clock-cells": > +const: 0 > + > + clocks: > +minItems: 2 If there is going to be new v