summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_edid.c
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2012-11-23 11:12:10 +0000
committerDave Airlie <airlied@redhat.com>2012-11-28 20:12:29 +1000
commitdff98e529e06fb1c801ba26953299b3390bdd34d (patch)
tree1af4a92645abcc42a2f13c5db82cb67034e887f3 /drivers/gpu/drm/drm_edid.c
parentd08a9b9cd82f668a5437c23e59063387ca3ecec5 (diff)
downloadlinux-dff98e529e06fb1c801ba26953299b3390bdd34d.tar.bz2
drm: only build ati_pcigart if PCI enabled
Prevent ati_pcigart.c being built unless PCI is enabled. The exported functions in this file are only used by drivers which depend on PCI (namely r128 and radeon), and it tries to use PCI specific functions (pci_unmap_page, pci_map_page, and pci_dma_mapping_error) that cause compiler errors when PCI is disabled. Signed-off-by: James Hogan <james.hogan@imgtec.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/drm_edid.c')
0 files changed, 0 insertions, 0 deletions