On Thu, 2010-01-14 at 14:26 -0800, Greg Kroah-Hartman wrote: > From: Zhenyu Wang > > commit e6be8d9d17bd44061116f601fe2609b3ace7aa69 upstream. > > drm_pci_alloc() has input of address mask for setting pci dma > mask on the device, which should be properly setup by drm driver. > And leave it as a param for drm_pci_alloc() would cause confusion > or mistake would corrupt the correct dma mask setting, as seen on > intel hw which set wrong dma mask for hw status page. So remove > it from drm_pci_alloc() function. Based on comments at I think we also need this fix: commit fc61901373987ad61851ed001fe971f3ee8d96a3 Author: David Woodhouse Date: Wed Dec 2 11:00:05 2009 +0000 agp/intel-agp: Clear entire GTT on startup Ben. -- Ben Hutchings The generation of random numbers is too important to be left to chance. - Robert Coveyou