<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - RadeonSI DRI not working with HD 7700 series"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=56331">56331</a>
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>xorg-driver-ati@lists.x.org
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>RadeonSI DRI not working with HD 7700 series
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>xorg-team@lists.x.org
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>bubuledev@gmail.com
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Driver/Radeon
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Hi,

I can't get my radeon HD 7750 to work properly with the radeon (and radeonsi)
driver.
I always get stuck with llvmpipe.

Things do work well with the Catalyst driver.

And I can't figure out where I'm missing something.
(both root and users are in the video group)

Could you please help me ?
I'm getting mesa, libdrm and xf86-video-ati from git.
("=libdrm-9999 =xf86-video-ati-9999 =mesa-9999")

I will provide dmesg, Xorg.log, and the kernel config (zcat /proc/config.gz).
Let me know if you need some more information.

Thx in advance.

$ uname -a
Linux funnyguy 3.6.2-gentoo #5 SMP Tue Oct 23 11:37:09 CEST 2012 x86_64
Intel(R) Core(TM) i7-3820 CPU @ 3.60GHz GenuineIntel GNU/Linux

$ cat /var/log/Xorg.0.log |grep -i glx
[    68.422] (II) LoadModule: "glx"
[    68.422] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[    68.422] (II) Module glx: vendor="X.Org Foundation"
[    68.422] (==) AIGLX enabled
[    68.422] Loading extension GLX
[    68.666] (II) AIGLX: Screen 0 is not DRI2 capable
[    68.666] (II) AIGLX: Screen 0 is not DRI capable
[    68.928] (II) AIGLX: Loaded and initialized swrast
[    68.928] (II) GLX: Initialized DRISWRAST GL provider for screen 0


$ LIBGL_DEBUG=verbose glxinfo > /dev/null
libGL: screen 0 does not appear to be DRI2 capable
libGL: OpenDriver: trying /usr/lib64/dri/tls/swrast_dri.so
libGL: OpenDriver: trying /usr/lib64/dri/swrast_dri.so

$ cat /proc/fb
0 radeondrmfb

$ cat /usr/share/X11/xorg.conf.d/10-ati.conf 
Section "ServerLayout"
        Identifier     "Radeon Layout"
        Screen      0  "Radeon-Screen[0]-0" 0 0
EndSection

#Section "Module"
#EndSection

Section "Monitor"
        Identifier   "Radeon-Monitor[0]-0"
        Option      "VendorName" "AMD RadeonSI Driver"
        Option      "ModelName" "Generic Autodetecting Monitor"
        Option      "DPMS" "true"
EndSection

Section "Device"
        Identifier  "Radeon-Device[0]-0"
        Driver      "radeon"
#       Option      "AccelMethod" "EXA"
#       Driver      "fbdev"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Radeon-Screen[0]-0"
        Device     "Radeon-Device[0]-0"
        Monitor    "Radeon-Monitor[0]-0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "dri"
        Mode 0666
EndSection</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>