https://bugzilla.kernel.org/show_bug.cgi?id=199475
DCWizard (andrea...@protonmail.com) changed:
What|Removed |Added
Kernel Version|4.17.3 |4.17.11
--
You are
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #7 from Christoph Haag ---
(In reply to Chris Wilson from comment #5)
> Sigh.
>
> diff --git a/src/loader/loader.c b/src/loader/loader.c
> index 43275484cc..87b7281f78 100644
> --- a/src/loader/loader.c
> +++ b/src/loader/loader.c
>
Hi Dave,
A bit larger this time around, due to introduction of "dpu1" support
for the display controller in sdm845 and beyond. This has been on
list and undergoing refactoring since Feb (going from ~110kloc to
~30kloc), and all my review complaints have been addressed, so I'd be
happy to see this
Hi Souptick,
Thank you for the patch.
On Saturday, 28 July 2018 21:50:58 EEST Souptick Joarder wrote:
> On Sat, Jul 28, 2018 at 11:20 PM, Vaishali Thakkar wrote:
> > On Sat, Jul 28, 2018 at 9:10 PM, Souptick Joarder wrote:
> >> convert drm_atomic_helper_suspend/resume() to use
> >> drm_mode_confi
Hi Rodrigo,
On Wed, Jul 18, 2018 at 09:40:45PM -0300, Rodrigo Siqueira wrote:
> Currently, vkms shows an error message if the following steps occur: (1)
> load vkms, (2) perform any specific operation in the vkms (e.g., run an
> IGT test), and (3) unload the module. The following error message
> e
Hi Laurent, Mauro,
I've cast my eyes through this, and the driver code it affects
On 27/07/18 18:19, Laurent Pinchart wrote:
> The VSP uses a lock to protect the BRU and BRS assignment when
> configuring pipelines. The lock is taken in vsp1_du_atomic_begin() and
> released in vsp1_du_atomic_flush
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #6 from Niklas Haas ---
Concerning my issue, which I now believe is unrelated, I tracked it down to
this commit in libdrm:
a02900133b32dd4a7d6da4966f455ab337e80dfc is the first bad commit
commit a02900133b32dd4a7d6da4966f455ab337e80
On Tue, Jul 24, 2018 at 09:20:28PM +0200, Hans Verkuil wrote:
> This caused a kernel oops since %pdH interpreted the pointer
> as a struct file.
>
> Signed-off-by: Hans Verkuil
> ---
> drivers/gpu/drm/drm_dp_cec.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/
On Sat, Jul 28, 2018 at 9:10 PM, Souptick Joarder wrote:
> convert drm_atomic_helper_suspend/resume() to use
> drm_mode_config_helper_suspend/resume().
Hi Souptick,
Thanks for your patch.
> Signed-off-by: Souptick Joarder
> Signed-off-by: Ajit Negi
> ---
> drivers/gpu/drm/rcar-du/rcar_du_drv
https://bugzilla.kernel.org/show_bug.cgi?id=200517
--- Comment #15 from bakarichar...@gmail.com ---
Hi Alex, kernel 4.18rc6 works perfectly. This can be closed I think. Thanks
again.
(Power problems were fixed with patching DSDT/SSDT tables)
--
You are receiving this mail because:
You are watchi
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #5 from Chris Wilson ---
Sigh.
diff --git a/src/loader/loader.c b/src/loader/loader.c
index 43275484cc..87b7281f78 100644
--- a/src/loader/loader.c
+++ b/src/loader/loader.c
@@ -274,7 +274,7 @@ int loader_get_user_preferred_fd(int d
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #4 from Niklas Haas ---
I've also been getting random tab crashes since a few days ago, mesa git (and I
upgraded to the latest git master HEAD at around the time the issues started
happening), but my backtrace is difference.
(gdb) b
https://bugs.freedesktop.org/show_bug.cgi?id=107414
James Le Cuirot changed:
What|Removed |Added
Summary|"No EDID firmware found on |[amdgpu] "No EDID firmware
https://bugs.freedesktop.org/show_bug.cgi?id=107414
Bug ID: 107414
Summary: "No EDID firmware found on connector" when display
forced on and EDID file provided
Product: DRI
Version: unspecified
Hardware: x86-64 (AMD64)
https://bugs.freedesktop.org/show_bug.cgi?id=107175
Chris Wilson changed:
What|Removed |Added
Resolution|--- |NOTABUG
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=107384
Michel Dänzer changed:
What|Removed |Added
Version|git |DRI git
Component|Drivers/Gall
在 2018-07-27 21:57,Jagan Teki 写道:
On Fri, Jul 27, 2018 at 6:56 PM, Icenowy Zheng wrote:
于 2018年7月27日 GMT+08:00 下午8:56:15, Maxime Ripard
写到:
On Fri, Jul 27, 2018 at 01:12:57AM +0800, Icenowy Zheng wrote:
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
b/arch/arm64/boot/dt
Subclass plane state struct to enable storing driver's private
state. This patch only adds the base drm_plane_state struct and
the atomic functions that handle it.
Signed-off-by: Haneen Mohammed
---
drivers/gpu/drm/vkms/vkms_drv.h | 10 +++
drivers/gpu/drm/vkms/vkms_plane.c | 47 ++
在 2018-07-27 22:00,Maxime Ripard 写道:
On Fri, Jul 27, 2018 at 09:26:11PM +0800, Icenowy Zheng wrote:
于 2018年7月27日 GMT+08:00 下午8:56:15, Maxime Ripard
写到:
>On Fri, Jul 27, 2018 at 01:12:57AM +0800, Icenowy Zheng wrote:
>> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
>b/arch
On Friday, 27 July 2018 20:16:53 MSK Dmitry Osipenko wrote:
> On Friday, 27 July 2018 20:03:26 MSK Jordan Crouse wrote:
> > On Fri, Jul 27, 2018 at 05:02:37PM +0100, Robin Murphy wrote:
> > > On 27/07/18 15:10, Dmitry Osipenko wrote:
> > > >On Friday, 27 July 2018 12:03:28 MSK Will Deacon wrote:
>
This patch implement the necessary functions to compute and add CRCs
entries:
- Implement the set_crc_source() callback.
- Compute CRC using crc32 on the visible part of the framebuffer.
- Use ordered workqueue per output to compute and add CRC at the end
of a vblank.
- Use appropriate synchroni
On Friday, 27 July 2018 21:31:34 MSK Joerg Roedel wrote:
> On Fri, Jul 27, 2018 at 11:13:31AM -0600, Rob Herring wrote:
> > I don't follow why we need a property rather than being implied by the
> > device's (the GPU) compatible string.
>
> There might be devices where either setup works, with or
This patchset implement CRC debugfs API and add functions needed to compute
and add CRCs entries.
Haneen Mohammed (2):
drm/vkms: Subclass plane state
drm/vkms: Implement CRC debugfs API
drivers/gpu/drm/vkms/Makefile | 2 +-
drivers/gpu/drm/vkms/vkms_crc.c | 75 ++
On Friday, 27 July 2018 12:03:28 MSK Will Deacon wrote:
> On Fri, Jul 27, 2018 at 10:25:13AM +0200, Joerg Roedel wrote:
> > On Fri, Jul 27, 2018 at 02:16:18AM +0300, Dmitry Osipenko wrote:
> > > The proposed solution adds a new option to the base device driver
> > > structure that allows device dri
于 2018年7月27日 GMT+08:00 下午9:57:08, Jagan Teki 写到:
>On Fri, Jul 27, 2018 at 6:56 PM, Icenowy Zheng wrote:
>>
>>
>> 于 2018年7月27日 GMT+08:00 下午8:56:15, Maxime Ripard
> 写到:
>>>On Fri, Jul 27, 2018 at 01:12:57AM +0800, Icenowy Zheng wrote:
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pin
The opa362 amplifier has two ports, an input (usually connected
to the OMAP3 VENC) and an output port connected to the external
connector.
These are usually defined as input port@0 and outpt port@1 in
the DT and really distinguished by the reg = property
of these nodes.
But we are missing to def
On Fri, Jul 27, 2018 at 6:56 PM, Icenowy Zheng wrote:
>
>
> 于 2018年7月27日 GMT+08:00 下午8:56:15, Maxime Ripard
> 写到:
>>On Fri, Jul 27, 2018 at 01:12:57AM +0800, Icenowy Zheng wrote:
>>> diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts
>>b/arch/arm64/boot/dts/allwinner/sun50i-a64-pin
Hi Daniel,
Thanks for reviewing the patch.
On 27/07/18 13:32, Daniel Thompson wrote:
> On 26/07/18 10:15, Enric Balletbo i Serra wrote:
>> The "atomic" API allows us to configure PWM period and duty_cycle and
>> enable it in one call.
>>
>> The patch also moves the pwm_init_state just before any
If qxl_alloc_client_monitors_config() fails to allocate
client_monitors_config then NULL pointer dereference occurs
in function qxl_display_copy_rom_client_monitors_config() after
qxl_alloc_client_monitors_config() call.
The patch adds return error from qxl_alloc_client_monitors_config()
and addit
On Friday, 27 July 2018 20:03:26 MSK Jordan Crouse wrote:
> On Fri, Jul 27, 2018 at 05:02:37PM +0100, Robin Murphy wrote:
> > On 27/07/18 15:10, Dmitry Osipenko wrote:
> > >On Friday, 27 July 2018 12:03:28 MSK Will Deacon wrote:
> > >>On Fri, Jul 27, 2018 at 10:25:13AM +0200, Joerg Roedel wrote:
>
Dne petek, 27. julij 2018 ob 17:42:08 CEST je Icenowy Zheng napisal(a):
> 在 2018-07-27 22:00,Maxime Ripard 写道:
>
> > On Fri, Jul 27, 2018 at 09:26:11PM +0800, Icenowy Zheng wrote:
> >> 于 2018年7月27日 GMT+08:00 下午8:56:15, Maxime Ripard
> >>
> >> 写到:
> >> >On Fri, Jul 27, 2018 at 01:12:57AM +0800, I
convert drm_atomic_helper_suspend/resume() to use
drm_mode_config_helper_suspend/resume().
Signed-off-by: Souptick Joarder
Signed-off-by: Ajit Negi
---
drivers/gpu/drm/imx/imx-drm-core.c | 26 ++
1 file changed, 2 insertions(+), 24 deletions(-)
diff --git a/drivers/gpu/
The "atomic" API allows us to configure PWM period and duty_cycle and
enable it in one call.
The patch also moves the pwm_init_state just before any use of the
pwm_state struct, this fixes a potential bug where pwm_get_state
can be called before pwm_init_state.
Signed-off-by: Enric Balletbo i Ser
在 2018-07-27五的 01:12 +0800,Icenowy Zheng写道:
> From: Jagan Teki
>
> Allwinner A64 have a display pipeline with 2 mixers/TCONs, the first
> TCON is connected to LCD and the second is to HDMI.
>
> The HDMI controller/PHY pair is similar to the one on H3/H5, but have
> two video PLLs selectable.
>
Hi.
2018-07-06 14:12 GMT+09:00 Masahiro Yamada :
> I refactored the include directives under include/drm/ some time ago.
> This flag is unneeded.
>
> Signed-off-by: Masahiro Yamada
Ping?
> ---
>
> drivers/gpu/drm/scheduler/Makefile | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drive
https://bugs.freedesktop.org/show_bug.cgi?id=107384
--- Comment #2 from Christoph Haag ---
A website that instantly crashes the tab is https://www.kraken.com/en-us/login
--
You are receiving this mail because:
You are the assignee for the bug.___
dri-
https://bugs.freedesktop.org/show_bug.cgi?id=107367
--- Comment #7 from Gregor Münch ---
Created attachment 140867
--> https://bugs.freedesktop.org/attachment.cgi?id=140867&action=edit
dmesg crash with current HEAD
--
You are receiving this mail because:
You are the assignee for the bug._
https://bugs.freedesktop.org/show_bug.cgi?id=107367
--- Comment #6 from Gregor Münch ---
Created attachment 140866
--> https://bugs.freedesktop.org/attachment.cgi?id=140866&action=edit
dmesg with HEAD at drm/scheduler: add NULL pointer check for run queue (v2)
The provided patch didnt helped.
Hi Dave,
This is amdkfd pull for 4.19. The major changes are:
- Add Raven support. Raven refers to Ryzen APUs with integrated GFXv9 GPU.
- Integrate GPU reset support
In addition, there are a couple of small fixes and improvements, such as:
- Better handling and reporting to user of VM faults
-
39 matches
Mail list logo