Announcement

Collapse
No announcement yet.

Radeon R600 Tiling Patches Are Ready

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #71
    Originally posted by ChrisXY View Post
    Are you people looking into that problem: http://phoronix.com/forums/showthrea...932#post249932
    I would have liked to edit my post but for some reason the edit time is still not infinite...

    Today I updated my stuff and it was solved. I believe (!) what solved it was 9b3ad51ae5fd9654df8ef75de845a519015150bb "radeon: fix pitch alignment for scanout buffer".

    Thank you very much, guys.

    Comment


    • #72
      Originally posted by PuckPoltergeist View Post
      I've removed mesa completely, started kdm, stopped kdm, reinstalled mesa, started kdm. Everytime the same behavior. As soon as I've enabled ColorTiling (not even ColorTiling2D) I got a garbled screen and dmesg showed the command stream errors. Something goes wrong on my HD5470. And I doubt it's because improper mesa.

      PS: I've found some other error messages in dmesg:
      Code:
      radeon 0000:01:00.0: evergreen_surface_check_1d:244 stencil height 581 invalid must be aligned with 8
      radeon 0000:01:00.0: evergreen_cs_track_validate_stencil:502 stencil invalid (0x000000af 0x000031ed 0x00000401 0x00002022)
      radeon 0000:01:00.0: evergreen_packet3_check:1918 invalid cmd stream 929
      [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      Sorry for reviving that old thread but it is actually the only one google finds for
      Code:
      "stencil height" "invalid must be aligned with"
      so it seem to be caused here. This is obviously a rare problem, but I get it all the time...


      I use KDE too and I see no visual corruption.

      I don't really know when it happens but after working with KDE a bit I see this in my logs:
      Code:
      <snip>
      
      [ 6599.816781] radeon 0000:02:00.0: evergreen_surface_check_1d:240 stencil height 1 invalid must be aligned with 8
      [ 6599.816790] radeon 0000:02:00.0: evergreen_cs_track_validate_stencil:554 stencil invalid (0x0000000f 0x00000001 0x00000401 0x00002022)
      [ 6599.816796] radeon 0000:02:00.0: evergreen_packet3_check:2055 invalid cmd stream 2361
      [ 6599.816800] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      [ 6658.589574] radeon 0000:02:00.0: evergreen_surface_check_1d:240 stencil height 1 invalid must be aligned with 8
      [ 6658.589583] radeon 0000:02:00.0: evergreen_cs_track_validate_stencil:554 stencil invalid (0x0000000f 0x00000001 0x00000401 0x00002022)
      [ 6658.589589] radeon 0000:02:00.0: evergreen_packet3_check:2055 invalid cmd stream 483
      [ 6658.589593] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      [ 6887.698995] radeon 0000:02:00.0: evergreen_surface_check_1d:240 stencil height 1 invalid must be aligned with 8
      [ 6887.699003] radeon 0000:02:00.0: evergreen_cs_track_validate_stencil:554 stencil invalid (0x0000000f 0x00000001 0x00000401 0x00002022)
      [ 6887.699009] radeon 0000:02:00.0: evergreen_packet3_check:2055 invalid cmd stream 2361
      [ 6887.699013] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      [ 6925.419753] radeon 0000:02:00.0: evergreen_surface_check_1d:240 stencil height 1 invalid must be aligned with 8
      [ 6925.419762] radeon 0000:02:00.0: evergreen_cs_track_validate_stencil:554 stencil invalid (0x0000000f 0x00000001 0x00000401 0x00002022)
      [ 6925.419768] radeon 0000:02:00.0: evergreen_packet3_check:2055 invalid cmd stream 483
      [ 6925.419772] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      [ 6953.218075] radeon 0000:02:00.0: evergreen_surface_check_1d:240 stencil height 1 invalid must be aligned with 8
      [ 6953.218085] radeon 0000:02:00.0: evergreen_cs_track_validate_stencil:554 stencil invalid (0x0000000f 0x00000001 0x00000401 0x00002022)
      [ 6953.218091] radeon 0000:02:00.0: evergreen_packet3_check:2055 invalid cmd stream 2361
      [ 6953.218095] [drm:radeon_cs_ib_chunk] *ERROR* Invalid command stream !
      
      <snip>
      I don't even know what that bug is. Is KDE doing something wrong having a "stencil height 1" somewhere where it shouldn't? Is the radeon driver supposed to log this so aggressively?


      linux mainline 3.4, libdrm and mesa and xf86-video-ati git, HD 6550M.

      Comment


      • #73
        tile speed up

        From here

        gmane.org is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, gmane.org has it all. We hope you find what you are searching for!


        Some benchmarks on juniper (5750), fullscreen 1920x1080,
        first result - kernel 3.4.0+ (fb21affa), second - with these patches:

        Lightsmark: 91 fps => 123 fps +35%
        Doom3: 74 fps => 101 fps +36%

        Vadim

        Comment

        Working...
        X