rnels...
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160305/9021d84e/attachment.html>
ttps://lists.freedesktop.org/archives/dri-devel/attachments/20160305/4395670b/attachment.html>
Hi Lutz,
just an educated guess, but I think the problem is simply that kernel
3.14 doesn't yet contain the code so that radeon_fence_get() can safely
called with a NULL pointer.
So the backport of Nicolai's patch needs and extra check for the case
when the fence is NULL.
Regards,
Christian.
On 03.03.2016 15:15, Alex Deucher wrote:
>
> Some more radeon and amdgpu stuff for drm-next. Mostly just bug fixes
> for new features and cleanups.
Please also include Daniel Vetter's changes switching to drm_vblank_on/off:
https://lists.freedesktop.org/archives/dri-devel/2016-January/099159.h
On Sat, 2016-03-05 at 15:16 +0100, Lukas Wunner wrote:
> Hi Bastien,
>
> On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote:
> >
> > Lukas Wunner wunner.de> writes:
> > >
> > > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013),
> > > v5.
> > I've tested your patchset
Hi,
after upgrading from kernel 3.14.62 to 3.14.63, while surfing, the
screen suddenly got black and the mouse cursor froze. I had to reset
the machine and found an oops followed by repeated messages
"BUG: scheduling while atomic: Xorg/3757/0x0002" in the logs.
I have copied the oops and the f
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160305/be968421/attachment.html>
re the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160305/1570ddbb/attachment-0001.html>
On Sat, 2016-03-05 at 15:16 +0100, Lukas Wunner wrote:
> Hi Bastien,
>
> On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote:
> >
> > Lukas Wunner wunner.de> writes:
> > >
> > > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013),
> > > v5.
> > I've tested your patchset
On 02.03.2016 05:31, Mario Kleiner wrote:
> The patch e1d09dc0ccc6: "drm/amdgpu: Don't hang in
> amdgpu_flip_work_func on disabled crtc." from Feb 19, 2016, leads to
> the following static checker warning, as reported by Dan Carpenter in
> https://lists.freedesktop.org/archives/dri-devel/2016-Febru
Hi Bastien,
On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote:
> Lukas Wunner wunner.de> writes:
> > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5.
>
> I've tested your patchset on a MacBookPro8,1, with an integrated Intel and
> discrete AMD/ATI GPUs.
Hm, it
* Ingo Molnar wrote:
> as we have this in Makefile:
>
> # enforce correct pointer usage
> KBUILD_CFLAGS += $(call cc-option,-Werror=incompatible-pointer-types)
Sorry, never mind - this is a recent commit that is not upstream.
So there's no upstream build regression.
Thanks,
Ingo
* Patrik Jakobsson wrote:
> Hi Daniel,
>
> A patch to fix this is already merged into drm-misc:
>
> commit db9b60400f9253c25ae639797df2d0ff7a35d9d8
> Author: Sudip Mukherjee
> Date: Tue Feb 2 11:35:55 2016 +0530
>
> drm/gma500: remove helper function
>
> We were getting build warn
On Sat, Mar 5, 2016 at 9:16 AM, Lukas Wunner wrote:
> Hi Bastien,
>
> On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote:
>> Lukas Wunner wunner.de> writes:
>> > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5.
>>
>> I've tested your patchset on a MacBookPro8,1, w
Hi Greg,
Allow me to chip in as well.
On 3 March 2016 at 16:17, Greg Kroah-Hartman
wrote:
> On Thu, Mar 03, 2016 at 11:37:17AM -0300, Gustavo Padovan wrote:
>> From: Gustavo Padovan
>>
>> Play safe and add flags member to all structs. So we don't need to
>> break API or create new IOCTL in the
On Sat, Mar 5, 2016 at 4:35 AM, Michel Dänzer wrote:
> On 03.03.2016 15:15, Alex Deucher wrote:
>>
>> Some more radeon and amdgpu stuff for drm-next. Mostly just bug fixes
>> for new features and cleanups.
>
> Please also include Daniel Vetter's changes switching to drm_vblank_on/off:
>
>
> http
On Sat, Mar 05, 2016 at 12:11:16PM +, John Keeping wrote:
> On Fri, Mar 04, 2016 at 03:22:01PM -0800, Douglas Anderson wrote:
> > The drm_encoder_cleanup() was missing both from the error path of
> > dw_hdmi_rockchip_bind(). This caused a crash when slub_debug was
> > enabled and we ended up d
On Sat, Mar 5, 2016 at 12:59 AM, Nils Wallménius
wrote:
> Clean up leftover from radeon code.
>
> Signed-off-by: Nils Wallménius
Applied, thanks!
Alex
> ---
> drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
> drivers/gpu/drm/amd/amdgpu/cik.c| 2 --
> drivers/gpu/drm/amd/amdgpu/vi.c | 4 -
On Sat, Mar 5, 2016 at 3:00 AM, Michel Dänzer wrote:
> On 02.03.2016 05:31, Mario Kleiner wrote:
>> The patch e1d09dc0ccc6: "drm/amdgpu: Don't hang in
>> amdgpu_flip_work_func on disabled crtc." from Feb 19, 2016, leads to
>> the following static checker warning, as reported by Dan Carpenter in
>
On Fri, Mar 04, 2016 at 03:22:01PM -0800, Douglas Anderson wrote:
> The drm_encoder_cleanup() was missing both from the error path of
> dw_hdmi_rockchip_bind(). This caused a crash when slub_debug was
> enabled and we ended up deferring probe of HDMI at boot.
>
> This call isn't needed from unbin
https://bugzilla.kernel.org/show_bug.cgi?id=113341
--- Comment #5 from Bernd Steinhauser ---
Created attachment 207721
--> https://bugzilla.kernel.org/attachment.cgi?id=207721&action=edit
Xorg.0.log
--
You are receiving this mail because:
You are watching the assignee of the bug.
https://bugzilla.kernel.org/show_bug.cgi?id=113341
--- Comment #4 from Bernd Steinhauser ---
Today I ran into this again and got the Xorg log, but there doesn't seem to be
anything interesting in it.
Kernel is now 4.4.4.
When the freeze occurs, I can still ssh into the system. Applications conti
On Mon, Feb 29, 2016 at 03:02:09PM +, Chris Wilson wrote:
> On Mon, Feb 29, 2016 at 03:54:19PM +0100, Daniel Vetter wrote:
> > On Thu, Feb 25, 2016 at 06:01:22PM +, Chris Wilson wrote:
> > > On Thu, Feb 11, 2016 at 08:04:51PM -0200, Tiago Vignatti wrote:
> > > > +static long dma_buf_ioctl(s
On Sat, Mar 05, 2016 at 09:44:24AM +0100, Hans Verkuil wrote:
> Hi Dmitry,
>
> On 03/04/2016 08:58 PM, Dmitry Torokhov wrote:
> > On Wed, Feb 10, 2016 at 01:51:39PM +0100, Hans Verkuil wrote:
> >> +#define KEY_AUDIO_DESC0x26e
> >> +#define KEY_3D_MODE 0x26
Hi Dmitry,
On 03/04/2016 08:58 PM, Dmitry Torokhov wrote:
> On Wed, Feb 10, 2016 at 01:51:39PM +0100, Hans Verkuil wrote:
>> From: Kamil Debski
>>
>> Add HDMI CEC specific keycodes to the keycodes definition.
>>
>> Signed-off-by: Kamil Debski
>> Signed-off-by: Hans Verkuil
>> ---
>> include/ua
Clean up leftover from radeon code.
Signed-off-by: Nils Wallménius
---
drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 -
drivers/gpu/drm/amd/amdgpu/cik.c| 2 --
drivers/gpu/drm/amd/amdgpu/vi.c | 4
3 files changed, 7 deletions(-)
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
b/driver
https://bugzilla.kernel.org/show_bug.cgi?id=60523
Steven Haigh changed:
What|Removed |Added
CC||netwiz at crc.id.au
--- Comment #74 from S
edesktop.org/archives/dri-devel/attachments/20160305/5ee295b8/attachment.html>
) #1 SMP Fri Feb 26 18:45:40 UTC 2016
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<https://lists.freedesktop.org/archives/dri-devel/attachments/20160305/3e91acc7/attachment.html>
29 matches
Mail list logo