linux-stable/drivers/gpu/drm/radeon
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
r300_cmdbuf.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00
r300_reg.h radeon: fix some hard lockups on r3/4/500s 2008-08-25 06:34:58 +10:00
radeon_cp.c drm/radeon: update sarea copies of last_ variables on resume. 2009-02-20 12:29:05 +10:00
radeon_drv.c drm/radeon: fix missing hunk from the master changes. 2008-12-29 17:47:24 +10:00
radeon_drv.h drm: Use resource_size_t for drm_get_resource_{start, len} 2009-03-13 14:23:56 +10:00
radeon_ioc32.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
radeon_irq.c drm/radeon: fix correctness of irq_enabled check for radeon. 2008-12-23 10:50:12 +10:00
radeon_mem.c drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
radeon_microcode.h drm: reorganise drm tree to be more future proof. 2008-07-14 10:45:01 +10:00
radeon_state.c drm: move to kref per-master structures. 2008-12-29 17:47:22 +10:00