summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu
AgeCommit message (Expand)Author
2024-03-13Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2024-03-11Merge branch 'pm-runtime'Rafael J. Wysocki
2024-02-26Merge v6.8-rc6 into drm-nextDaniel Vetter
2024-02-20accel/ivpu: Don't enable any tiles by default on VPU40xxAndrzej Kacprowski
2024-02-19accel/ivpu: Rename VPU to NPU in message stringsJacek Lawrynowicz
2024-02-19accel/ivpu: Refactor BO creation functionsWachowski, Karol
2024-02-19accel/ivpu: Fix ivpu_reset_engine_fn merge issueJacek Lawrynowicz
2024-02-19accel/ivpu: Use lazy allocation for doorbell IDsWachowski, Karol
2024-02-19accel/ivpu: Add support for FW boot param system_time_usKrystian Pradzynski
2024-02-19accel/ivpu: Update FW API headersJacek Lawrynowicz
2024-02-19accel/ivpu: Remove legacy firmware nameJacek Lawrynowicz
2024-02-19accel/ivpu: Rename TILE_SKU_BOTH_MTL to TILE_SKU_BOTHJacek Lawrynowicz
2024-02-12PM: runtime: Simplify pm_runtime_get_if_active() usageSakari Ailus
2024-02-12accel/ivpu: Fix DevTLB errors on suspend/resume and recoveryJacek Lawrynowicz
2024-02-06accel/ivpu: Add job status for jobs aborted by the driverGrzegorz Trzebiatowski
2024-02-06accel/ivpu/40xx: Stop passing SKU boot parameters to FWKrystian Pradzynski
2024-02-06accel/ivpu/40xx: Enable D0i3 messageKrystian Pradzynski
2024-02-06accel/ivpu: Disable d3hot_delay on all NPU generationsJacek Lawrynowicz
2024-02-06accel/ivpu: Correct MMU queue size checking functionsWachowski, Karol
2024-02-06accel/ivpu: Force snooping for MMU writesWachowski, Karol
2024-01-25accel/ivpu: Improve recovery and reset supportJacek Lawrynowicz
2024-01-25accel/ivpu: Improve stability of ivpu_submit_ioctl()Jacek Lawrynowicz
2024-01-25accel/ivpu: Fix dev open/close races with unbindJacek Lawrynowicz
2024-01-22accel/ivpu: Disable PLL after VPU IP reset during FLRJacek Lawrynowicz
2024-01-22accel/ivpu: Deprecate DRM_IVPU_PARAM_CONTEXT_PRIORITY paramWachowski, Karol
2024-01-22accel/ivpu: Improve buffer object debug logsJacek Lawrynowicz
2024-01-22accel/ivpu: Disable buffer sharing among VPU contextsJacek Lawrynowicz
2024-01-22accel/ivpu: Free buffer sgt on unbindJacek Lawrynowicz
2024-01-22accel/ivpu: Fix for missing lock around drm_gem_shmem_vmap()Jacek Lawrynowicz
2024-01-22accel/ivpu: Add diagnostic messages when VPU fails to boot or suspendWachowski, Karol
2024-01-22accel/ivpu: Add debug prints for MMU map/unmap operationsWachowski, Karol
2024-01-22accel/ivpu: Call diagnose failure in ivpu_mmu_cmdq_sync()Wachowski, Karol
2024-01-22accel/ivpu: Dump MMU events in case of VPU boot timeoutWachowski, Karol
2024-01-12Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-12-11accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initializationAndrzej Kacprowski
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter
2023-11-21accel/ivpu/37xx: Fix hangs related to MMIO resetJacek Lawrynowicz
2023-11-16accel/ivpu: Use threaded IRQ to handle JOB done messagesJacek Lawrynowicz
2023-11-16accel/ivpu: Use dedicated work for job timeout detectionStanislaw Gruszka
2023-11-16accel/ivpu: Do not use cons->aborted for job_done_threadStanislaw Gruszka
2023-11-16accel/ivpu: Do not use irqsave in ivpu_ipc_dispatchStanislaw Gruszka
2023-11-16accel/ivpu: Rename cons->rx_msg_lockStanislaw Gruszka
2023-11-15accel/ivpu: avoid build failure with CONFIG_PM=nArnd Bergmann
2023-11-15Merge drm/drm-next into drm-misc-nextMaxime Ripard
2023-11-08accel/ivpu: Use GEM shmem helper for all buffersJacek Lawrynowicz
2023-11-08accel/ivpu: Remove support for uncached buffersJacek Lawrynowicz
2023-11-08accel/ivpu: Fix locking in ivpu_bo_remove_all_bos_from_context()Jacek Lawrynowicz
2023-11-08accel/ivpu: Allocate vpu_addr in gem->open() callbackJacek Lawrynowicz
2023-11-07accel/ivpu: Fix compilation with CONFIG_PM=nJacek Lawrynowicz