summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdkfd
AgeCommit message (Expand)AuthorLines
2015-08-30amdkfd: use <linux/mman.h> instead of <uapi/asm-generic/mman-common.h>Christoph Hellwig-2/+2
2015-07-30drm/amdkfd: fix bug when initializing sdma vmOded Gabbay-2/+2
2015-07-20drm/amdkfd: Set correct doorbell packet type for CarrizoBen Goz-0/+6
2015-07-20drm/amdkfd: Use generic defines in new amd headersOded Gabbay-22/+21
2015-07-20drm/amdkfd: Implement create_map_queues() for CarrizoBen Goz-4/+87
2015-07-20drm/amdkfd: fix runlist length calculationBen Goz-1/+7
2015-07-20drm/amdkfd: Add support for VI in DQMBen Goz-4/+99
2015-07-20drm/amdkfd: add support for VI in MQD managerBen Goz-4/+248
2015-07-20drm/amdkfd: add CP HWS packet headers for VIBen Goz-0/+398
2015-07-20drm/amdkfd: add supported CZ devices PCI IDs to amdkfdBen Goz-1/+6
2015-07-20drm/amdkfd: Add dependency of DRM_AMDGPU to KconfigOded Gabbay-1/+1
2015-07-09drm/amdkfd: validate pdd where it acquired firstManinder Singh-2/+7
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-228/+3969
2015-06-16drm/amdkfd: fix some range checks in address watch ioctlDan Carpenter-3/+3
2015-06-06drm/amdkfd: remove not used defines from cik_regs.hOded Gabbay-164/+13
2015-06-06drm/amdkfd: Add missing properties to CZ device infoOded Gabbay-0/+3
2015-06-06drm/amdkfd: make reset wavefronts per process per deviceBen Goz-13/+25
2015-06-06drm/amdkfd: add debug print to kfd_events.cOded Gabbay-0/+4
2015-06-06drm/amdkfd: avoid CONFIG_ prefix for non-Kconfig symbolsValentin Rothberg-8/+8
2015-06-03drm/amdkfd: fix topology bug with capability attr.Alexey Skidanov-2/+2
2015-06-03drm/amdkfd: Enforce kill all waves on process terminationBen Goz-1/+90
2015-06-03drm/amdkfd: Implement address watch debugger IOCTLYair Shachar-1/+101
2015-06-03drm/amdkfd: Implement wave control debugger IOCTLYair Shachar-1/+87
2015-06-03drm/amdkfd: Implement (un)register debugger IOCTLsYair Shachar-2/+70
2015-06-03drm/amdkfd: Add address watch operation to debuggerYair Shachar-0/+295
2015-06-03drm/amdkfd: Add wave control operation to debuggerYair Shachar-2/+430
2015-06-03drm/amdkfd: Add skeleton H/W debugger module supportYair Shachar-2/+1058
2015-06-03drm/amdkfd: Add static user-mode queues supportYair Shachar-19/+97
2015-06-03drm/amdkfd: add H/W debugger IOCTL set definitionsYair Shachar-0/+54
2015-06-03drm/amdkfd: Use DECLARE_BITMAPJoe Perches-4/+2
2015-05-20Backmerge v4.1-rc4 into into drm-nextDave Airlie-4/+6
2015-05-19drm/amdkfd: change driver version to 0.7.2Oded Gabbay-2/+2
2015-05-19drm/amdkfd: Implement events IOCTLsAndrew Lewycky-5/+31
2015-05-19drm/amdkfd: Add module parameter of send_sigtermOded Gabbay-3/+20
2015-05-19drm/amdkfd: Add bad opcode exception handlingAlexey Skidanov-1/+29
2015-05-19drm/amdkfd: Add memory exception handlingAlexey Skidanov-9/+187
2015-05-19drm/amdkfd: Add the events moduleAndrew Lewycky-5/+1074
2015-05-19drm/amdkfd: add events IOCTL set definitionsAndrew Lewycky-0/+45
2015-05-19drm/amdkfd: Add interrupt handling moduleAndrew Lewycky-1/+235
2015-05-19drm/amdkfd: make the sdma vm init to be asic specificOded Gabbay-14/+28
2015-05-19drm/amdkfd: Use new struct for asic specific opsOded Gabbay-5/+17
2015-05-19drm/amdkfd: reformat some debug printsOded Gabbay-10/+10
2015-05-19drm/amdkfd: Remove unessary void pointer castFiro Yang-2/+1
2015-05-07drm/amdkfd: Initialize sdma vm when creating sdma queueXihan Zhang-0/+2
2015-05-07drm/amdkfd: Don't report local memory sizeOded Gabbay-2/+2
2015-05-07drm/amdkfd: allow unregister process with queuesOded Gabbay-2/+3
2015-04-01Merge tag 'drm-intel-next-2015-03-27-merge' of git://anongit.freedesktop.org/...Dave Airlie-10/+22
2015-03-25drm/amdkfd: Add multiple kgd supportXihan Zhang-47/+53
2015-03-25drm/amdkfd: Convert timestamping to use 64bit time accessorsJohn Stultz-5/+5
2015-03-25drm/amdkfd: add debug prints for process teardownOded Gabbay-0/+6