[PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-06 Thread Brad Campbell
> On Wed, Sep 5, 2012 at 12:39 AM, Brad Campbell > wrote: >> On 28/07/12 04:32, j.glisse at gmail.com wrote: >>> >>> From: Jerome Glisse >>> >>> It seems we can not update the crtc scanout address. After disabling >>> crtc, update to base address do not take effect after crtc being >>> reena

Re: [PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-05 Thread Brad Campbell
> On Wed, Sep 5, 2012 at 12:39 AM, Brad Campbell wrote: >> On 28/07/12 04:32, j.gli...@gmail.com wrote: >>> >>> From: Jerome Glisse >>> >>> It seems we can not update the crtc scanout address. After disabling >>> crtc, update to base address do not take effect after crtc being >>> reenable le

[PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-05 Thread Brad Campbell
On 28/07/12 04:32, j.glisse at gmail.com wrote: > From: Jerome Glisse > > It seems we can not update the crtc scanout address. After disabling > crtc, update to base address do not take effect after crtc being > reenable leading to at least frame being scanout from the old crtc > base address. Dis

[PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-05 Thread Jerome Glisse
On Wed, Sep 5, 2012 at 12:39 AM, Brad Campbell wrote: > On 28/07/12 04:32, j.glisse at gmail.com wrote: >> >> From: Jerome Glisse >> >> It seems we can not update the crtc scanout address. After disabling >> crtc, update to base address do not take effect after crtc being >> reenable leading to a

Re: [PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-05 Thread Jerome Glisse
On Wed, Sep 5, 2012 at 12:39 AM, Brad Campbell wrote: > On 28/07/12 04:32, j.gli...@gmail.com wrote: >> >> From: Jerome Glisse >> >> It seems we can not update the crtc scanout address. After disabling >> crtc, update to base address do not take effect after crtc being >> reenable leading to at l

Re: [PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-09-05 Thread Brad Campbell
On 28/07/12 04:32, j.gli...@gmail.com wrote: From: Jerome Glisse It seems we can not update the crtc scanout address. After disabling crtc, update to base address do not take effect after crtc being reenable leading to at least frame being scanout from the old crtc base address. Disabling crtc

[PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-07-27 Thread j.gli...@gmail.com
From: Jerome Glisse It seems we can not update the crtc scanout address. After disabling crtc, update to base address do not take effect after crtc being reenable leading to at least frame being scanout from the old crtc base address. Disabling crtc display request lead to same behavior. So afte

[PATCH 1/3] drm/radeon: do not reenable crtc after moving vram start address

2012-07-27 Thread j . glisse
From: Jerome Glisse It seems we can not update the crtc scanout address. After disabling crtc, update to base address do not take effect after crtc being reenable leading to at least frame being scanout from the old crtc base address. Disabling crtc display request lead to same behavior. So afte