Recently I've studied my system dmesg and seen this:
1 [0.478416] ACPI: Battery Slot [C1B4] (battery present)
2 [0.478648] ACPI: Battery Slot [C1B3] (battery absent)
3 [0.906678] [drm] initialized overlay support
4 [1.762304] Console: switching to colour frame buffer device 128x
Because drm_fb_helper_free() prints the same.
This redundant printk seems to be a forgotten leftover after 785b93ef
(drm/kms: move driver specific fb common code to helper functions (v2))
-- let's remove it.
Cc: Jerome Glisse
Signed-off-by: Kirill Smelkov
---
drivers/gpu/drm/radeon/radeon_fb.c
Just some minor tweaks from casual user. Please apply & thanks.
Kirill Smelkov (2):
drm/radeon: "unregistered panic notifier" printk is redundant
drm: Prefix info printk about registering panic notifier with 'drm'
drivers/gpu/drm/drm_fb_helper.c|4 ++--
drivers/gpu/drm/radeon/radeon_
Adam Jackson wrote at Thu May 13 11:55:28 PDT 2010:
> Having hsync both start and end on pixel 1072 ain't gonna work very
> well. Matches the X server's list.
>
> Signed-off-by: Adam Jackson
> ---
> drivers/gpu/drm/drm_edid.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> di
Hello Chris,
On Fri, May 14, 2010 at 4:16 AM, Chris Wilson
wrote:
> On Fri, 14 May 2010 03:59:08 +0530, Jaswinder Singh Rajput gmail.com> wrote:
>> Hello Chris,
>>
>> I am also getting display error on another PC :
>>
>> [ ? 34.198957] render error detected, EIR: 0x0010
>> [ ? 34.198972] [d
Hello Oliver,
On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote:
> Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
>> Hello Chris,
>>
>> I am also getting display error on another PC :
>>
>> [ ? 34.198957] render error detected, EIR: 0x0010
>> [ ? 34.198972] [drm:i915_ha
Hi David,
Upon typing the first character of the password in the kdm pw mask, X hung.
Luckily, network was still operable so I was able to catch the bug_on.
I applied the patch against .33.3. This seems indeed to be the same bug you're
already having reports for.
So: me too!
I'm s
https://bugs.freedesktop.org/show_bug.cgi?id=28069
--- Comment #6 from Paulo César Pereira de Andrade
2010-05-14 12:22:37 PDT ---
It doesn't hog cpu, and the performance decrease in fps is minimal.
After 30ish ^Cs in gdb the most common backtrace pattern is:
Program received signal SIGINT, In
https://bugs.freedesktop.org/show_bug.cgi?id=28069
--- Comment #6 from Paulo C?sar Pereira de Andrade
2010-05-14 12:22:37 PDT ---
It doesn't hog cpu, and the performance decrease in fps is minimal.
After 30ish ^Cs in gdb the most common backtrace pattern is:
Program received signal SIGINT, In
https://bugs.freedesktop.org/show_bug.cgi?id=27996
Pavel Ondračka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27996
Pavel Ondra?ka changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=27996
--- Comment #8 from Marek Olšák 2010-05-14 11:15:04 PDT ---
OK so the problem is the game creates a larger constant buffer than hw can
handle, but it seems to use only a small portion of the buffer. I've changed
the code so that it does not abort
https://bugs.freedesktop.org/show_bug.cgi?id=27996
--- Comment #8 from Marek Ol??k 2010-05-14 11:15:04 PDT
---
OK so the problem is the game creates a larger constant buffer than hw can
handle, but it seems to use only a small portion of the buffer. I've changed
the code so that it does not abor
Recently I've studied my system dmesg and seen this:
1 [0.478416] ACPI: Battery Slot [C1B4] (battery present)
2 [0.478648] ACPI: Battery Slot [C1B3] (battery absent)
3 [0.906678] [drm] initialized overlay support
4 [1.762304] Console: switching to colour frame buffer device 128x
Just some minor tweaks from casual user. Please apply & thanks.
Kirill Smelkov (2):
drm/radeon: "unregistered panic notifier" printk is redundant
drm: Prefix info printk about registering panic notifier with 'drm'
drivers/gpu/drm/drm_fb_helper.c|4 ++--
drivers/gpu/drm/radeon/radeon_
Because drm_fb_helper_free() prints the same.
This redundant printk seems to be a forgotten leftover after 785b93ef
(drm/kms: move driver specific fb common code to helper functions (v2))
-- let's remove it.
Cc: Jerome Glisse
Signed-off-by: Kirill Smelkov
---
drivers/gpu/drm/radeon/radeon_fb.c
Am Freitag, 14. Mai 2010 09:27:24 schrieb Jaswinder Singh Rajput:
> Hello Oliver,
>
> On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote:
> > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
> >> Hello Chris,
> >>
> >> I am also getting display error on another PC :
> >>
> >>
Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
> Hello Chris,
>
> I am also getting display error on another PC :
>
> [ 34.198957] render error detected, EIR: 0x0010
> [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking
> [ 34.198998] render er
https://bugs.freedesktop.org/show_bug.cgi?id=28069
--- Comment #5 from Michel Dänzer 2010-05-14 07:31:59 PDT
---
Quite a few more extensions are available with direct rendering, e.g.
GLX_SGI_video_sync. Maybe there's a problem with one of those. Might be
interesting to, with direct rendering:
*
https://bugs.freedesktop.org/show_bug.cgi?id=28069
--- Comment #5 from Michel D?nzer 2010-05-14 07:31:59
PDT ---
Quite a few more extensions are available with direct rendering, e.g.
GLX_SGI_video_sync. Maybe there's a problem with one of those. Might be
interesting to, with direct rendering:
*
Adam Jackson wrote at Thu May 13 11:55:28 PDT 2010:
> Having hsync both start and end on pixel 1072 ain't gonna work very
> well. Matches the X server's list.
>
> Signed-off-by: Adam Jackson
> ---
> drivers/gpu/drm/drm_edid.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> di
Hi David,
Upon typing the first character of the password in the kdm pw mask, X hung.
Luckily, network was still operable so I was able to catch the bug_on.
I applied the patch against .33.3. This seems indeed to be the same bug you're
already having reports for.
So: me too!
I'm s
https://bugs.freedesktop.org/show_bug.cgi?id=27996
Pavel Ondračka changed:
What|Removed |Added
Attachment #35461|0 |1
is obsolete|
https://bugs.freedesktop.org/show_bug.cgi?id=27996
Pavel Ondra?ka changed:
What|Removed |Added
Attachment #35461|0 |1
is obsolete|
Hello Chris,
I am also getting display error on another PC :
[ 34.198957] render error detected, EIR: 0x0010
[ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking
[ 34.198998] render error detected, EIR: 0x0010
dmesg : http://userweb.kernel.org/~jaswinder/P4_
Hello Chris,
On Wed, May 12, 2010 at 8:01 PM, Jaswinder Singh Rajput
wrote:
> Hello Chris,
>
> On Wed, May 12, 2010 at 7:20 PM, Chris Wilson
> wrote:
>> On Wed, 12 May 2010 18:45:55 +0530, Jaswinder Singh Rajput > at gmail.com> wrote:
>>> Hello Chris,
>>>
>>> With this patch after XWindows free
Am Freitag, 14. Mai 2010 09:27:24 schrieb Jaswinder Singh Rajput:
> Hello Oliver,
>
> On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote:
> > Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
> >> Hello Chris,
> >>
> >> I am also getting display error on another PC :
> >>
> >>
Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
> Hello Chris,
>
> I am also getting display error on another PC :
>
> [ 34.198957] render error detected, EIR: 0x0010
> [ 34.198972] [drm:i915_handle_error] *ERROR* EIR stuck: 0x0010, masking
> [ 34.198998] render er
Hello Chris,
On Fri, May 14, 2010 at 4:16 AM, Chris Wilson wrote:
> On Fri, 14 May 2010 03:59:08 +0530, Jaswinder Singh Rajput
> wrote:
>> Hello Chris,
>>
>> I am also getting display error on another PC :
>>
>> [ 34.198957] render error detected, EIR: 0x0010
>> [ 34.198972] [drm:i915_h
Hello Oliver,
On Fri, May 14, 2010 at 12:18 PM, Oliver Neukum wrote:
> Am Freitag, 14. Mai 2010 00:29:08 schrieb Jaswinder Singh Rajput:
>> Hello Chris,
>>
>> I am also getting display error on another PC :
>>
>> [ 34.198957] render error detected, EIR: 0x0010
>> [ 34.198972] [drm:i915_ha
30 matches
Mail list logo