Searched hist:"4 a488a7ad71401169cecee75dc94bcce642e2c53" (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | Kconfig | 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
H A D | kfd_module.c | 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
H A D | Makefile | 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
H A D | kfd_chardev.c | 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
H A D | kfd_priv.h | 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
/linux/drivers/gpu/drm/ |
H A D | Makefile | diff 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|
H A D | Kconfig | diff 4a488a7ad71401169cecee75dc94bcce642e2c53 Wed Jul 16 20:08:55 CEST 2014 Oded Gabbay <oded.gabbay@amd.com> amdkfd: Add amdkfd skeleton driver
This patch adds the amdkfd skeleton driver. The driver does nothing except define a /dev/kfd device.
It returns -ENODEV on all amdkfd IOCTLs.
v3: Move bool field to the end of structure, removed the pmc ioctls and added a meaningful error message for ioctl error.
v5:
Create a new folder drm/amd and move amdkfd from drm/radeon/ to drm/amd/ Remove scheduler_class from kfd_priv.h as it was never used Add skeleton implementation of the Get Version IOCTL
v6: Update module version to the correct number and remove the "default m" from the Kconfig file
Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
|