Thomas Hellstrom wrote:
> Most likely the spin_is_locked() function is not working on non - SMP
> systems (well how could it?). An oversight from my side.
You are right. I found a description in Documentation/scsi/ChangeLog.megaraid .
there are several checks present in the kernel
CONFIG_DRM_HDLCD is a tristate option that depends on the boolean
CONFIG_DRM_ARM, which in turn depends on the tristate CONFIG_DRM.
The effect of this is that a configuration with CONFIG_DRM=m
and CONFIG_DRM_HDLCD=y can be chosen, but won't link because the
DRM core symbols are not reachable from b
Hi Chris,
thanks for your answer.
I will try the latest intel driver, but in case it helps or
you get an idea, I found that it has to do with the
Antialiasing settings:
I am using an OTF font (Lucida Sans OT Regular) with cinnamon.
Sometimes when I wake the computer up from suspend to ram the
f
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Kevin McCormack changed:
What|Removed |Added
Summary|[regression] amdgpu Fury X |[regression bisected]
https://bugzilla.kernel.org/show_bug.cgi?id=110211
--- Comment #4 from Kevin McCormack ---
OK, I was finally able to bisect today and it looks like the culprit is...
a7ca8ef93001eaab4c5c7f4f3accfbe6ffcf5f26 is the first bad commit
commit a7ca8ef93001eaab4c5c7f4f3accfbe6ffcf5f26
Author: Flora Cui
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160101/dcc5ff84/attachment.html>
vel/attachments/20160101/3813389a/attachment.html>
u are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160101/57ed1036/attachment.html>
The hdlcd_pm_suspend and hdlcd_pm_resume are intentionally unused
when CONFIG_PM is not set in this driver, and we get a compiler warning
for this:
drivers/gpu/drm/arm/hdlcd_drv.c:521:12: warning: 'hdlcd_pm_suspend' defined but
not used [-Wunused-function]
drivers/gpu/drm/arm/hdlcd_drv.c:536:12:
The hdlcd driver has no build-time dependency on the SCPI clock
and the bogus 'select' causes a warning when SCPI is disabled:
warning: (DRM_HDLCD) selects COMMON_CLK_SCPI which has unmet direct
dependencies (COMMON_CLK && (ARM_SCPI_PROTOCOL || COMPILE_TEST))
This removes the select statement.
Hi,
On 30 December 2015 at 07:37, Meng Yi wrote:
> I have tested your patch, It seems good to me.
> But I think state->fb check is still necessary, because fb is related to crtc
> , and panel is related to connector,. When fsl,panel is not valid, it
> indicate that connector is not available, b
The newly added DRM_HDLCD driver tries to select DMA_CMA, but that is
not necessarily possible, as not all configurations contain HAVE_DMA_CONTIGUOUS:
warning: (DRM_HDLCD) selects DMA_CMA which has unmet direct dependencies
(HAVE_DMA_CONTIGUOUS && CMA)
drivers/built-in.o: In function `dma_alloc_f
I booted a CONFIG_PREEMPT_NONE=y && CONFIG_SMP=n kernel (linux.git as of
9c982e86dbdb), and hit BUG_ON() at __vmw_cmdbuf_header_free().
--
static void __vmw_cmdbuf_header_free(struct vmw_cmdbuf_header *header)
{
struct vmw_cmdbuf_man *man = header->man;
BUG_ON(!spin_is_loc
The newly added code for Fiji creates a correct compiler warning
about invalid use of the do_div macro:
In file included from powerplay/hwmgr/ppatomctrl.c:31:0:
drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppevvmath.h: In function
'fDivide':
drivers/gpu/drm/amd/amdgpu/../powerplay/hwmgr/ppevvmat
https://bugzilla.kernel.org/show_bug.cgi?id=110211
--- Comment #3 from Kevin McCormack ---
Then why I'd it playable with 4.3? I know there is no power management until
4.5
--
You are receiving this mail because:
You are watching the assignee of the bug.
in (argc=1, argv=0xd6d4) at
../XII/Code/Core/Platform/Unix/StartupUnix.cpp:45
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachm
Thanks for reporting.
Hmm,
Most likely the spin_is_locked() function is not working on non - SMP
systems (well how could it?). An oversight from my side.
We should change the BUG_ON line to a lockdep_assert_held().
I'll try to get a patch out today.
On 01/01/2016 06:14 AM, Tetsuo Handa wrote:
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Mike Lothian changed:
What|Removed |Added
CC||mike at fireburn.co.uk
--- Comment #2 fro
On Mon, Dec 21, 2015 at 06:08:44PM -0800, Eric Anholt wrote:
> I've tested and confirmed that it doesn't actually work. We'll need
> to sort out how to do this properly later, but for now just remove it
> since it also caused build breakage due to using CONFIG_PM_SLEEP
> functions without our Kcon
art --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160101/eb8c4bda/attachment-0001.html>
/libGameEngine.so
#8 0x006d4410 in main ()
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160101/7904a953/attachment.html>
006d4410 in main ()
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20160101/4e95b447/attachment-0001.html>
https://bugzilla.kernel.org/show_bug.cgi?id=110211
--- Comment #1 from Kevin McCormack ---
System info
Software versions:
4.4.0-rc7
OpenGL version string: 3.0 Mesa 11.1.0
GPU hardware:
OpenGL renderer string: Gallium 0.4 on AMD FIJI (DRM 3.1.0, LLVM 3.7.0)
01:00.0 VGA compatible
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Kevin McCormack changed:
What|Removed |Added
Summary|amdgpu Fury X Unplayable|[regression] amdgpu Fury X
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Kevin McCormack changed:
What|Removed |Added
Summary|AMDGPU Fury X Unplayable|amdgpu Fury X Unplayable
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Kevin McCormack changed:
What|Removed |Added
Regression|No |Yes
--
You are receiving this mail be
https://bugzilla.kernel.org/show_bug.cgi?id=110211
Bug ID: 110211
Summary: AMDGPU Fury X Unplayable Slow Down on Dota 2
Product: Drivers
Version: 2.5
Kernel Version: 4.4-rc4
Hardware: x86-64
OS: Linux
Tree: Ma
https://bugzilla.kernel.org/show_bug.cgi?id=103561
--- Comment #4 from Christoph Haag ---
Created attachment 198561
--> https://bugzilla.kernel.org/attachment.cgi?id=198561&action=edit
dmesg from 4.4-rc7
But this one from 4.4 rc7 is without intel hang. Yet another different
backtrace.
Bonus c
28 matches
Mail list logo