summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dma-buf: rename reservation_object to dma_resvChristian König2019-08-131-1/+1
* | Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-08-121-0/+3
|\ \ | |/ |/|
| * drm/amdgpu: Implement VRAM wipe on releaseFelix Kuehling2019-08-021-0/+1
| * drm/amdgpu: Create helper to clear AMDGPU_GEM_CREATE_CPU_GTT_USWCAndrey Grodzovsky2019-07-301-0/+2
* | drm/ttm: use gem vma_nodeGerd Hoffmann2019-08-061-1/+1
* | drm/amdgpu: use embedded gem objectGerd Hoffmann2019-08-061-1/+0
|/
* drm/amdgpu: stop removing BOs from the LRU v3Christian König2019-06-111-1/+1
* drm/amdgpu: XGMI pstate switch initial supportshaoyunl2019-03-271-0/+2
* drm/amdgpu: revert "XGMI pstate switch initial support"Christian König2019-03-211-1/+0
* drm/amdgpu: XGMI pstate switch initial supportshaoyunl2019-03-191-0/+1
* drm/amdgpu: Add helper to wait for BO fences using a sync objectFelix Kuehling2019-02-131-0/+1