Re: [PATCH v3 0/7] GPU workload hints for better performance

2023-08-28 Thread Helen Mae Koike Fornazier
On Monday, August 28, 2023 09:26 -03, Arvind Yadav wrote: > AMDGPU SOCs supports dynamic workload based power profiles, which can > provide fine-tuned performance for a particular type of workload. > This patch series adds an interface to set/reset these power profiles > based on the submitted

Re: [PATCH] drm: bridge: it66121: Fix invalid connector dereference

2023-08-28 Thread Helen Mae Koike Fornazier
On Friday, August 25, 2023 08:02 -03, Jai Luthra wrote: > Fix the NULL pointer dereference when no monitor is connected, and the > sound card is opened from userspace. > > Instead return an error as EDID information cannot be provided to > the sound framework if there is no connector attached.

Re: [PATCH] spi: tegra: Fix missing IRQ check in tegra_slink_probe()

2023-08-28 Thread Helen Mae Koike Fornazier
On Saturday, August 26, 2023 07:02 -03, Zhang Shurong wrote: > This func misses checking for platform_get_irq()'s call and may passes the > negative error codes to request_irq(), which takes unsigned IRQ #, > causing it to fail with -EINVAL, overriding an original error code. > > Fix this by

Re: [PATCH v15 00/23] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers

2023-08-28 Thread Helen Mae Koike Fornazier
On Monday, August 28, 2023 11:37 -03, "Helen Mae Koike Fornazier" wrote: > On Sunday, August 27, 2023 14:54 -03, Dmitry Osipenko > wrote: > > > This series: > > > > 1. Adds common drm-shmem memory shrinker > > 2. Enables shrinker for VirtIO-G

Re: [PATCH v15 00/23] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers

2023-08-28 Thread Helen Mae Koike Fornazier
On Sunday, August 27, 2023 14:54 -03, Dmitry Osipenko wrote: > This series: > > 1. Adds common drm-shmem memory shrinker > 2. Enables shrinker for VirtIO-GPU driver > 3. Switches Panfrost driver to the common shrinker Hi Dmitry, Would you mind testing with drm-ci? We virt-io tests

Re: [PATCH v4 2/2] drm/bridge: Drop conditionals around of_node pointers

2023-08-28 Thread Helen Mae Koike Fornazier
Hello! Thanks for the patch. On Saturday, August 26, 2023 04:19 -03, Biju Das wrote: > Having conditional around the of_node pointers turns out to make driver > code use ugly #ifdef and #if blocks. So drop the conditionals. It would be nice to explain why those ifdev/if conditionals are not

Re: [PATCH v4 1/2] drm/bridge/analogix/anx78xx: Drop ID table

2023-08-28 Thread Helen Mae Koike Fornazier
On Saturday, August 26, 2023 04:19 -03, Biju Das wrote: > The driver has an ID table, but it uses the wrong API for retrieving match > data and that will lead to a crash, if it is instantiated by user space or > using ID. From this, there is no user for the ID table and let's drop it > from the

Re: [PATCH 2/6] drm: ci: Force db410c to host mode

2023-08-25 Thread Helen Mae Koike Fornazier
On Friday, August 25, 2023 11:41 -03, Rob Clark wrote: > On Fri, Aug 25, 2023 at 7:34 AM Helen Mae Koike Fornazier > wrote: > > > > On Friday, August 25, 2023 11:30 -03, Rob Clark wrote: > > > > > On Fri, Aug 25, 2023 at 6:56 AM Jani Nikula > > >

Re: [PATCH 2/6] drm: ci: Force db410c to host mode

2023-08-25 Thread Helen Mae Koike Fornazier
On Friday, August 25, 2023 11:30 -03, Rob Clark wrote: > On Fri, Aug 25, 2023 at 6:56 AM Jani Nikula > wrote: > > > > On Fri, 25 Aug 2023, Vignesh Raman wrote: > > > Force db410c to host mode to fix network issue which results in failure > > > to mount root fs via NFS. > > > See > > >

Re: [PATCH 2/6] drm: ci: Force db410c to host mode

2023-08-25 Thread Helen Mae Koike Fornazier
Hi Jani, thanks for your comments On Friday, August 25, 2023 10:56 -03, Jani Nikula wrote: > On Fri, 25 Aug 2023, Vignesh Raman wrote: > > Force db410c to host mode to fix network issue which results in failure > > to mount root fs via NFS. > > See > >

Re: [PULL for v6.6] drm-misc-next

2023-08-15 Thread Helen Mae Koike Fornazier
On Tuesday, August 15, 2023 06:12 -03, Jani Nikula wrote: > On Mon, 14 Aug 2023, Helen Koike wrote: > > The following changes since commit f5d8f9c0d8b4bc8ad7e7b23a9f4d116e99202dd3: > > > > drm/panel: JDI LT070ME05000 simplify with dev_err_probe() (2023-08-14 > > 14:44:30 +0200) > > > > are

Re: [PULL] drm-misc-next

2023-08-14 Thread Helen Mae Koike Fornazier
On Monday, August 14, 2023 19:17 -03, Helen Koike wrote: > The following changes since commit f5d8f9c0d8b4bc8ad7e7b23a9f4d116e99202dd3: > > drm/panel: JDI LT070ME05000 simplify with dev_err_probe() (2023-08-14 > 14:44:30 +0200) > > are available in the Git repository at: > >

Re: [PATCH v10] drm: Add initial ci/ subdirectory

2023-07-31 Thread Helen Mae Koike Fornazier
Hello all, Thanks for your comments. On Friday, July 28, 2023 11:37 -03, Rob Clark wrote: > On Thu, Jul 27, 2023 at 10:26 PM Daniel Stone wrote: > > > > On Thu, 27 Jul 2023 at 22:47, Rob Clark wrote: > > > > I did run into a bit of a chicken vs. egg problem with testing the "in > > > > tree"

Re: [RESEND PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread Helen Mae Koike Fornazier
(from get_maintainers.pl script) +cc Wolfram Sang, Andrew Morton On Friday, February 24, 2023 11:04 -03, David Heidelberg wrote: > From: Stefan Hajnoczi > > Make it possible to boot directly from a virtiofs file system with tag > 'myfs' using the following kernel parameters: > >