summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorLines
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
2015-01-12drm/amdkfd: Add initial VI support for DQMBen Goz-86/+238
2015-01-12drm/amdkfd: Encapsulate DQM functions in ops structureOded Gabbay-54/+65
2015-01-12drm/amdkfd: Don't BUG on freeing GART sub-allocationOded Gabbay-1/+4
2014-11-18amdkfd: init aperture once per processAlexey Skidanov-8/+11
2014-11-09amdkfd: Display MEC fw version in topology nodeOded Gabbay-2/+6
2014-11-09drm/amd: Add get_fw_version to kfd-->kgd interfaceOded Gabbay-0/+15
2014-12-05amdkfd: Disable support for 32-bit user processesOded Gabbay-1/+12
2014-12-04amdkfd: Set *buffer_ptr to NULL in case of errorOded Gabbay-1/+7
2014-12-03amdkfd: use atomic allocations within srcu callbacksSasha Levin-1/+1
2014-12-03amdkfd: use sizeof(long) granularity for the pasid bitmaskSasha Levin-2/+1