[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

[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

[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

[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

[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 airl...@redhat.com 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 airl...@redhat.com --- drivers/gpu/drm/radeon/r600.c |2 +- 1

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 airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com 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

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

2012-04-17 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com 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 airl...@redhat.com ---

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

2012-04-17 Thread j . glisse
From: Jerome Glisse jgli...@redhat.com 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

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, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com 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