summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18drm: remove global_mutex locking around agp_initDaniel Vetter1-4/+0
2013-12-18drm: kill the ->agp_destroy callbackDaniel Vetter1-2/+2
2013-12-18drm: inline drm_agp_destroyDaniel Vetter1-1/+1
2013-12-18drm: remove agp_init() bus callbackDaniel Vetter1-3/+9
2013-12-18drm: rip out drm_core_has_AGPDaniel Vetter1-2/+2
2013-12-18drm: ->agp_init can't failDaniel Vetter1-2/+1
2013-12-18drm: kill DRIVER_REQUIRE_AGPDaniel Vetter1-5/+0
2013-12-18drm: restrict the device list for shadow attached driversDaniel Vetter1-2/+10
2013-11-06drm: Pass pointers to virt_to_page()Ben Hutchings1-2/+2
2013-10-09drm: Remove pci_vendor and pci_device from struct drm_deviceVille Syrjälä1-3/+0
2013-10-09drm: introduce drm_dev_free() to fix error pathsDavid Herrmann1-1/+1
2013-10-09drm: merge device setup into drm_dev_register()David Herrmann1-49/+7
2013-10-09drm: add drm_dev_alloc() helperDavid Herrmann1-3/+1
2013-08-30drm: implement experimental render nodesDavid Herrmann1-0/+9
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter1-8/+6
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann1-0/+12
2013-07-23drm/pci: remove useles #if 1David Herrmann1-4/+0
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski1-4/+4
2013-04-30drm: Silence some sparse warningsVille Syrjälä1-5/+5
2013-02-15drm/pci: define drm_pcie_get_speed_cap_mask() only when CONFIG_PCI=yBjorn Helgaas1-27/+27
2013-02-08drm/pci: Use PCI Express Capability accessorsBjorn Helgaas1-16/+5
2013-02-08drm/pci: Set all supported speeds in speed cap mask for pre-3.0 devicesBjorn Helgaas1-1/+1
2013-02-08drm/pci: Use the standard #defines for PCIe Link Capability bitsBjorn Helgaas1-2/+2
2012-11-29drm/pci: add missing variable initializationJingoo Han1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-07-19drm/pci: add support for getting the supported link bw.Dave Airlie1-0/+49
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-2/+0
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-06-16drm: populate irq_by_busid-member for pciWolfram Sang1-1/+2
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-6/+199
2010-09-14drm: fix race between driver loading and userspace open.Dave Airlie1-0/+4
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-0/+143
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang1-7/+1
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-52/+1
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+183