[PATCH 2/3] drm/amdkfd: reformat IOCTL definitions to drm-style

2014-12-29 Thread Oded Gabbay
On 12/29/2014 03:32 PM, Christian König wrote: > Am 29.12.2014 um 14:17 schrieb Oded Gabbay: >> >> >> On 12/29/2014 03:06 PM, Christian König wrote: >>> Am 29.12.2014 um 13:42 schrieb Oded Gabbay: This patch reformats the ioctl definitions in kfd_ioctl.h to be similar to the drm

[PATCH 2/3] drm/amdkfd: reformat IOCTL definitions to drm-style

2014-12-29 Thread Oded Gabbay
On 12/29/2014 03:06 PM, Christian König wrote: > Am 29.12.2014 um 13:42 schrieb Oded Gabbay: >> This patch reformats the ioctl definitions in kfd_ioctl.h to be similar to >> the >> drm ioctls definition style. >> >> Signed-off-by: Oded Gabbay > > You are aware that this is a kernel API breakag

[PATCH 2/3] drm/amdkfd: reformat IOCTL definitions to drm-style

2014-12-29 Thread Oded Gabbay
This patch reformats the ioctl definitions in kfd_ioctl.h to be similar to the drm ioctls definition style. Signed-off-by: Oded Gabbay --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 15 +++-- include/uapi/linux/kfd_ioctl.h | 37 +++- 2 files changed,

[PATCH 2/3] drm/amdkfd: reformat IOCTL definitions to drm-style

2014-12-29 Thread Christian König
Am 29.12.2014 um 14:17 schrieb Oded Gabbay: > > > On 12/29/2014 03:06 PM, Christian König wrote: >> Am 29.12.2014 um 13:42 schrieb Oded Gabbay: >>> This patch reformats the ioctl definitions in kfd_ioctl.h to be >>> similar to the >>> drm ioctls definition style. >>> >>> Signed-off-by: Oded Gabba

[PATCH 2/3] drm/amdkfd: reformat IOCTL definitions to drm-style

2014-12-29 Thread Christian König
Am 29.12.2014 um 13:42 schrieb Oded Gabbay: > This patch reformats the ioctl definitions in kfd_ioctl.h to be similar to the > drm ioctls definition style. > > Signed-off-by: Oded Gabbay You are aware that this is a kernel API breakage? > --- > drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 15 +++