https://bugzilla.kernel.org/show_bug.cgi?id=199749
--- Comment #31 from James Le Cuirot (ch...@gentoo.org) ---
(In reply to notsyncing from comment #30)
> Finally got logs from serial port when freezed. Seems my problem has nothing
> to do with amdgpu. Maybe I should file a new bug.
I may be off
https://bugzilla.kernel.org/show_bug.cgi?id=199749
--- Comment #32 from notsyncing (song...@gmail.com) ---
I've set that option to "Typical Current Idle" and still freezes. The logs in
196683 points to RCU, which seems not my case. I suspect it's due to the zram.
Now I'm trying to reproduce it wit
https://bugzilla.kernel.org/show_bug.cgi?id=200383
Bug ID: 200383
Summary: amdgpu: some stacktrace from kernel log,
dc110_stream_encoder_update_hdmi_info_packets
Product: Drivers
Version: 2.5
Kernel Version: 4.17.2
Hard
https://bugs.freedesktop.org/show_bug.cgi?id=104300
--- Comment #3 from Toni Spets ---
Created attachment 140414
--> https://bugs.freedesktop.org/attachment.cgi?id=140414&action=edit
dmesg of a boot with one suspend cycle
This dmesg contains a suspend immediately after the system was booted up
https://bugs.freedesktop.org/show_bug.cgi?id=104300
--- Comment #5 from Toni Spets ---
Created attachment 140416
--> https://bugs.freedesktop.org/attachment.cgi?id=140416&action=edit
xrandr output with DC on
--
You are receiving this mail because:
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=104300
--- Comment #4 from Toni Spets ---
Created attachment 140415
--> https://bugs.freedesktop.org/attachment.cgi?id=140415&action=edit
xrandr output with DC off
--
You are receiving this mail because:
You are the assignee for the bug.___
This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.
Signed-off-by: Thomas Zimmermann
---
drivers/gpu/drm/arc/arcpgu_drv.c | 8
1 file changed, 4 insertions(+), 4 dele
Hi,
I noticed that when my monitor runs at 60Hz, the cursor motion is really not
smooth, even at low speed (it starts to be smooth at low speed when my monitor
runs at 120/144Hz). Is there a way to improve this at the hardware level or is
this a xserver issue?
(I run everything git no older than 1
https://bugs.freedesktop.org/show_bug.cgi?id=107082
Bug ID: 107082
Summary: With 4.18 rc kernel stop working video output on AMD
GPU Vega 56
Product: DRI
Version: XOrg git
Hardware: Other
OS: All
This patch unifies the naming of DRM functions for reference counting
of struct drm_device. The resulting code is more aligned with the rest
of the Linux kernel interfaces.
Signed-off-by: Thomas Zimmermann
---
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.c | 8
1 file changed, 4 insertion
On Sun, Jul 1, 2018 at 6:41 PM, Jernej Škrabec wrote:
> Dne četrtek, 28. junij 2018 ob 08:51:07 CEST je Chen-Yu Tsai napisal(a):
>> On Thu, Jun 28, 2018 at 1:15 PM, Jernej Škrabec
> wrote:
>> > Dne četrtek, 28. junij 2018 ob 04:50:09 CEST je Chen-Yu Tsai napisal(a):
>> >> On Mon, Jun 25, 2018 at
In the quest to remove all stack VLA usage from the kernel[1], this
switches to using a kmalloc allocation and moves all the size calculations
to the start to do an allocation. If an upper bounds on the mode timing
calculations could be determined, a fixed stack size could be used instead.
[1]
ht
On Fri, Jun 29, 2018 at 03:32:23PM -0400, Alex Deucher wrote:
> On Tue, May 15, 2018 at 3:53 PM, Alex Deucher wrote:
> > On Mon, May 14, 2018 at 12:31 PM, Daniel Vetter wrote:
> >> On Mon, May 14, 2018 at 08:10:29AM -0700, Dirk Hohndel wrote:
> >>> On Mon, May 14, 2018 at 05:01:43PM +0200, Thomas
Dne četrtek, 28. junij 2018 ob 20:25:43 CEST je Maxime Ripard napisal(a):
> On Thu, Jun 28, 2018 at 06:48:50AM +0200, Jernej Škrabec wrote:
> > Dne četrtek, 28. junij 2018 ob 04:06:52 CEST je Chen-Yu Tsai napisal(a):
> > > On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
> > >
> >
> > wrote:
> > >
Hi Hans,
On 06/29/2018 02:50 AM, Hans de Goede wrote:
> Hi,
>
> Looks good, but you should probably do a new version based on:
>
> https://github.com/bzolnier/linux/tree/fbdev-for-next
>
> This has one more loop to replace, in the fbcon_output_notifier()
> function which was introduced by:
> https
Dne četrtek, 28. junij 2018 ob 04:22:36 CEST je Chen-Yu Tsai napisal(a):
> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
wrote:
> > Current DW HDMI PHY code never prepares and enables PHY clock after it is
> > created. It's just used as it is. This may work in some cases, but it's
> > clearly w
In the quest to remove all stack VLA usage from the kernel[1], this
switches to using a kasprintf()ed buffer. Return paths are updated
to free the allocation.
[1]
https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qpxydaacu1rq...@mail.gmail.com
Signed-off-by: Kees Cook
---
drivers/g
Dne petek, 29. junij 2018 ob 09:17:46 CEST je Maxime Ripard napisal(a):
> On Wed, Jun 27, 2018 at 10:58:28PM +0200, Jernej Škrabec wrote:
> > Dne sreda, 27. junij 2018 ob 20:25:00 CEST je Maxime Ripard napisal(a):
> > > Hi!
> > >
> > > On Wed, Jun 27, 2018 at 06:45:14PM +0200, Jernej Skrabec wrote
Following pattern is often used:
for (i = 0; i < FB_MAX; i++) {
if (registered_fb[i]) {
...
}
}
Therefore, as Andy's suggestion, for_each_registered_fb() helper can
be introduced to make the code easier to read and write by reducing
indentation level. It also sav
On Sat, 2018-06-30 at 15:29 +0800, Yisheng Xie wrote:
> Following pattern is often used:
>
> for (i = 0; i < FB_MAX; i++) {
> if (registered_fb[i]) {
> ...
> }
> }
>
> Therefore, as Andy's suggestion, for_each_registered_fb() helper can
> be introduced to make th
Dne četrtek, 28. junij 2018 ob 04:24:02 CEST je Chen-Yu Tsai napisal(a):
> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
wrote:
> > DW HDMI PHY driver and PHY clock driver share same registers. Make sure
> > that DW HDMI PHY setup code doesn't change any clock related bits.
> > During initializ
Qualcomm Snapdragon chipsets uses compressed format
to optimize BW across multiple IP's. This change adds
needed modifier support in drm for a simple 4x4 tile
based compressed variants of base formats.
derived from kernel patch: https://patchwork.kernel.org/patch/10449533/
Signed-off-by: Tanmay S
Dne četrtek, 28. junij 2018 ob 08:24:34 CEST je Chen-Yu Tsai napisal(a):
> On Thu, Jun 28, 2018 at 12:45 PM, Jernej Škrabec
>
> wrote:
> > Dne četrtek, 28. junij 2018 ob 03:51:31 CEST je Chen-Yu Tsai napisal(a):
> >> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
> >
> > wrote:
> >> > TV TCONs
file derived from msm-next kernel uapi header.
Signed-off-by: Tanmay Shah
---
Makefile.sources | 1 +
include/drm/msm_drm.h | 308 ++
2 files changed, 309 insertions(+)
create mode 100644 include/drm/msm_drm.h
diff --git a/Makefile.sources
On Fri, Jun 29, 2018 at 03:39:19PM -0400, Alex Deucher wrote:
> >>
> >> Did these ever get merged? Do you still need someone to commit them?
> >
> > A single one of them got merged :-)
> >
> > commit 1297bf2e916d2012995b642dd6851332a73126c2
> > Author: Dirk Hohndel
> > Date: Wed May 2 15:46:21
Add acpi_gpio_mapping for the panel-enable GPIO, this fixes the following
error: "Failed to own gpio for panel control" on BYT/CHT devices where
pwm_blc == PPS_BLC_PMIC.
Note this patch is untested as I don't have hardware to test this,
but it should fix things.
Signed-off-by: Hans de Goede
---
change beeng to being and occured to occurred.
Signed-off-by: Yisheng Xie
---
v2:
- new add one.
include/linux/fb.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/include/linux/fb.h b/include/linux/fb.h
index fd31e6f..3e7e753 100644
--- a/include/linux/fb.h
+++ b/inc
On Fri, 2018-06-29 at 14:51 +0300, Ville Syrjälä wrote:
> On Fri, Jun 29, 2018 at 01:32:58PM +0200, Hans de Goede wrote:
I saw that the change was discarded but I would comment about the GPIO
ACPI mapping tables.
> > + devm_acpi_dev_add_driver_gpios(dev->dev,
> > panel_gpios);
>
> Some
Hi Thierry,
> Hi Thierry,
>
> > This commit adds support for KOE's 5.7" display.
> >
> > Signed-off-by: Lukasz Majewski
> > Reviewed-by: Rob Herring
> > ---
> > Changes for v2:
> > - Add Reviewed-by tag
>
> Could you apply this patch to your tree?
If I may gentle ping on this patch. It
Dne četrtek, 28. junij 2018 ob 03:47:20 CEST je Chen-Yu Tsai napisal(a):
> Hi,
>
> So I'm late to the party, but...
>
> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
wrote:
> > As already described in DT binding, TCON TOP is responsible for
> > configuring display pipeline. In this initial dr
Dne četrtek, 28. junij 2018 ob 09:00:32 CEST je Chen-Yu Tsai napisal(a):
> On Thu, Jun 28, 2018 at 12:51 PM, Jernej Škrabec
>
> wrote:
> > Dne četrtek, 28. junij 2018 ob 04:19:55 CEST je Chen-Yu Tsai napisal(a):
> >> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
> >
> > wrote:
> >> > A64 HDMI
On Fri, 2018-06-29 at 00:20 +0800, Yisheng Xie wrote:
> Following pattern is often used:
>
> for (i = 0; i < FB_MAX; i++) {
> if (registered_fb[i]) {
> ...
> }
> }
>
> Therefore, as Andy's suggestion, for_each_registered_fb() helper can
Suggested-by then ?
> be
Hi,
On 30-06-18 09:29, Yisheng Xie wrote:
Following pattern is often used:
for (i = 0; i < FB_MAX; i++) {
if (registered_fb[i]) {
...
}
}
Therefore, as Andy's suggestion, for_each_registered_fb() helper can
be introduced to make the code easier to read an
In the quest to remove all stack VLA usage from the kernel[1], this moves
the buffer off the stack (since it could be as much as 1024 bytes), and
uses a new area in the cursor data structure. Additionally adds missed
documentation and removes redundant assignments.
[1]
https://lkml.kernel.org/r/C
Dne četrtek, 28. junij 2018 ob 03:53:36 CEST je Chen-Yu Tsai napisal(a):
> On Mon, Jun 25, 2018 at 8:02 PM, Jernej Skrabec
wrote:
> > sun4i_drv_add_endpoints() has a memory leak since it uses of_node_put()
> > when remote is equal to NULL and does nothing when remote has a valid
> > pointer.
> >
Dne četrtek, 28. junij 2018 ob 08:51:07 CEST je Chen-Yu Tsai napisal(a):
> On Thu, Jun 28, 2018 at 1:15 PM, Jernej Škrabec
wrote:
> > Dne četrtek, 28. junij 2018 ob 04:50:09 CEST je Chen-Yu Tsai napisal(a):
> >> On Mon, Jun 25, 2018 at 8:03 PM, Jernej Skrabec
> >
> > wrote:
> >> > Add all entri
On Sun, Jul 1, 2018 at 4:27 PM, Jernej Škrabec wrote:
> Dne četrtek, 28. junij 2018 ob 08:24:34 CEST je Chen-Yu Tsai napisal(a):
>> On Thu, Jun 28, 2018 at 12:45 PM, Jernej Škrabec
>>
>> wrote:
>> > Dne četrtek, 28. junij 2018 ob 03:51:31 CEST je Chen-Yu Tsai napisal(a):
>> >> On Mon, Jun 25, 201
On Sun, Jul 1, 2018 at 11:13 PM, Jernej Škrabec wrote:
> Dne nedelja, 01. julij 2018 ob 15:52:55 CEST je Chen-Yu Tsai napisal(a):
>> On Sun, Jul 1, 2018 at 6:41 PM, Jernej Škrabec
> wrote:
>> > Dne četrtek, 28. junij 2018 ob 08:51:07 CEST je Chen-Yu Tsai napisal(a):
>> >> On Thu, Jun 28, 2018 at
https://bugzilla.kernel.org/show_bug.cgi?id=200387
Bug ID: 200387
Summary: amdgpu uses unusually high memory
Product: Drivers
Version: 2.5
Kernel Version: 4.16.18, 4.17.3, 4.18.0-rc2
Hardware: x86-64
OS: Linux
https://bugs.freedesktop.org/show_bug.cgi?id=105819
--- Comment #6 from Kertesz Laszlo ---
My hardware is:
Gigabyte GA-AB350M-HD3 mobo, 2200G CPU.
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri
https://bugs.freedesktop.org/show_bug.cgi?id=106940
--- Comment #25 from Server Angels ---
FYI this bug is still present in rc2.
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freede
On Wed, Jun 27, 2018 at 7:21 PM Rob Herring wrote:
> On Thu, Jun 21, 2018 at 08:49:41PM +0200, Linus Walleij wrote:
> > +This panel driver can driver a variety of panels. It requires
>
> s/can driver/can drive/
>
> Though what a driver supports is irrelevant to the binding...
It it not a softwar
Hi, Stu:
On Wed, 2018-06-20 at 16:19 +0800, Stu Hsieh wrote:
> This patch add support for the Mediatek MT2712 DISP subsystem.
> MT2712 is base on MT8173, there are some difference as following:
> MT2712 support three disp output(two ovl and one rdma)
>
For the series, applied to mediatek-drm-nex
Hi, Daniel:
For the series, applied to mediatek-drm-next-4.19 [1].
[1]
https://github.com/ckhu-mediatek/linux.git-tags/commits/mediatek-drm-next-4.19
Regards,
CK
On Fri, 2018-05-18 at 14:47 +0100, Daniel Stone wrote:
> We cannot create a framebuffer with no objects, so there's no point
> testi
https://bugs.freedesktop.org/show_bug.cgi?id=107065
--- Comment #10 from Andrey Grodzovsky ---
Created attachment 140418
--> https://bugs.freedesktop.org/attachment.cgi?id=140418&action=edit
drm/amdgpu: Verify root PD is mapped into kernel address space.
dwagner, please try this patch. Fixes t
https://bugzilla.kernel.org/show_bug.cgi?id=200387
Alex Deucher (alexdeuc...@gmail.com) changed:
What|Removed |Added
CC||alexdeuc...@gmail.c
Hi Dave,
Several fixups to Exynos DRM IPP v2 framework and relevant drivers
merged to mainline recently, and some clenaups.
Please kindely let me know if there is any problem.
Thanks,
Inki Dae
The following changes since commit 2d8aa4ef6aac566617052640e9bb07ecb9c45183:
Merge tag 'dr
47 matches
Mail list logo