summaryrefslogtreecommitdiff
path: root/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-27amdgpu: fix deinit logicPierre-Eric Pelloux-Prayer1-4/+10
2024-03-21amdgpu: add amdgpu_device_initialize2Pierre-Eric Pelloux-Prayer3-12/+48
2024-03-21amdgpu: add amdgpu_va_range_alloc2Pierre-Eric Pelloux-Prayer3-7/+37
2024-03-21amdgpu: expose amdgpu_va_manager publiclyPierre-Eric Pelloux-Prayer4-22/+74
2024-03-21amdgpu: add amdgpu_va_managerPierre-Eric Pelloux-Prayer3-26/+31
2024-03-05amdgpu: Make amdgpu_device_deinitialize thread-safeDavid Rosca1-2/+2
2024-01-04amdgpu: fix use-after-freePierre-Eric Pelloux-Prayer1-2/+2
2023-12-21amdgpu: add amdgpu_va_get_start_addrMarek Olšák3-0/+11
2023-10-20meson: replace deprecated program.path -> program.full_pathDylan Baker1-1/+1
2023-10-10amdgpu: add support for querying VM faults informationSamuel Pitoiset3-0/+31
2023-09-04amdgpu: Fix pointer/integer mismatch warningGeert Uytterhoeven1-1/+1
2023-05-11amdgpu: add an environment variable that overrides the context priorityMarek Olšák1-0/+12
2023-03-24amdgpu: remove va::dev memberPierre-Eric Pelloux-Prayer2-2/+0
2023-02-10meson: drop pthread-stubs dependency on BSDsJan Beich1-1/+1
2022-10-23amdgpu: silence uninitialized variable warningSimon Ser1-1/+1
2022-10-17amdgpu: Add a default marketing name if none is foundAlex Deucher1-1/+4
2022-01-20meson: use the modern interface for pkg.generateDylan Baker1-3/+1
2022-01-20amdgpu: implement new CTX OP to set/get stable pstatesSamuel Pitoiset3-0/+38
2021-12-14meson: add override_dependency when possibleDylan Baker1-0/+4
2021-11-23amdgpu: Add new function to get fd.Bas Nieuwenhuizen3-0/+19
2021-10-06amdgpu: use drmCloseBufferHandleSimon Ser1-16/+8
2021-06-15amdgpu: Add vamgr for capture/replay.Bas Nieuwenhuizen2-49/+85
2021-04-06amdgpu: add function of INFO ioctl for querying video capsLeo Liu3-0/+33
2021-03-09meson: use library() instead of shared_library().Fang Tan1-1/+1
2021-01-11Use dep_rt in amdgpu/meson.buildValentin Churavy1-1/+1
2020-03-23amdgpu: increase cpu_map_count storage sizePierre-Eric Pelloux-Prayer1-1/+1
2020-02-12amdgpu: clean up the cs structure variableHuang Rui1-10/+7
2020-02-12amdgpu: remove the un-used chunk_arrayHuang Rui1-7/+0
2020-02-12amdgpu: use amdgpu_cs_submit_raw2 in amdgpu_cs_submitHuang Rui1-3/+5
2020-02-12amdgpu: use alloca for dependencies and sem_dependenciesHuang Rui1-4/+2
2020-01-23meson: always define whether headers existEric Engestrom1-1/+1
2019-11-11amdgpu: convert to new symbols checkEric Engestrom2-23/+7
2019-10-26libdrm: wrap new flexible syncobj query interface v2Chunming Zhou3-0/+29
2019-10-18Revert "Revert "libdrm: remove autotools support""Eric Engestrom1-53/+0
2019-10-16Revert "libdrm: remove autotools support"Marek Olšák1-0/+53
2019-10-15amdgpu: add amdgpu_cs_query_reset_state2 for AMDGPU_CTX_OP_QUERY_STATE2Marek Olšák3-0/+35
2019-10-14libdrm: remove autotools supportEric Engestrom1-53/+0
2019-10-04*-symbols-check: let meson figure out how to execute the scriptsEric Engestrom1-2/+2
2019-10-04*-symbols-check: use normal shell over bashEmil Velikov1-1/+1
2019-07-01amdgpu: Rename fd_mutex/list to dev_mutex/listMichel Dänzer1-15/+15
2019-07-01amdgpu: Add BO handle to table in amdgpu_bo_createMichel Dänzer1-20/+12
2019-07-01amdgpu: Pass file descriptor directly to amdgpu_close_kms_handleMichel Dänzer1-20/+15
2019-06-25amdgpu: Update amdgpu_bo_handle_type_kms_noimport documentationMichel Dänzer1-2/+2
2019-06-25amdgpu: Move union declaration to top of amdgpu_cs_ctx_override_priorityMichel Dänzer1-1/+1
2019-05-16amdgpu: Add amdgpu_cs_syncobj_transfer to amdgpu-symbol-checkMichel Dänzer1-0/+1
2019-05-16wrap transfer interfacesChunming Zhou2-0/+38
2019-05-16expose timeline signal/export/import interfaces v2Chunming Zhou3-0/+122
2019-05-16wrap syncobj timeline query/wait APIs for amdgpu v3Chunming Zhou3-0/+64
2019-04-25libdrm: amdgpu: Initialize unions with memset rather than "= {0}"John Stultz1-3/+6
2019-04-18amdgpu: Add context priority override function.Bas Nieuwenhuizen3-0/+41