summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-195/+178
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/~ag...Dave 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...Dave 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
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie2-3/+3
2020-09-15drm/radeon: Add sclk frequency as hwmon sensorSandeep Raghuraman1-1/+28
2020-09-15drm/radeon: revert "Prefer lower feedback dividers"Christian König1-1/+1
2020-09-15drm/ttm: remove available_cachingChristian König1-2/+0
2020-09-15drm/ttm: remove default cachingChristian König1-4/+2
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard9-16/+14
2020-09-11drm/ttm: nuke memory type flagsChristian König2-25/+28
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+1
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie1-4/+4
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-3/+3
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-2/+2
2020-09-09drm/radeon/ttm: move to driver binding/destroy functions. (v2)Dave Airlie7-33/+80
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-12/+2
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-8/+6
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-6/+4
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie8-10/+10