summaryrefslogtreecommitdiff
path: root/src/amdgpu_probe.h
AgeCommit message (Collapse)AuthorFilesLines
2016-09-14Add SI PCI IDsRonie Salgado1-0/+5
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> (Cherry picked from commit 2eb5d77b841e55e7328df4b95c0d41fec30ce10f)
2016-09-14Add Mullins PCI IDsMichel Dänzer1-0/+1
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97472 Reviewed-by: Alex Deucher <alexander.deucher@amd.com> (Cherry picked from commit aa5492660958e359bdc2107cba9a211ff988c90e)
2016-03-25Revert "Use render node for DRI3 if available"Michel Dänzer1-1/+0
This reverts commit ea558e645786b08d75307716036045170e97b43e. It broke VDPAU<->GL interop with DRI3 enabled, because the Gallium VDPAU code doesn't support DRI3 yet. We can consider re-enabling this once there is a Mesa release where the Gallium VDPAU code supports DRI3. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94675 Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2016-03-24add Polaris chip familiesAlex Deucher1-0/+2
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-11-20Use render node for DRI3 if availableJammy Zhou1-0/+1
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-10-23Add Stoney supportSamuel Li1-0/+1
(agd): rebase Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Samuel Li <samuel.li@amd.com>
2015-10-06cleanup the entity recTom St Denis1-3/+0
Based on radeon commit: b32a0a3de84a44b9af4f1ca8be19f10d7fa31b12 Some of these were set, some of them were always opposites, so clean things up. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-10-05Add support for server managed fdsTom St Denis1-0/+6
Based on radeon commit ed0cfbb4fe77146b0b38f777bc28f3a4ea6da07f and 2nd patch: Fix building on older servers without xf86platformBus.h Based on radeon commit b50da3b96c212086cb58501dbe988d64f1f35b6d Signed-off-by: Tom St Denis <tom.stdenis@amd.com> [ Michel Dänzer: Fixed up amdgpu_kernel_open_fd() not to need AMDGPUEntPriv(), which doesn't work yet at that point ] Signed-off-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-08-07Add fiji supportAlex Deucher1-0/+1
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2015-07-15Allow/Fix use of multiple ZaphodHead outputs per x-screen.Mario Kleiner1-0/+1
Defining multiple ZaphodHead outputs per x-screen in a multiple x-screen's per gpu configuration caused all outputs except one per x-screen to go dark, because there was a fixed mapping x-screen number -> crtc number, limiting the number of crtc's per x-screen to one. On a ZaphodHead's setup, be more clever and assign as many crtc's to a given x-screen as there are ZaphodHeads defined for that screen, assuming there are enough unused crtc's available. (Ported from radeon commit afab7839fc15722dbaa7203d00fe7f6ce5336b9d) Signed-off-by: Mario Kleiner <mario.kleiner.de@gmail.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+97
This adds the new xf86-video-amdgpu driver for newer AMD GPUs. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>