[PATCH 050/165] drm/radeon: use callbacks for ring pointer handling

2013-06-26 Thread Christian König
Am 26.06.2013 15:22, schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Add callbacks to the radeon_ring struct to handle > rptr/wptr fetchs and wptr updates. > We currently use one version for all rings, but this > allows us to override with a ring specific versions. > > Needed for

[PATCH 050/165] drm/radeon: use callbacks for ring pointer handling

2013-06-26 Thread alexdeuc...@gmail.com
From: Alex Deucher Add callbacks to the radeon_ring struct to handle rptr/wptr fetchs and wptr updates. We currently use one version for all rings, but this allows us to override with a ring specific versions. Needed for compute rings on CIK. Signed-off-by: Alex

[PATCH 050/165] drm/radeon: use callbacks for ring pointer handling

2013-06-26 Thread alexdeucher
From: Alex Deucher alexander.deuc...@amd.com Add callbacks to the radeon_ring struct to handle rptr/wptr fetchs and wptr updates. We currently use one version for all rings, but this allows us to override with a ring specific versions. Needed for compute rings on CIK. Signed-off-by: Alex

Re: [PATCH 050/165] drm/radeon: use callbacks for ring pointer handling

2013-06-26 Thread Christian König
Am 26.06.2013 15:22, schrieb alexdeuc...@gmail.com: From: Alex Deucher alexander.deuc...@amd.com Add callbacks to the radeon_ring struct to handle rptr/wptr fetchs and wptr updates. We currently use one version for all rings, but this allows us to override with a ring specific versions. Needed