summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86platformBus.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-05xfree86: Do not use uninitialized pointer during probeJeff Smith1-3/+4
2017-05-09xfree86: Improved autoconfig drivers matchingKarol Kosik1-21/+10
2017-05-09Revert "xfree86: Improved autoconfig drivers matching"Eric Anholt1-10/+21
2017-04-27xfree86: Improved autoconfig drivers matchingKarol Kosik1-21/+10
2016-12-14xfree86: Add ModulePath support for OutputClass config SectionsHans De Goede1-0/+23
2016-12-14xfree86: Allow overriding primary GPU detection from an OutputClass sectionHans De Goede1-0/+19
2016-12-14xfree86: xf86platformProbe: split finding pci-info and setting primary GPUHans De Goede1-8/+15
2016-12-14xfree86: Add options support for OutputClass OptionsHans De Goede1-0/+42
2016-12-14xfree86: Make OutputClassMatches take a xf86_platform_deviceHans De Goede1-3/+4
2016-12-14xfree86: Free devlist returned by xf86MatchDeviceHans De Goede1-0/+4
2016-12-05xfree86: Try harder to find atleast 1 non GPU ScreenHans de Goede1-0/+4
2016-12-05xfree86: Make adding unclaimed devices as GPU devices a separate stepHans de Goede1-0/+15
2016-09-28config: fix GPUDevice fail when AutoAddGPU off + BusIDQiang Yu1-3/+15
2016-09-28xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()Laszlo Ersek1-1/+9
2015-10-21xf86: don't add gpus from udev if autoAddGPU is setDave Airlie1-0/+3
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-3/+3
2015-03-31xfree86: Add GPU screens even if there are no active GDevsAaron Plattner1-3/+11
2015-03-31xfree86: Fix xf86_check_platform_slot's handling of PCIAaron Plattner1-2/+4
2014-11-12Drop trailing whitespacesPeter Hutterer1-1/+1
2014-08-21xfree86: Allow non-PCI devices as primaryThierry Reding1-4/+3
2014-08-21xfree86: Fallback to first platform device as primaryThierry Reding1-0/+15
2014-07-31xfree86: Avoid compiler warning for unused vars without systemdKeith Packard1-5/+2
2014-07-17config: Replace OdevAttributes linked list with structKeith Packard1-48/+10
2014-07-07xfree86: Support driver loading via OutputClassThierry Reding1-0/+78
2014-07-07xfree86: Make driver matching consistentThierry Reding1-5/+2
2014-05-05systemd-logind: let the logind code decided whether to close an fdPeter Hutterer1-2/+1
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede1-1/+13
2014-03-10xf86platformBus: Make doPlatformProbe accept a NULL gdev argumentHans de Goede1-9/+5
2014-03-03systemd-logind: Add systemd-logind "core"Hans de Goede1-1/+1
2014-03-03hotplug: Extend OdevAttributes for server-managed fd supportHans de Goede1-0/+14
2014-03-03OdevAttribute: Remove unowned flag from OdevAttributes headHans de Goede1-4/+7
2014-03-03OdevAttribute: Add support for integer attributesHans de Goede1-0/+18
2014-03-03OdevAttribute: Add config_odev_get_attribute helperHans de Goede1-15/+2
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-1/+1
2013-10-30randr: send RRResourceChangeNotify eventMichal Srb1-0/+5
2013-04-30gpu: call CreateScreenResources for GPU screensDave Airlie1-0/+8
2013-04-30randr: report changes when we disconnect a GPU slaveDave Airlie1-1/+2
2013-04-12xf86: don't hotplug output devices while VT switched.Dave Airlie1-0/+19
2013-03-01xfree86/hotplug: cleanup properly if the screen fails to initialiseDave Airlie1-1/+6
2012-12-12Revert "xf86: Fix non-PCI configuration-less setups"Dave Airlie1-8/+0
2012-11-27xf86: Fix non-PCI configuration-less setupsThierry Reding1-0/+8
2012-09-19xf86: fix multi-seat video device support. (v2)Dave Airlie1-0/+3
2012-09-19xf86/platform: scan pci after probing devicesDave Airlie1-1/+2
2012-07-06randr: add provider object and provider property support (v6)Dave Airlie1-3/+6
2012-07-06xfree86: add autoAddGPU option (v2)Dave Airlie1-0/+7
2012-07-06xfree86: add platform bus hotplug support (v3)Dave Airlie1-0/+103
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie1-0/+379