[drm-misc:drm-misc-next 12/14] drivers/gpu/drm/panthor/panthor_device.c:355:31: error: implicit declaration of function 'virt_to_pfn'; did you mean 'virt_to_kpte'?

2024-03-02 Thread kernel test robot
Hi Boris, First bad commit (maybe != root cause): tree: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next head: 216c1282dde38ca87ebdf1ccacee5a0682901574 commit: d72f049087d4f973f6332b599c92177e718107de [12/14] drm/panthor: Allow driver compilation config: sparc-allmodconfig (https://

[drm-misc:drm-misc-next 12/14] drivers/gpu/drm/panthor/panthor_devfreq.c:45: warning: Function parameter or struct member 'lock' not described in 'panthor_devfreq'

2024-03-02 Thread kernel test robot
Hi Boris, First bad commit (maybe != root cause): tree: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next head: 216c1282dde38ca87ebdf1ccacee5a0682901574 commit: d72f049087d4f973f6332b599c92177e718107de [12/14] drm/panthor: Allow driver compilation config: arc-allyesconfig (https://do

Re: [PATCH 1/3] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing

2024-03-02 Thread Randy Dunlap
On 3/2/24 14:10, Guenter Roeck wrote: > On Thu, Feb 29, 2024 at 12:21 PM Linus Torvalds > wrote: >> >> On Thu, 29 Feb 2024 at 01:23, Nikolai Kondrashov wrote: >>> >>> However, I think a better approach would be *not* to add the .gitlab-ci.yaml >>> file in the root of the source tree, but inste

Re: [PATCH 1/3] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing

2024-03-02 Thread Guenter Roeck
On Thu, Feb 29, 2024 at 12:21 PM Linus Torvalds wrote: > > On Thu, 29 Feb 2024 at 01:23, Nikolai Kondrashov wrote: > > > > However, I think a better approach would be *not* to add the .gitlab-ci.yaml > > file in the root of the source tree, but instead change the very same repo > > setting to poi

Re: [PATCH 0/3] kci-gitlab: Introducing GitLab-CI Pipeline for Kernel Testing

2024-03-02 Thread Gustavo Padovan
On Friday, March 01, 2024 18:56 -03, Guillaume Tucker wrote: > On 29/02/2024 17:28, Nicolas Dufresne wrote: > > Hi, > > > > Le jeudi 29 février 2024 à 16:16 +0200, Nikolai Kondrashov a écrit : > >> On 2/29/24 2:20 PM, Guillaume Tucker wrote: > >>> Hello, > >>> > >>> On 28/02/2024 23:55, Helen K

[PATCH v2 1/1] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs

2024-03-02 Thread Adrián Larumbe
Debugfs isn't always available in production builds that try to squeeze every single byte out of the kernel image, but we still need a way to toggle the timestamp and cycle counter registers so that jobs can be profiled for fdinfo's drm engine and cycle calculations. Drop the debugfs knob and repl

[PATCH v2 0/1] drm/panfrost: Replace fdinfo's profiling debugfs knob

2024-03-02 Thread Adrián Larumbe
This is v2 of the patch already discussed in [1] Changelog: - Turned the profile mode atomic variable into a boolean - Rewrote the sysfs file's uAPI documentation to make it more generic - Improved the casting of the profiling variable inside the Panfrost device structure [1]https://lore.kern

Re: [PATCH v2 6/9] drm/vkms: Add YUV support

2024-03-02 Thread Arthur Grillo
On 01/03/24 08:53, Pekka Paalanen wrote: > On Thu, 29 Feb 2024 14:57:06 -0300 > Arthur Grillo wrote: > >> On 29/02/24 09:12, Pekka Paalanen wrote: >>> On Wed, 28 Feb 2024 22:52:09 -0300 >>> Arthur Grillo wrote: >>> On 27/02/24 17:01, Arthur Grillo wrote: > > > On 27/02/2

[Bug 218549] [REGRESSION] in 6.7.5, amdgpu: amdgpu_device_ip_resume failed (-62).

2024-03-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=218549 Alexander Goomenyuk (emerg.reanima...@gmail.com) changed: What|Removed |Added Status|RESOLVED|CLOSED

Re: [PATCH] drm: Fix output poll work for drm_kms_helper_poll=n

2024-03-02 Thread Dmitry Baryshkov
On Fri, 1 Mar 2024 at 18:22, Imre Deak wrote: > > If drm_kms_helper_poll=n the output poll work will only get scheduled > from drm_helper_probe_single_connector_modes() to handle a delayed > hotplug event. Since polling is disabled the work in this case should > just call drm_kms_helper_hotplug_ev

[Bug 218549] [REGRESSION] in 6.7.5, amdgpu: amdgpu_device_ip_resume failed (-62).

2024-03-02 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=218549 Artem S. Tashkinov (a...@gmx.com) changed: What|Removed |Added Status|NEW |RESOLVED Kernel V