Summary: | radeon doesn't detect R 5 kaveri chipset | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | sean darcy <seandarcy2> | ||||||||
Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||||||
Status: | RESOLVED FIXED | QA Contact: | |||||||||
Severity: | major | ||||||||||
Priority: | medium | ||||||||||
Version: | unspecified | ||||||||||
Hardware: | x86-64 (AMD64) | ||||||||||
OS: | Linux (All) | ||||||||||
Whiteboard: | |||||||||||
i915 platform: | i915 features: | ||||||||||
Attachments: |
|
Please attach your dmesg output and lspci -nn output. Created attachment 105052 [details]
dmesg
Created attachment 105053 [details]
lspci -nn
Kernel support: http://lists.freedesktop.org/archives/dri-devel/2014-August/066606.html mesa support: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f50b6b489534f8f362953cbe08d37233f1eab669 ddx support: http://cgit.freedesktop.org/xorg/driver/xf86-video-ati/commit/?id=39fef269f521c92a2a31c80447e9401bacb3797a libdrm_radeon support: http://cgit.freedesktop.org/mesa/drm/commit/?id=3ad801bf1fc4ad3becdcf329fc6fe807eb312e89 Thanks. Now I hope Fedora picks it up for an F20 kernel and not wait for 3.17 ! *** Bug 83630 has been marked as a duplicate of this bug. *** All patches are committed. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 105046 [details] Xorg.0.log I'm on an Acer Aspire laptop, AMD A8-7100 Radeon R 5. Fedora 20. xorg-x11-drv-ati-7.2.0-3.20131101git3b38701.fc20.x86_64 All the firmware seems to be installed: BONAIRE_ce.bin BONAIRE_mc2.bin BONAIRE_mc.bin BONAIRE_me.bin BONAIRE_mec.bin BONAIRE_pfp.bin BONAIRE_rlc.bin BONAIRE_sdma.bin BONAIRE_smc.bin BONAIRE_uvd.bin BONAIRE_vce.bin KAVERI_ce.bin KAVERI_me.bin KAVERI_mec.bin KAVERI_pfp.bin KAVERI_rlc.bin KAVERI_sdma.bin 00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Kaveri [Radeon R5 Graphics] All the modules are loaded: drm_kms_helper 52500 1 radeon drm 289961 3 ttm,drm_kms_helper,radeon i2c_core 55486 6 drm,i2c_piix4,drm_kms_helper,i2c_algo_bit,radeon,videodev But I can't load dri since /dev/dri/card0 isn't created. And /class/sys/drm/card0 doesn't exist. X falls back to the framebuffer. It seems like the driver/module just doesn't recognize the chipset! sean