[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Alex Deucher
On Thu, Apr 7, 2016 at 4:17 AM, Christian König wrote: > Am 06.04.2016 um 22:50 schrieb Dave Airlie: >> >> From: Dave Airlie >> >> This adds support to the command parser for the set append counter >> packet3, this is required to support atomic counters on >> evergreen/cayman GPUs. >> >> v2: fi

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Christian König
Am 06.04.2016 um 22:50 schrieb Dave Airlie: > From: Dave Airlie > > This adds support to the command parser for the set append counter > packet3, this is required to support atomic counters on > evergreen/cayman GPUs. > > v2: fixup some of the hardcoded numbers with real register names > (Christia

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3 (v2)

2016-04-07 Thread Dave Airlie
From: Dave Airlie This adds support to the command parser for the set append counter packet3, this is required to support atomic counters on evergreen/cayman GPUs. v2: fixup some of the hardcoded numbers with real register names (Christian) Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeo

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3

2016-04-06 Thread Dave Airlie
From: Dave Airlie This adds support to the command parser for the set append counter packet3, this is required to support atomic counters on evergreen/cayman GPUs. Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/evergreen_cs.c | 38 +++ drivers/gpu/drm/rad

[PATCH] drm/radeon: add support for SET_APPEND_CNT packet3

2016-04-06 Thread Christian König
Am 06.04.2016 um 08:03 schrieb Dave Airlie: > From: Dave Airlie > > This adds support to the command parser for the set append counter > packet3, this is required to support atomic counters on > evergreen/cayman GPUs. > > Signed-off-by: Dave Airlie > --- > drivers/gpu/drm/radeon/evergreen_cs.c