summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: add AMDGPU_GEM_CREATE_DISCARDABLEChristian König2022-05-261-1/+0
* drm/amdgpu: unify BO evicting method in amdgpu_ttmNirmoy Das2021-10-071-1/+0
* drm/amdgpu: remove unused amdgpu_bo_validateChristian König2021-09-071-1/+0
* drm/amdgpu: rename amdgpu_bo_get_preferred_pin_domainYifan Zhang2021-08-251-1/+1
* Merge tag 'drm-misc-next-2021-07-16' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-07-211-1/+0
|\
| * drm/amdgpu: rework dma_resv handling v3Christian König2021-06-221-1/+0
* | drm/amdgpu: move shadow_list to amdgpu_bo_vmNirmoy Das2021-06-151-4/+2
* | drm/amdgpu: parameterize ttm BO destroy callbackNirmoy Das2021-06-151-1/+2
* | drm/amdgpu: remove amdgpu_vm_ptNirmoy Das2021-06-151-1/+1
|/
* Merge tag 'drm-misc-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-06-101-2/+2
|\
| * drm/ttm: rename bo->mem and make it a pointerChristian König2021-06-021-2/+2
* | drm/amdgpu: remove unused codeNirmoy Das2021-06-011-6/+0
* | drm/admgpu: add two shadow BO helper functionsNirmoy Das2021-06-011-0/+17
* | drm/amdgpu: add amdgpu_bo_vm bo typeNirmoy Das2021-06-011-0/+10
|/
* Merge tag 'amd-drm-next-5.14-2021-05-21' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-211-6/+9
|\
| * drm/amdgpu: use cursor functions in amdgpu_bo_in_cpu_visible_vramChristian König2021-05-191-6/+9
* | Merge tag 'amd-drm-next-5.14-2021-05-19' of https://gitlab.freedesktop.org/ag...Dave Airlie2021-05-211-0/+7
|\|
| * drm/amdgpu: expose amdgpu_bo_create_shadow()Nirmoy Das2021-04-231-0/+3
| * drm/amdgpu: add param bit flag to create SVM BOsAlex Sierra2021-04-201-0/+4
* | drm/amdgpu: Add show_fdinfo() interfaceRoy Sun2021-05-051-0/+2
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2021-04-261-8/+16
|\|
| * drm/amdgpu: Remove unused function amdgpu_bo_fbdev_mmap()Thomas Zimmermann2021-04-091-2/+0
| * drm/amdgpu: use amdgpu_bo_user bo for metadata and tiling flagNirmoy Das2021-04-091-4/+0
| * drm/amdgpu: introduce struct amdgpu_bo_userNirmoy Das2021-04-091-0/+14
| * drm/amdgpu: allow variable BO struct creationNirmoy Das2021-04-091-0/+1
| * drm/amdgpu: remove unused variable from struct amdgpu_boNirmoy Das2021-02-221-1/+0
| * drm/amdgpu: do not use drm middle layer for debugfsNirmoy Das2021-02-181-1/+1
* | drm/ttm: move the page_alignment into the BO v2Christian König2021-04-231-1/+1
|/
* Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-151-1/+0
|\
| * Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie2020-12-101-1/+0
| |\
| | * drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher2020-12-081-1/+0
* | | drm/ttm: cleanup BO size handling v3Christian König2020-12-141-2/+2
|/ /
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-11-101-0/+1
|\|
| * Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie2020-11-101-0/+1
| |\
| | * drm/amdgpu: Add debugfs entry for printing VM infoMihir Bhogilal Patel2020-10-151-0/+1
* | | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-1/+0
|/ /
* | drm/amdgpu: stop using TTMs fault callbackChristian König2020-09-281-1/+1
* | drm/amdgpu: switch over to the new pin interfaceChristian König2020-09-241-2/+1
|/
* drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie2020-08-061-1/+1
* drm/ttm/amdgpu: consolidate ttm reserve pathsDave Airlie2020-08-061-1/+1
* Backmerge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2020-06-291-0/+11
|\
| * drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)Alex Deucher2020-04-281-0/+11
* | drm/amdgpu: move ttm bo->offset to amdgpu_boNirmoy Das2020-06-251-0/+1
|/
* drm/amdgpu/sa: move debugfs init into core amdgpu debugfsAlex Deucher2020-02-261-0/+1
* drm/amdgpu: rework synchronization of VM updates v4Christian König2020-02-041-0/+3
* Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-11-301-4/+9
|\
| * drm/amdgpu: Use mmu_interval_insert instead of hmm_mirrorJason Gunthorpe2019-11-231-4/+9
* | drm/amdgpu: cleanup creating BOs at fixed location (v2)Christian König2019-09-171-0/+3
* | drm/amdgpu: allocate PDs/PTs with no_gpu_wait in a page faultChristian König2019-09-161-0/+1
|/
* Merge tag 'drm-misc-next-2019-08-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-08-211-1/+1
|\