[PATCH 1/2] amdgpu: cleanup public interface

2015-04-28 Thread Christian König
Haven't I CCed the list as well? If not then sorry that was my fault, Christian. On 28.04.2015 15:41, Marek Olšák wrote: > Hi Alex, > > He sent them to me. I've applied them to my tree: > > http://cgit.freedesktop.org/~mareko/mesa/log/?h=amdgpu > > Marek > > On Fri, Apr 24, 2015 at 5:38 PM, Ale

[PATCH 1/2] amdgpu: cleanup public interface

2015-04-28 Thread Marek Olšák
Hi Alex, He sent them to me. I've applied them to my tree: http://cgit.freedesktop.org/~mareko/mesa/log/?h=amdgpu Marek On Fri, Apr 24, 2015 at 5:38 PM, Alex Deucher wrote: > On Thu, Apr 23, 2015 at 11:53 AM, Christian König > wrote: >> From: Christian König >> >> Remove the mostly unused

[PATCH 1/2] amdgpu: cleanup public interface

2015-04-28 Thread Alex Deucher
On Tue, Apr 28, 2015 at 9:41 AM, Marek Olšák wrote: > Hi Alex, > > He sent them to me. I've applied them to my tree: > > http://cgit.freedesktop.org/~mareko/mesa/log/?h=amdgpu I've pushed them to my mesa tree as well. Alex > > Marek > > On Fri, Apr 24, 2015 at 5:38 PM, Alex Deucher > wrote:

[PATCH 1/2] amdgpu: cleanup public interface

2015-04-24 Thread Alex Deucher
On Thu, Apr 23, 2015 at 11:53 AM, Christian König wrote: > From: Christian König > > Remove the mostly unused device parameter, for the few cases > where we really need it keep a copy in the context structure. Are you going to send out the mesa patches as well? Alex > > Signed-off-by: Christ

[PATCH 1/2] amdgpu: cleanup public interface

2015-04-23 Thread Christian König
From: Christian König Remove the mostly unused device parameter, for the few cases where we really need it keep a copy in the context structure. Signed-off-by: Christian König Reviewed-by: Jammy Zhou Reviewed-by: Alex Deucher --- amdgpu/amdgpu.h| 24 +++--- amdgpu/amdgpu_c