[patch] drm/amdkfd: fix some range checks in address watch ioctl

Oded Gabbay oded.gabbay at gmail.com
Sun Jun 14 00:02:24 PDT 2015


On Thu, Jun 11, 2015 at 6:19 PM, Dan Carpenter <dan.carpenter at oracle.com> wrote:
>  #include "kfd_dbgmgr.h"
> +#include "../../radeon/cik_reg.h"
>
>  static long kfd_ioctl(struct file *, unsigned int, unsigned long);

We can't include radeon files in kfd_chardev.c, because amdkfd works
with two device drivers - radeon and amdgpu - and this file should be
H/W / Driver agnostic.

Oded


More information about the dri-devel mailing list