aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Zhang9-79/+85
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
2015-03-25drm/amdkfd: Remove unused field from struct qcm_process_deviceOded Gabbay1-2/+0
2015-03-25drm/amdkfd: rename fence_wait_timeoutOded Gabbay1-2/+2
2015-03-16drm/amdkfd: Fix SDMA queue init. in non-HWS modeBen Goz1-1/+9
2015-03-16drm/amdkfd: destroy mqd when destroying kernel queueBen Goz1-9/+13
2015-02-23drm/amdkfd: don't set get_pipes_num() as inlineOded Gabbay2-6/+7
2015-02-23drm/amdkfd: Initialize only amdkfd's assigned pipelinesOded Gabbay3-3/+4
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-763/+1951
2015-02-02drm/amdkfd: Don't create BUG due to incorrect user parameterOded Gabbay1-1/+5
2015-02-02drm/amdkfd: max num of queues can't be 0Oded Gabbay1-2/+2
2015-02-02drm/amdkfd: Fix bug in accounting of queuesOded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay1-1/+1
2015-01-22drm/amdkfd: Fix bug in pipelines initializationOded Gabbay1-1/+5
2015-01-19drm/amdkfd: Preserve CP_MQD_IQ_RPTR internal stateJay Cornwall1-1/+3
2015-01-19drm/amdkfd: Fix dqm->queue_count trackingJay Cornwall1-3/+6
2015-01-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie7-41/+107
2015-01-22drm/amdkfd: change amdkfd version to 0.7.1Oded Gabbay1-2/+2
2015-01-22drm/amdkfd: Fix sparse errorsOded Gabbay3-37/+27
2015-01-22drm/amdkfd: Handle case of invalid queue typeOded Gabbay1-0/+5
2015-01-22drm/amdkfd: Add break at the end of caseOded Gabbay2-0/+6
2015-01-22drm/amdkfd: Remove negative check of uint variableOded Gabbay1-1/+1
2015-01-22Merge remote-tracking branch 'origin/master' into drm-nextDave Airlie10-367/+219
2015-01-18drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay7-36/+96
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz1-1/+1
2015-01-15drm/amdkfd: PQM handle queue creation faultBen Goz1-0/+3
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay3-30/+0
2015-01-15drm/amdkfd: Remove unused function busy_wait()Oded Gabbay1-6/+0
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay1-1/+2
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz1-3/+3
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay1-1/+1
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer4-212/+2
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay2-48/+86
2015-01-06drm/amdkfd: reformat IOCTL definitions to drm-styleOded Gabbay1-7/+8
2015-01-06drm/amdkfd: Do copy_to/from_user in general kfd_ioctl()Oded Gabbay1-117/+117
2015-01-05drm/amdkfd: unmap VMID<-->PASID when relesing VMID (non-HWS)Ben Goz1-0/+3
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz1-0/+12
2014-12-09drm/amd: Fixing typos in kfd<->kgd interfaceBen Goz2-2/+2
2014-12-28amdkfd: actually allocate longs for the pasid bitmaskSasha Levin1-1/+1
2014-12-05amdkfd: Remove duplicate includeOded Gabbay1-1/+0
2014-12-02amdkfd: Fixing topology bug in building sysfs nodesBen Goz1-1/+1
2014-12-07amdkfd: Fix accounting of device queuesOded Gabbay1-2/+11
2014-12-02drm/amdkfd: Add initial VI support for KQBen Goz5-4/+127
2015-01-12drm/amdkfd: Encapsulate KQ functions in ops structureOded Gabbay3-27/+54
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz5-86/+238