index
:
driver/xf86-video-amdgpu
master
AMD/ATI video cards driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
amdgpu_probe.c
Age
Commit message (
Expand
)
Author
2024-05-14
drop compat with ancient xserver versions
Enrico Weigelt, metux IT consult
2021-02-02
Drop dri.h includes
Michel Dänzer
2020-03-16
Factor out common code to amdgpu_probe()
Emil Velikov
2020-03-16
Introduce amdgpu_device_setup helper
Emil Velikov
2020-03-16
Kill off drmOpen/Close/drmSetInterfaceVersion in favour of drmDevices
Emil Velikov
2020-03-16
Store the busid string in AMDGPUEnt
Emil Velikov
2020-03-16
Remove NULL check after a "cannot fail" function
Emil Velikov
2020-03-16
Fixup the amdgpu_bus_id() string format
Emil Velikov
2020-03-16
Remove drmCheckModesettingSupported and kernel module loading, on Linux
Emil Velikov
2020-03-16
Use ODEV_ATTRIB_PATH where possible for the device node.
Emil Velikov
2018-10-11
Allow up to six instances in Zaphod mode
Michel Dänzer
2018-04-30
Include xf86platformBus.h unconditionally
Slava Grigorev
2018-04-20
Do not export the DriverRec AMDGPU
Emil Velikov
2018-04-20
Move amdgpu_bus_id/amgpu_kernel_mode within amdgpu_kernel_open_fd
Emil Velikov
2017-10-20
Free memory returned by xf86GetEntityInfo
Michel Dänzer
2017-10-20
Free pAMDGPUEnt memory in AMDGPUFreeRec
Michel Dänzer
2017-03-07
amdgpu_probe: Do not close server managed drm fds
Hans De Goede
2017-03-07
Refactor amdgpu_kernel_close_fd helper
Michel Dänzer
2016-11-21
Stop using AMDGPU(Unique)Chipsets
Michel Dänzer
2016-11-21
Stop using AMDGPUPciChipsets
Michel Dänzer
2016-11-21
Stop using generated amdgpu_device_match
Michel Dänzer
2016-11-02
Require xserver 1.10 or newer
Michel Dänzer
2016-08-30
Only list each unique chipset family once in the log file
Michel Dänzer
2016-01-13
Only call amdgpu_bus_id once in each probe path (v2)
Michel Dänzer
2016-01-13
Remove pci_dev test from amdgpu_get_scrninfo
Michel Dänzer
2016-01-13
Re-use PCI bus ID code from kernel_open_fd in kernel_mode_enabled
Michel Dänzer
2015-10-30
Remove amdgpu_reference_drm_fd
Michel Dänzer
2015-10-30
Pass struct pci_device *pci_dev directly to amdgpu_get_scrninfo
Jammy Zhou
2015-10-30
Fix crash in PCI probe path (v4)
Jammy Zhou
2015-10-28
Remove dead code from probe paths
Michel Dänzer
2015-10-06
cleanup the entity rec
Tom St Denis
2015-10-05
Add support for server managed fds
Tom St Denis
2015-10-05
Add amdgpu_open_drm_master helper function
Tom St Denis
2015-09-11
Avoid use-after-free in amdgpu_kernel_open_fd()
Tom St Denis
2015-04-20
amdgpu: add the xf86-video-amdgpu driver
Alex Deucher