https://bugs.freedesktop.org/show_bug.cgi?id=66805
--- Comment #4 from Laurent carlier ---
(In reply to comment #3)
> Does this LLVM branch fix the crash:
>
> http://cgit.freedesktop.org/~tstellar/llvm/log/?h=si-sgpr-copies
No, it doesn't fix the crash, still the same error (i've only rebuilt t
Hi,
Based on the outcomes of the "Best practice device tree design for display
subsystems" discussion I have drafted a DT binding. Comments much appreciated.
At a high level, it uses a "super node" as something for the driver to bind
to, needed because there is no clear one device that controls a
On Fri, 12 Jul 2013 12:44:28 -0400 (EDT)
Daniel Drake wrote:
> Hi,
>
> Based on the outcomes of the "Best practice device tree design for display
> subsystems" discussion I have drafted a DT binding. Comments much appreciated.
>
> At a high level, it uses a "super node" as something for the dri
On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine wrote:
> - I think it is better to keep the names 'lcd' for the memory to dumb panel
> sub-devices and 'dcon' for the dumb panel to LCD/VGA sub-device, as
> named in the spec.
I agree it is worth keeping the spec-defined names, if they do
On Fri, 12 Jul 2013 13:00:23 -0600
Daniel Drake wrote:
> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine wrote:
> > - the phandles to the clocks does not tell how the clock may be set by
> > the driver (it is an array index in the 510).
>
> In the other threads on clock selection, we
https://bugs.freedesktop.org/show_bug.cgi?id=66713
--- Comment #3 from Hubert Kario ---
Created attachment 82385
--> https://bugs.freedesktop.org/attachment.cgi?id=82385&action=edit
Team fortress 2 with R600_DEBUG=sb,ps,vs
As far as I can tell, it's not related to the map (tried 3 different, b
https://bugzilla.kernel.org/show_bug.cgi?id=60527
Fabio Erculiani changed:
What|Removed |Added
CC||airl...@linux.ie,
|
https://bugs.freedesktop.org/show_bug.cgi?id=66836
Chris Rankin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=66836
--- Comment #4 from Chris Rankin ---
Yes, that works. Thanks.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http:
https://bugzilla.kernel.org/show_bug.cgi?id=60527
--- Comment #6 from Fabio Erculiani ---
Reverting the commit fixes the problem for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
___
dri-devel mailing list
dri-devel@l
https://bugs.freedesktop.org/show_bug.cgi?id=66713
Hubert Kario changed:
What|Removed |Added
Attachment #82385|text/plain |application/x-gzip
mime type|
It has way too much potential for driver writers to do stupid things
like delayed hw setup because the load sequence is somehow racy (e.g.
the imx driver in staging). So don't call it for modesetting drivers,
which reduces the complexity of the drm core -> driver interface a
notch.
v2: Don't forge
On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine wrote:
- the phandles to the clocks does not tell how the clock may be set by
the driver (it is an array index in the 510).
In
On Sat, Jul 13, 2013 at 12:56:50PM +0200, Sylwester Nawrocki wrote:
> On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
>> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
>>> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine
>>> wrote:
>
- the phandles to the clocks does not tel
On Sat, Jul 13, 2013 at 2:35 AM, Jean-Francois Moine wrote:
> I use my Cubox for daily jobs as a desktop computer. My kernel is a DT
> driven 3.10.0. The dove-drm, tda998x and si5351 (clock) are kernel
> modules. I set 3 clocks in the DT for the LCD0: lcdclk, axi and extclk0
> (si5351). Normally,
https://bugs.freedesktop.org/show_bug.cgi?id=65416
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=42162
--- Comment #16 from Alex Deucher ---
Does the kernel patch in attachment 82347 help?
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lis
https://bugs.freedesktop.org/show_bug.cgi?id=66880
Priority: medium
Bug ID: 66880
Assignee: dri-devel@lists.freedesktop.org
Summary: R600_DEBUG=sb hangs system after playing xonotic,
spring
Severity: normal
Classificatio
https://bugzilla.kernel.org/show_bug.cgi?id=60552
Bug ID: 60552
Summary: Lock up using 3.10.0 + dpm patches
Product: Drivers
Version: 2.5
Kernel Version: 3.10.0
Hardware: x86-64
OS: Linux
Tree: Mainline
https://bugzilla.kernel.org/show_bug.cgi?id=60552
--- Comment #1 from Bernd Steinhauser ---
Created attachment 106886
--> https://bugzilla.kernel.org/attachment.cgi?id=106886&action=edit
log messages
Log messages as attachment for better readability.
--
You are receiving this mail because:
Y
https://bugzilla.kernel.org/show_bug.cgi?id=60552
Markus Trippelsdorf changed:
What|Removed |Added
CC||mar...@trippelsdorf.de
--- Comment
https://bugzilla.kernel.org/show_bug.cgi?id=60552
--- Comment #3 from Bernd Steinhauser ---
Ah, thanks, looks like that's the same issue. I'll try the patch.
Guess this one can be closed.
--
You are receiving this mail because:
You are watching the assignee of the bug.
_
Basically just extracting some code duplicated in gma500, omapdrm, udl,
and upcoming msm driver.
Signed-off-by: Rob Clark
CC: Daniel Vetter
CC: Patrik Jakobsson
---
v1: original
v2: add WARN_ON()'s for non-page-aligned sizes as suggested by Patrik
Jakobsson and Daniel Vetter
drivers/gpu/d
https://bugs.freedesktop.org/show_bug.cgi?id=66713
--- Comment #5 from Vadim Girlin ---
You didn't mention llvm backend so I tried without it. Now I see some problems,
but so far for me it looks not really sb-related. I'll try to sort it out,
though I don't think that using llvm and sb together m
https://bugs.freedesktop.org/show_bug.cgi?id=66883
Priority: medium
Bug ID: 66883
Assignee: dri-devel@lists.freedesktop.org
Summary: [r600 llvm backend] Assert with 32-bit lightsmark, TF2
when shader dump is enabled
Severity:
https://bugs.freedesktop.org/show_bug.cgi?id=62959
--- Comment #66 from Alexandre Demers ---
While I'm the one who opened this bug, on my side I'm able to run all piglit
tests without any hangs since awhile now. I don't even need to run one test at
a time anymore. But I'm using latest git version
https://bugs.freedesktop.org/show_bug.cgi?id=66713
--- Comment #6 from Vadim Girlin ---
Created attachment 82400
--> https://bugs.freedesktop.org/attachment.cgi?id=82400&action=edit
[PATCH 1/2] r600g/sb: fix register allocation
Does this patch help?
--
You are receiving this mail because:
Yo
From: Rafael J. Wysocki
According to Matthew Garrett, "Windows 8 leaves backlight control up
to individual graphics drivers rather than making ACPI calls itself.
There's plenty of evidence to suggest that the Intel driver for
Windows [8] doesn't use the ACPI interface, including the fact that
it'
.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/d54e8c91/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60381
--- Comment #10 from rafael castillo ---
pretty much the same here
--
You are receiving this mail because:
You are watching the assignee of the bug.
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130713/19b6ab0e/attachment.html>
nee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/92a4be4c/attachment.html>
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/0c164b7a/attachment.html>
implementation
does something funny?
--
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/20130713/b0b94a37/attachment-0001.html>
/dri-devel/attachments/20130713/57dbb8c2/attachment.html>
On Fri, 12 Jul 2013 13:00:23 -0600
Daniel Drake wrote:
> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine
> wrote:
> > - the phandles to the clocks does not tell how the clock may be set by
> > the driver (it is an array index in the 510).
>
> In the other threads on clock selection,
w string page texture 1038: 24x256, total string texture memory is
3.64 MB
--
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/20130713/35de5f72/attachment-0001.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60527
Fabio Erculiani changed:
What|Removed |Added
CC||airlied at linux.ie,
|--- |FIXED
--
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/20130713/ab63f594/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130713/f7cc8652/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60527
--- Comment #6 from Fabio Erculiani ---
Reverting the commit fixes the problem for me.
--
You are receiving this mail because:
You are on the CC list for the bug.
the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/115663f6/attachment.html>
It has way too much potential for driver writers to do stupid things
like delayed hw setup because the load sequence is somehow racy (e.g.
the imx driver in staging). So don't call it for modesetting drivers,
which reduces the complexity of the drm core -> driver interface a
notch.
v2: Don't forge
On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
>> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine
>> wrote:
>>> - the phandles to the clocks does not tell how the clock may be set by
>>>the driver (it is an array index in th
On Sat, Jul 13, 2013 at 12:56:50PM +0200, Sylwester Nawrocki wrote:
> On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
>> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
>>> On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine
>>> wrote:
>
- the phandles to the clocks does not tel
On Sat, Jul 13, 2013 at 2:35 AM, Jean-Francois Moine wrote:
> I use my Cubox for daily jobs as a desktop computer. My kernel is a DT
> driven 3.10.0. The dove-drm, tda998x and si5351 (clock) are kernel
> modules. I set 3 clocks in the DT for the LCD0: lcdclk, axi and extclk0
> (si5351). Normally,
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/d1be41cd/attachment.html>
:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/994ffc67/attachment.html>
rubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130713/4ad672df/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60552
Bug ID: 60552
Summary: Lock up using 3.10.0 + dpm patches
Product: Drivers
Version: 2.5
Kernel Version: 3.10.0
Hardware: x86-64
OS: Linux
Tree: Mainline
https://bugzilla.kernel.org/show_bug.cgi?id=60552
--- Comment #1 from Bernd Steinhauser ---
Created attachment 106886
--> https://bugzilla.kernel.org/attachment.cgi?id=106886&action=edit
log messages
Log messages as attachment for better readability.
--
You are receiving this mail because:
Y
https://bugzilla.kernel.org/show_bug.cgi?id=60552
Markus Trippelsdorf changed:
What|Removed |Added
CC||markus at trippelsdorf.de
--- Comme
https://bugzilla.kernel.org/show_bug.cgi?id=60552
--- Comment #3 from Bernd Steinhauser ---
Ah, thanks, looks like that's the same issue. I'll try the patch.
Guess this one can be closed.
--
You are receiving this mail because:
You are watching the assignee of the bug.
Basically just extracting some code duplicated in gma500, omapdrm, udl,
and upcoming msm driver.
Signed-off-by: Rob Clark
CC: Daniel Vetter
CC: Patrik Jakobsson
---
v1: original
v2: add WARN_ON()'s for non-page-aligned sizes as suggested by Patrik
Jakobsson and Daniel Vetter
drivers/gpu/d
ng 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/20130713/968e3b1c/attachment.html>
On Sat, Jul 13, 2013 at 08:25:15AM -0600, Daniel Drake wrote:
> I guess the IRE falls into the same category as the DCON - we won't
> implement it for now, but knowing where it might fit in is useful.
I don't see much need at the moment for IRE. IRE isn't going to be
useful for general graphics r
On 07/13/2013 07:44 PM, Sebastian Hesselbarth wrote:
> On 07/13/2013 01:12 PM, Russell King - ARM Linux wrote:
>> On Sat, Jul 13, 2013 at 12:56:50PM +0200, Sylwester Nawrocki wrote:
>>> On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
>>
On Sat, Jul 13, 2013 at 07:44:58PM +0200, Sebastian Hesselbarth wrote:
> On 07/13/2013 01:12 PM, Russell King - ARM Linux wrote:
>> When I designed the clk API, I arranged for things like clk_get() to
>> take a reference on the module if the clock was supplied by a module.
>> You'll see some eviden
On 07/13/2013 04:25 PM, Daniel Drake wrote:
> On Sat, Jul 13, 2013 at 2:35 AM, Jean-Francois Moine
> wrote:
>> I use my Cubox for daily jobs as a desktop computer. My kernel is a DT
>> driven 3.10.0. The dove-drm, tda998x and si5351 (clock) are kernel
>> modules. I set 3 clocks in the DT for the
On 07/13/2013 01:12 PM, Russell King - ARM Linux wrote:
> On Sat, Jul 13, 2013 at 12:56:50PM +0200, Sylwester Nawrocki wrote:
>> On 07/13/2013 10:35 AM, Jean-Francois Moine wrote:
>>> On Fri, 12 Jul 2013 13:00:23 -0600 Daniel Drake wrote:
On Fri, Jul 12, 2013 at 12:39 PM, Jean-Francois Moine
On Sat, Jul 13, 2013 at 10:43:29PM +0200, Sylwester Nawrocki wrote:
> I wasn't aware of it, thanks. I've seen a patch from Jiada Wang, it seems
> they're working on v4 with clock object reference counting. Presumably we
> need both clk_get() to be taking reference on the module and reference
> coun
61 matches
Mail list logo