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