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