summaryrefslogtreecommitdiff
path: root/src/amdgpu_probe.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02Drop dri.h includesMichel Dänzer1-1/+0
2020-03-16Factor out common code to amdgpu_probe()Emil Velikov1-70/+9
2020-03-16Introduce amdgpu_device_setup helperEmil Velikov1-28/+32
2020-03-16Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevicesEmil Velikov1-22/+48
2020-03-16Store the busid string in AMDGPUEntEmil Velikov1-28/+18
2020-03-16Remove NULL check after a "cannot fail" functionEmil Velikov1-6/+0
2020-03-16Fixup the amdgpu_bus_id() string formatEmil Velikov1-1/+1
2020-03-16Remove drmCheckModesettingSupported and kernel module loading, on LinuxEmil Velikov1-2/+2
2020-03-16Use ODEV_ATTRIB_PATH where possible for the device node.Emil Velikov1-2/+14
2018-10-11Allow up to six instances in Zaphod modeMichel Dänzer1-0/+16
2018-04-30Include xf86platformBus.h unconditionallySlava Grigorev1-4/+2
2018-04-20Do not export the DriverRec AMDGPUEmil Velikov1-1/+1
2018-04-20Move amdgpu_bus_id/amgpu_kernel_mode within amdgpu_kernel_open_fdEmil Velikov1-22/+23
2017-10-20Free memory returned by xf86GetEntityInfoMichel Dänzer1-2/+4
2017-10-20Free pAMDGPUEnt memory in AMDGPUFreeRecMichel Dänzer1-6/+2
2017-03-07amdgpu_probe: Do not close server managed drm fdsHans De Goede1-4/+4
2017-03-07Refactor amdgpu_kernel_close_fd helperMichel Dänzer1-0/+10
2016-11-21Stop using AMDGPU(Unique)ChipsetsMichel Dänzer1-5/+6
2016-11-21Stop using AMDGPUPciChipsetsMichel Dänzer1-3/+1
2016-11-21Stop using generated amdgpu_device_matchMichel Dänzer1-3/+6
2016-11-02Require xserver 1.10 or newerMichel Dänzer1-5/+0
2016-08-30Only list each unique chipset family once in the log fileMichel Dänzer1-1/+1
2016-01-13Only call amdgpu_bus_id once in each probe path (v2)Michel Dänzer1-28/+25
2016-01-13Remove pci_dev test from amdgpu_get_scrninfoMichel Dänzer1-5/+2
2016-01-13Re-use PCI bus ID code from kernel_open_fd in kernel_mode_enabledMichel Dänzer1-13/+24
2015-10-30Remove amdgpu_reference_drm_fdMichel Dänzer1-0/+2
2015-10-30Pass struct pci_device *pci_dev directly to amdgpu_get_scrninfoJammy Zhou1-2/+2
2015-10-30Fix crash in PCI probe path (v4)Jammy Zhou1-9/+10
2015-10-28Remove dead code from probe pathsMichel Dänzer1-12/+0
2015-10-06cleanup the entity recTom St Denis1-4/+0
2015-10-05Add support for server managed fdsTom St Denis1-4/+19
2015-10-05Add amdgpu_open_drm_master helper functionTom St Denis1-8/+29
2015-09-11Avoid use-after-free in amdgpu_kernel_open_fd()Tom St Denis1-1/+2
2015-04-20amdgpu: add the xf86-video-amdgpu driverAlex Deucher1-0/+374