summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorHuacai Chen <chenhuacai@loongson.cn>2024-11-13 20:51:58 +0800
committerAlex Deucher <alexander.deucher@amd.com>2024-11-20 09:36:55 -0500
commit18ab7e88778fdbee3221d6ce8acefe55feaa09d1 (patch)
treeb3cf41e3475ea65165c8837afff431026d2788b1 /tools/perf/scripts/python/bin/task-analyzer-record
parent466a59abacc6590487faf21bd572d704f7283d47 (diff)
downloadkernel-18ab7e88778fdbee3221d6ce8acefe55feaa09d1.tar.gz
drm/radeon: Use ttm_bo_move_null() in radeon_bo_move()
Since ttm_bo_move_null() is exactly the same as ttm_resource_free() + ttm_bo_assign_mem(), we use ttm_bo_move_null() for the GTT --> SYSTEM move case too. Then the code is more consistent as the SYSTEM --> GTT move case. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
¶nig 2008-08-21UIO: uio_pdrv: fix memory leakUwe Kleine-König 2008-07-21UIO: add generic UIO platform driverUwe Kleine-König 2008-07-21UIO: Add write function to allow irq maskingHans J. Koch 2008-07-21UIO: fix UIO Kconfig dependenciesUwe Kleine-König 2008-07-14Merge commit 'v2.6.26' into bkl-removalJonathan Corbet 2008-06-20UIO: cdev lock_kernel() pushdownJonathan Corbet 2008-05-20UIO: fix race in device_createGreg Kroah-Hartman 2008-04-19UIO: hold a reference to the device's owner while the device is openUwe Kleine-König 2008-04-19UIO: Implement a UIO interface for the SMX CryptengineBen Nizette 2008-04-19UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.cHans-Jürgen Koch 2008-04-19uio: mark pci_device_id hilscher_pci_ids[] __devinitdataDenis Cheng 2008-04-19uio: Kconfig improvementsDenis Cheng 2008-03-24UIO: add pgprot_noncached() to UIO mmap codeJean-Samuel Chenard