[PATCH] radeon: fix r600/agp when vram is after AGP (v2)

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c |4 ++-- 1 files

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 delet

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread Alex Deucher
On Tue, Apr 17, 2012 at 4:51 PM, wrote: > From: Jerome Glisse > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > v2: fix the vram_start setup. > v3: also fix r7xx & newer ASIC > > Reported-by: russiane39 on #ra

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread j.gli...@gmail.com
From: Jerome Glisse If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. v3: also fix r7xx & newer ASIC Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie Signed-off-by: Jerome G

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Jerome Glisse
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie wrote: > From: Dave Airlie > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > Reported-by: russiane39 on #radeon > > Signed-off-by: Dave Airlie Reviewed-by: Jerome

Re: [PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread Alex Deucher
On Tue, Apr 17, 2012 at 4:51 PM, wrote: > From: Jerome Glisse > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > v2: fix the vram_start setup. > v3: also fix r7xx & newer ASIC > > Reported-by: russiane39 on #ra

[PATCH] radeon: fix r600/agp when vram is after AGP (v3)

2012-04-17 Thread j . glisse
From: Jerome Glisse If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. v3: also fix r7xx & newer ASIC Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie Signed-off-by: Jerome G

[PATCH] radeon: fix r600/agp when vram is after AGP (v2)

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. v2: fix the vram_start setup. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c |4 ++-- 1 files

Re: [PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Jerome Glisse
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie wrote: > From: Dave Airlie > > If AGP is placed in the middle, the size_af is off-by-one, it results > in VRAM being placed at 0x7fff instead of 0x800. > > Reported-by: russiane39 on #radeon > > Signed-off-by: Dave Airlie Reviewed-by: Jerome

[PATCH] radeon: fix r600/agp when vram is after AGP

2012-04-17 Thread Dave Airlie
From: Dave Airlie If AGP is placed in the middle, the size_af is off-by-one, it results in VRAM being placed at 0x7fff instead of 0x800. Reported-by: russiane39 on #radeon Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/r600.c |2 +- 1 files changed, 1 insertions(+), 1 delet