linux-sg2042/drivers/gpu/drm/mga
Benjamin Herrenschmidt d883f7f1b7 drm: Use resource_size_t for drm_get_resource_{start, len}
The DRM uses its own wrappers to obtain resources from PCI devices,
which currently convert the resource_size_t into an unsigned long.

This is broken on 32-bit platforms with >32-bit physical address
space.

This fixes them, along with a few occurences of unsigned long used
to store such a resource in drivers.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Dave Airlie <airlied@linux.ie>
2009-03-13 14:23:56 +10:00
..
Makefile drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
mga_dma.c drm: move drm vblank initialization/cleanup to driver load/unload 2008-11-25 09:49:03 +10:00
mga_drv.c drm: Rework vblank-wait handling to allow interrupt reduction. 2008-10-18 07:10:11 +10:00
mga_drv.h drm: Use resource_size_t for drm_get_resource_{start, len} 2009-03-13 14:23:56 +10:00
mga_ioc32.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
mga_irq.c drm: move drm vblank initialization/cleanup to driver load/unload 2008-11-25 09:49:03 +10:00
mga_state.c drm: kill drm_device->irq 2008-10-18 07:10:53 +10:00
mga_ucode.h drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
mga_warp.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00