summaryrefslogtreecommitdiffstats
path: root/drivers/accel
AgeCommit message (Expand)AuthorLines
2024-04-08accel/ivpu: Fix deadlock in context_xaJacek Lawrynowicz-1/+1
2024-04-08accel/ivpu: Fix missed error message after VPU renameJacek Lawrynowicz-1/+1
2024-04-08accel/ivpu: Return max freq for DRM_IVPU_PARAM_CORE_CLOCK_RATEJacek Lawrynowicz-20/+17
2024-04-08accel/ivpu: Improve clarity of MMU error messagesWachowski, Karol-4/+4
2024-04-08accel/ivpu: Put NPU back to D3hot after failed resumeJacek Lawrynowicz-0/+1
2024-04-08accel/ivpu: Fix PCI D0 state entry in resumeWachowski, Karol-2/+2
2024-04-08accel/ivpu: Remove d3hot_after_power_off WAJacek Lawrynowicz-20/+14
2024-04-08accel/ivpu: Check return code of ipc->lock initWachowski, Karol-2/+6
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-727/+1321
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-1/+1
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki-1/+1
2024-02-26Merge drm/drm-next into drm-misc-nextThomas Zimmermann-567/+1091
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter-57/+83
2024-02-26Merge tag 'drm-habanalabs-next-2024-02-26' of https://git.kernel.org/pub/scm/...Daniel Vetter-510/+1008
2024-02-26accel: constify the struct device_type usageRicardo B. Marliere-1/+1
2024-02-26accel/habanalabs: modify pci health checkOfir Bitton-3/+3
2024-02-26accel/habanalabs: keep explicit size of reserved memory for FWTomer Tayar-2/+2
2024-02-26accel/habanalabs: handle reserved memory request when working with full FWTomer Tayar-11/+8
2024-02-26accel/habanalabs/hwmon: rate limit errors user can generateOfir Bitton-14/+15
2024-02-26accel/habanalabs/gaudi2: drain event lacks rd/wr indicationOfir Bitton-11/+3
2024-02-26accel/habanalabs: fix error printDani Liberman-2/+2
2024-02-26accel/habanalabs: initialize maybe-uninitialized variablesTal Risin-2/+2
2024-02-26accel/habanalabs: fix debugfs files permissionsAvri Kehat-7/+7
2024-02-26accel/habanalabs: fix glbl error cause handlingTomer Tayar-18/+35
2024-02-26accel/habanalabs/gaudi2: check extended errors according to PCIe addr_dec int...Tomer Tayar-10/+8
2024-02-26accel/habanalabs: modify print for skip loading linux FW to debug logTomer Tayar-1/+1
2024-02-26accel/habanalabs: remove hop size from asic propertiesFarah Kassabri-46/+36
2024-02-26accel/habanalabs: use kcalloc() instead of kzalloc()Erick Archer-1/+1
2024-02-26accel/habanalabs/goya: remove redundant assignment to pointer 'input'Colin Ian King-2/+1
2024-02-26accel/habanalabs/gaudi2: fail memory memset when failing to copy QM packet to...Tomer Tayar-2/+8
2024-02-26accel/habanalabs: remove call to deprecated functionDani Liberman-3/+3
2024-02-26accel/habanalabs: Remove unnecessary braces from if statementMalkoot Khan-2/+1
2024-02-26accel/habanalabs/gaudi2: move HMMU page tables to device memoryFarah Kassabri-382/+836
2024-02-26accel/habanalabs: abort device reset for consecutive heartbeat failuresTomer Tayar-6/+8
2024-02-26accel/habanalabs: fix DRAM BAR base address calculationTomer Tayar-1/+2
2024-02-26accel/habanalabs: increase HL_MAX_STR to 64 bytes to avoid warningsKoby Elbaz-1/+1
2024-02-26accel/habanalabs/gaudi2: add interrupt affinity for user interruptsDani Liberman-0/+42
2024-02-23accel/qaic: Constify aic100_channelsJeff Johnson-1/+1
2024-02-20accel/ivpu: Don't enable any tiles by default on VPU40xxAndrzej Kacprowski-1/+1
2024-02-19accel/ivpu: Rename VPU to NPU in message stringsJacek Lawrynowicz-22/+22
2024-02-19accel/ivpu: Refactor BO creation functionsWachowski, Karol-60/+71
2024-02-19accel/ivpu: Fix ivpu_reset_engine_fn merge issueJacek Lawrynowicz-16/+16
2024-02-19accel/ivpu: Use lazy allocation for doorbell IDsWachowski, Karol-3/+22
2024-02-19accel/ivpu: Add support for FW boot param system_time_usKrystian Pradzynski-0/+6
2024-02-19accel/ivpu: Update FW API headersJacek Lawrynowicz-23/+55
2024-02-19accel/ivpu: Remove legacy firmware nameJacek Lawrynowicz-2/+0
2024-02-19accel/ivpu: Rename TILE_SKU_BOTH_MTL to TILE_SKU_BOTHJacek Lawrynowicz-2/+2
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus-1/+1
2024-02-12accel/ivpu: Fix DevTLB errors on suspend/resume and recoveryJacek Lawrynowicz-29/+54
2024-02-06accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski-2/+2