On Wed, May 15, 2013 at 7:49 AM, Jerome Glisse wrote:
> On Tue, May 14, 2013 at 5:35 PM, Andy Lutomirski wrote:
>> On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote:
>>> On Tue, May 14, 2013 at 8:58 AM, Alex Deucher wrote:
On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski
wrote:
>
scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/31affb04/attachment.html>
https://bugs.freedesktop.org/show_bug.cgi?id=64649
romula...@gmail.com changed:
What|Removed |Added
Assignee|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.
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/20130515/be4b5518/attachment.html>
are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/7c9ceb29/attachment.html>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new version of libdrm has been released. The main motivation for this
release is the changes in the radeon surface allocator, which helps fix
multisample textures on the Radeon Cayman family chipsets.
Alex Deucher (4):
radeon: add new SI pci i
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/27e9a99f/attachment.html>
https://bugs.freedesktop.org/show_bug.cgi?id=63935
--- Comment #12 from Austin Lund ---
Is it known what is going on exactly here?
This seems almost like an incomplete new feature or a regression and hence a
candidate to be reverted in 3.10.
--
You are receiving this mail because:
You are the
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/9eac3480/attachment.html>
Am 15.05.2013 15:00, schrieb Alex Deucher:
> On Tue, May 14, 2013 at 9:23 PM, Dave Airlie wrote:
>> From: Dave Airlie
>>
>> When UMS was deprecated it removed support for nomodeset commandline
>> we really want this in distro land so we can debug stuff, everyone
>> should fallback to vesa correct
https://bugs.freedesktop.org/show_bug.cgi?id=61533
--- Comment #7 from romula...@gmail.com ---
Same issue in kernel 3.9 with a different browser: chrome.
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-devel mailing li
> -Original Message-
> From: Rob Clark [mailto:robdclark at gmail.com]
> Sent: Tuesday, May 14, 2013 10:39 PM
> To: Inki Dae
> Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun
> Cho; linux-arm-kernel at lists.infradead.org; linux-media at vger.kernel.org
> Subject:
https://bugs.freedesktop.org/show_bug.cgi?id=64443
romula...@gmail.com changed:
What|Removed |Added
Severity|major |critical
--
You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=64649
Priority: medium
Bug ID: 64649
Assignee: dri-devel@lists.freedesktop.org
Summary: [r600g] Anomaly 2 (Steam) crashes with
GLX_EXT_swap_control not supported, unable to set
https://bugs.freedesktop.org/show_bug.cgi?id=64193
--- Comment #24 from Marc Dietrich ---
sorry, this was a typo. I mean only *white* water (means only white background,
nothing is shown)
--
You are receiving this mail because:
You are the assignee for the bug.
_
--
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/bb57c45d/attachment.html>
for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/fe56a7f4/attachment.html>
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130515/cc904876/attachment.html>
From: Dave Airlie
When UMS was deprecated it removed support for nomodeset commandline
we really want this in distro land so we can debug stuff, everyone
should fallback to vesa correctly.
v2: oops -1 isn't used anymore, restore original behaviour
-1 is default, so we can boot with nomodeset on
On Wed, May 15, 2013 at 7:49 AM, Jerome Glisse wrote:
> On Tue, May 14, 2013 at 5:35 PM, Andy Lutomirski
> wrote:
>> On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote:
>>> On Tue, May 14, 2013 at 8:58 AM, Alex Deucher
>>> wrote:
On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski
From: Dave Airlie
When UMS was deprecated it removed support for nomodeset commandline
we really want this in distro land so we can debug stuff, everyone
should fallback to vesa correctly.
Cc: stable at vger.kernel.org
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/radeon_drv.c | 7
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
A new version of libdrm has been released. The main motivation for this
release is the changes in the radeon surface allocator, which helps fix
multisample textures on the Radeon Cayman family chipsets.
Alex Deucher (4):
radeon: add new SI pci i
On Tue, May 14, 2013 at 5:35 PM, Andy Lutomirski wrote:
> On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote:
>> On Tue, May 14, 2013 at 8:58 AM, Alex Deucher
>> wrote:
>>> On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski
>>> wrote:
Reviewed-by: Daniel Vetter
Signed-off-by: Andy
"align" is u32 but info->addr and info->buffer[info->buffer_nr] are u64.
The "&= ~(align - 1)" operation clears the high bits accidentally. I
have fixed this by using the ALIGN() macro.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc0.c
b/drivers/gpu/
On 05/15/2013 09:58 AM, Alex Deucher wrote:
> On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza
> wrote:
>> On 05/06/2013 11:32 AM, Alex Deucher wrote:
>>>
>>> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
>>> wrote:
On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto
On Wed, May 15, 2013 at 1:19 AM, Inki Dae wrote:
>
>
>> -Original Message-
>> From: Rob Clark [mailto:robdclark at gmail.com]
>> Sent: Tuesday, May 14, 2013 10:39 PM
>> To: Inki Dae
>> Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun
>> Cho; linux-arm-kernel at list
On Tue, May 14, 2013 at 4:27 PM, Niels Ole Salscheider
wrote:
> bool in_mode_set from struct radeon_crtc is not used anymore.
>
> Signed-off-by: Niels Ole Salscheider
Applied. thanks!
Alex
> ---
> drivers/gpu/drm/radeon/atombios_crtc.c | 6 --
> drivers/gpu/drm/radeon/radeon_legacy_
On 05/06/2013 11:32 AM, Alex Deucher wrote:
> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
> wrote:
>> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:
>>
>>> This patch series does:
>>>1. max_bus_speed is used to set the device to gen2 speeds
>>>2. on power th
https://bugs.freedesktop.org/show_bug.cgi?id=64193
--- Comment #23 from vincent ---
Marc, where is the dump without the dolphin ? Is this the "only while water"
dump ?
--
You are receiving this mail because:
You are the assignee for the bug.
___
dri-d
On Tue, May 14, 2013 at 9:23 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> When UMS was deprecated it removed support for nomodeset commandline
> we really want this in distro land so we can debug stuff, everyone
> should fallback to vesa correctly.
>
> v2: oops -1 isn't used anymore, restore or
On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza
wrote:
> On 05/06/2013 11:32 AM, Alex Deucher wrote:
>>
>> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
>> wrote:
>>>
>>> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:
>>>
This patch series does:
On Tue, May 14, 2013 at 5:35 PM, Andy Lutomirski wrote:
> On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote:
>> On Tue, May 14, 2013 at 8:58 AM, Alex Deucher wrote:
>>> On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski
>>> wrote:
Reviewed-by: Daniel Vetter
Signed-off-by: Andy Luto
On Wed, May 15, 2013 at 1:19 AM, Inki Dae wrote:
>
>
>> -Original Message-
>> From: Rob Clark [mailto:robdcl...@gmail.com]
>> Sent: Tuesday, May 14, 2013 10:39 PM
>> To: Inki Dae
>> Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun
>> Cho; linux-arm-ker...@lists.infr
On Tue, May 14, 2013 at 4:27 PM, Niels Ole Salscheider
wrote:
> bool in_mode_set from struct radeon_crtc is not used anymore.
>
> Signed-off-by: Niels Ole Salscheider
Applied. thanks!
Alex
> ---
> drivers/gpu/drm/radeon/atombios_crtc.c | 6 --
> drivers/gpu/drm/radeon/radeon_legacy_
Am 15.05.2013 15:00, schrieb Alex Deucher:
On Tue, May 14, 2013 at 9:23 PM, Dave Airlie wrote:
From: Dave Airlie
When UMS was deprecated it removed support for nomodeset commandline
we really want this in distro land so we can debug stuff, everyone
should fallback to vesa correctly.
v2: oops
On 05/15/2013 09:58 AM, Alex Deucher wrote:
On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza
wrote:
On 05/06/2013 11:32 AM, Alex Deucher wrote:
On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
wrote:
On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:
This
On Tue, May 14, 2013 at 9:23 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> When UMS was deprecated it removed support for nomodeset commandline
> we really want this in distro land so we can debug stuff, everyone
> should fallback to vesa correctly.
>
> v2: oops -1 isn't used anymore, restore or
On Wed, May 15, 2013 at 8:35 AM, Kleber Sacilotto de Souza
wrote:
> On 05/06/2013 11:32 AM, Alex Deucher wrote:
>>
>> On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
>> wrote:
>>>
>>> On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:
>>>
This patch series does:
On 05/06/2013 11:32 AM, Alex Deucher wrote:
On Fri, May 3, 2013 at 7:01 PM, Benjamin Herrenschmidt
wrote:
On Fri, 2013-05-03 at 19:43 -0300, Kleber Sacilotto de Souza wrote:
This patch series does:
1. max_bus_speed is used to set the device to gen2 speeds
2. on power there's no longer a
https://bugs.freedesktop.org/show_bug.cgi?id=64193
--- Comment #22 from Marc Dietrich ---
Note: this compares llvm/mesa state from ~29th Apr with llvm/release_33 and
mesa from today.
--
You are receiving this mail because:
You are the assignee for the bug.
__
https://bugs.freedesktop.org/show_bug.cgi?id=64193
--- Comment #21 from Marc Dietrich ---
Created attachment 79340
--> https://bugs.freedesktop.org/attachment.cgi?id=79340&action=edit
R600_DEBUG output with only while water
--
You are receiving this mail because:
You are the assignee for the
https://bugs.freedesktop.org/show_bug.cgi?id=64193
--- Comment #20 from Marc Dietrich ---
Created attachment 79339
--> https://bugs.freedesktop.org/attachment.cgi?id=79339&action=edit
R600_DEBUG output with swimming dolphin
Regarding WebGL problem. Steps to reproduce: go to
http://www.ibiblio.
Enhance DRM drvier to use hotplug-safe iterators to walk PCI buses.
Signed-off-by: Jiang Liu
Cc: David Airlie
Cc: dri-devel at lists.freedesktop.org
Cc: linux-kernel at vger.kernel.org
---
drivers/gpu/drm/drm_fops.c | 6 --
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/drive
"align" is u32 but info->addr and info->buffer[info->buffer_nr] are u64.
The "&= ~(align - 1)" operation clears the high bits accidentally. I
have fixed this by using the ALIGN() macro.
Signed-off-by: Dan Carpenter
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/ctxnvc0.c
b/drivers/gpu/
44 matches
Mail list logo