aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-01drm/ttm/drivers: remove unecessary ttm_module.h include v2Christian König2-2/+0
2020-11-30drm/prime: split array import functions v4Christian König1-5/+4
2020-11-30drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2Christian König1-5/+6
2020-11-27drm/radeon: fix check order in radeon_bo_moveChristian König1-30/+24
2020-11-11drm/radeon/ttm: use multihopDave Airlie1-106/+12
2020-11-11drm/ttm: add multihop infrastrucutre (v3)Dave Airlie1-1/+2
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann5-1/+51
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie5-1/+51
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann3-25/+3
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-2/+2
2020-11-06drm/radeon: Stop changing the drm_driver structDaniel Vetter3-73/+62
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard6-7/+34
2020-10-29drm/radeon: switch to new allocator v2Christian König1-38/+14
2020-10-29drm/ttm: wire up the new pool as default one v2Christian König1-2/+2
2020-10-27drm/radeon: Expose vddc through hwmonSandeep Raghuraman1-1/+28
2020-10-27drm/radeon: Add implementation of get_current_vddc for SumoSandeep Raghuraman3-0/+22
2020-10-27drm/radeon: Add new callback that exposes vddcSandeep Raghuraman1-0/+1
2020-10-26drm/ttm: merge ttm_dma_tt back into ttm_ttChristian König1-4/+4
2020-10-26drm/ttm: make num_pages uint32_tChristian König1-2/+2
2020-10-26drm/ttm: nuke ttm_tt_set_(un)populated againChristian König1-2/+0
2020-10-22drm/ttm: replace last move_notify with delete_mem_notifyDave Airlie1-1/+7
2020-10-21drm/ttm: move last binding into the drivers.Dave Airlie1-1/+5
2020-10-21drm/ttm: drop move notify around move.Dave Airlie1-2/+9
2020-10-21drm/ttm: drop unbind callback.Dave Airlie1-1/+0
2020-10-21drm/ttm: add move to system into driversDave Airlie1-5/+7
2020-10-21drm/ttm: move some move binds into the driversDave Airlie1-3/+8
2020-10-20drm/ttm: add move old to system to drivers.Dave Airlie1-3/+12
2020-10-20drm/ttm: use new move interface for known system->ttm movesDave Airlie1-1/+2
2020-10-15drm/ttm: nuke caching placement flagsChristian König2-51/+13
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König1-0/+2
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König1-2/+14
2020-10-12Merge tag 'amd-drm-fixes-5.10-2020-10-09' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie4-5/+5
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König1-1/+5
2020-09-28drm/radeon: stop using TTMs fault callbackChristian König3-19/+34
2020-09-25drm/radeon: Introduce GEM object functionsThomas Zimmermann2-26/+28
2020-09-25drm/radeon/ttm: handle ttm moves properlyDave Airlie1-5/+7
2020-09-24drm/radeon: switch over to the new pin interfaceChristian König5-38/+13
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-1/+1
2020-09-24drm/radeon: cleanup ttm operation ctx usage.Dave Airlie1-19/+15
2020-09-24drm/radeon: kill radeon_bo_waitDave Airlie2-18/+0
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie8-106/+188
2020-09-22gpu/drm/radeon: fix spelling typo in commentsWang Qing1-1/+1
2020-09-22drm/radeon: fix typoes in commentsBernard Zhao3-4/+4
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-1/+1
2020-09-18drm/ttm/drivers: call the bind function directly.Dave Airlie1-1/+5
2020-09-18drm/ttm: move unbind into the tt destroy.Dave Airlie1-0/+2
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+3
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie3-1/+33
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie2-2/+2
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-1/+6