Re: [PATCH] ARM: dts: bcm2835: Enable 3D rendering through V3D

2024-04-14 Thread Phil Elwell
Hello all, On Fri, 12 Apr 2024 at 18:17, Stefan Wahren wrote: > > Hi Maíra, > > [add Phil & Dave] > > Am 12.04.24 um 15:25 schrieb Maíra Canal: > > RPi 0-3 is packed with a GPU that provides 3D rendering capabilities to > > the RPi. Currently, the downstream ke

Re: vc4: Couldn't stop firmware display driver during boot

2022-04-09 Thread Phil Elwell
You know the drill, Stefan - what's in your config.txt? Phil On Sat, 9 Apr 2022, 20:26 Stefan Wahren, wrote: > Hi, > > today i tested Linux 5.18-rc1 on my Raspberry Pi 400 connected to my > HDMI display (multi_v7_defconfig + CONFIG_ARM_LPAE, firmware: > 2021-01-08T14:31

[PATCH 0/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-15 Thread Phil Reid
GPIO probing and reset polarity are broken. Fix them. Fixes: c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor interface") Changes from v2: - Add fixes tag to "Fix reset assertion when using gpio descriptor" - Add tested-by / reviewed-by tags Phil Reid (2):

[PATCH v2 1/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-15 Thread Phil Reid
t;Staging: fbtft: Switch to the gpio descriptor interface") Reviewed-by: Nicolas Saenz Julienne Tested-by: Nicolas Saenz Julienne Tested-by: Jan Sebastian Götte Signed-off-by: Phil Reid --- drivers/staging/fbtft/fbtft-core.c | 39 ++ 1 file changed,

[PATCH v2 2/2] Staging: fbtft: Fix reset assertion when using gpio descriptor

2019-07-15 Thread Phil Reid
ötte Signed-off-by: Phil Reid --- drivers/staging/fbtft/fbtft-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index 44b8074..bc75025 100644 --- a/drivers/staging/fbtft/fbtft-core.c +++ b/drive

[PATCH 1/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-12 Thread Phil Reid
t;Staging: fbtft: Switch to the gpio descriptor interface") Signed-off-by: Phil Reid --- drivers/staging/fbtft/fbtft-core.c | 39 ++ 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbt

[PATCH 0/2] Staging: fbtft: Fix probing of gpio descriptor

2019-07-12 Thread Phil Reid
GPIO probing and reset polarity are broken. Fix them. Fixes: c440eee1a7a1 ("Staging: fbtft: Switch to the gpio descriptor interface") Phil Reid (2): Staging: fbtft: Fix probing of gpio descriptor Staging: fbtft: Fix reset assertion when using gpio descriptor drivers/staging/f

[PATCH 2/2] Staging: fbtft: Fix reset assertion when using gpio descriptor

2019-07-12 Thread Phil Reid
calls the polarity in the DT was ignored and assumed to be active low. Fix it so that DT polarity is respected. Signed-off-by: Phil Reid --- drivers/staging/fbtft/fbtft-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/s

Re: BUG: Staging: fbtft: Switch to the gpio descriptor interface

2019-07-11 Thread Phil Reid
On 10/07/2019 17:05, Nicolas Saenz Julienne wrote: On Wed, 2019-07-10 at 16:31 +0800, Phil Reid wrote: G'day Nishad, I'm just wondering if the commit c440eee1a7a1d0f "Staging: fbtft: Switch to the gpio descriptor interface" was tested on anything. I've had to apply t

BUG: Staging: fbtft: Switch to the gpio descriptor interface

2019-07-11 Thread Phil Reid
(par->gpio.reset, 1); could be read as deasserting the reset line and then asserting it. So I've had to specify and active high reset line in the DT. Regards Phil diff --git a/drivers/staging/fbtft/fbtft-core.c b/drivers/staging/fbtft/fbtft-core.c index 9b07bad..6fe7cb5 100644 --- a/d

[PATCH 3.3-rc3] drm/i915: Fixes distorted external screen image on HP 2730p

2012-02-12 Thread phil
From: Philipp Grete Fixes LP: #796030 by removing forced pipe A on HP 2730p. Quirk has previously been introduced to fix a sleep mode problem that does not exist any more. Signed-off-by: Philipp Grete --- Fix has been confirmed by at least three people (see https://bugs.launchpad.net/ubuntu/+

(Short?) merge window reminder

2011-05-23 Thread Phil Turmel
rtal lurker, and I remember past flame-fests this topic spawned. So I chickened out. As a small-scale linux evangelist, I would sure like to skip the explanation of the version numbers. Phil

Re: (Short?) merge window reminder

2011-05-23 Thread Phil Turmel
rtal lurker, and I remember past flame-fests this topic spawned. So I chickened out. As a small-scale linux evangelist, I would sure like to skip the explanation of the version numbers. Phil ___ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel

Lockdep splat in nouveau, 2.6.37-rc1+

2010-11-04 Thread Phil Turmel
nal for a short time, during which I can use sysrq to blindly sync my drives and reboot. If I wait, the cursor locks up too, and sysrq ceases to work. I willing to take debug patches if anyone has any ideas. Regards, Phil Turmel -- next part -- An embedded and charse

Re: -tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Phil Turmel
On 10/28/2010 09:12 AM, Ingo Molnar wrote: > > * Dave Airlie wrote: > >>> Lee, Chun-Yi (1): >>> gpu: Add Intel GMA500(Poulsbo) Stub Driver > > Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel > GMA500(Poulsbo) Stub Driver"), committed two days ago and merged ye

-tip: origin tree build failure (Was: [git pull] drm tree for merge window)

2010-10-28 Thread Phil Turmel
On 10/28/2010 09:12 AM, Ingo Molnar wrote: > > * Dave Airlie wrote: > >>> Lee, Chun-Yi (1): >>> gpu: Add Intel GMA500(Poulsbo) Stub Driver > > Today's -tip fails to build due to upstream commit e26fd11 ("gpu: Add Intel > GMA500(Poulsbo) Stub Driver"), committed two days ago and merged ye

[PATCH] drm/nouveau: fix panels using straps-based mode detection

2010-09-23 Thread Phil Turmel
e_mode); > + struct drm_display_mode mode; > + > + nouveau_bios_fp_mode(dev, &mode); > + nv_connector->native_mode = drm_mode_duplicate(dev, &mode); > } > > /* Find the native mode if this is a digital panel, if we didn't I had this same problem, and this patch fixes it. Feel free to add: Tested-by: Philip J. Turmel Regards, Phil

Re: [PATCH] drm/nouveau: fix panels using straps-based mode detection

2010-09-23 Thread Phil Turmel
e_mode); > + struct drm_display_mode mode; > + > + nouveau_bios_fp_mode(dev, &mode); > + nv_connector->native_mode = drm_mode_duplicate(dev, &mode); > } > > /* Find the native mode if this is a digit

[PATCH v2] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Build breakage: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ffc62ffa474b41d31b011b6853c5de32 A

[PATCH v2] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Build breakage: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ffc62ffa474b41d31b011b6853c5de32 A

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Francisco Jerez wrote: > Phil Turmel writes: [snip /] >> Having the nouveau ACPI features depend on CONFIG_ACPI_VIDEO instead of >> bare CONFIG_ACPI builds, boots, and works for me. > nouveau_acpi_edid() is the only function that depends on ACPI_VIDEO, > ifdef'in

Re: [PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-14 Thread Phil Turmel
Francisco Jerez wrote: > Phil Turmel writes: [snip /] >> Having the nouveau ACPI features depend on CONFIG_ACPI_VIDEO instead of >> bare CONFIG_ACPI builds, boots, and works for me. > nouveau_acpi_edid() is the only function that depends on ACPI_VIDEO, > ifdef'in

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-09 Thread Phil Turmel
Hi all, I've got a build breakage on my laptop: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ff

[PATCH] nouveau build regression, undefined reference to `acpi_video_get_edid'

2010-09-09 Thread Phil Turmel
Hi all, I've got a build breakage on my laptop: drivers/built-in.o: In function `nouveau_acpi_edid': (.text+0x13404e): undefined reference to `acpi_video_get_edid' make: *** [.tmp_vmlinux1] Error 1 Introduced by: a6ed76d7ffc62ffa474b41d31b011b6853c5de32 is the first bad commit commit a6ed76d7ff