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