summaryrefslogtreecommitdiffstats
path: root/drivers/accel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-235-10/+10
|\
* | accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka2023-02-061-6/+2
* | accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka2023-02-061-0/+1
* | accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski2023-02-063-1/+13
* | accel/ivpu: Fix FW API data alignment issuesAndrzej Kacprowski2023-02-063-44/+65
* | accel/ivpu: avoid duplicate assignmentArnd Bergmann2023-02-011-1/+0
* | accel: fix CONFIG_DRM dependenciesArnd Bergmann2023-02-011-1/+4
* | Merge tag 'drm-habanalabs-next-2023-01-26' of https://git.kernel.org/pub/scm/...Dave Airlie2023-01-30429-0/+335817
|\ \
| * | habanalabs/gaudi2: find decode error root causeKoby Elbaz2023-01-266-1/+695
| * | habanalabs/gaudi2: unsecure tpc kernel_config registersOfir Bitton2023-01-261-0/+1
| * | habanalabs: clear in_compute_reset when escalating to hard resetTomer Tayar2023-01-261-0/+1
| * | habanalabs: run error handling if scrub_device_mem fails after resetTomer Tayar2023-01-261-1/+1
| * | habanalabs: enhance info printed on FW load errorsMoti Haimovski2023-01-261-10/+9
| * | habanalabs: optimize command submission completion timestampOfir Bitton2023-01-263-6/+23
| * | habanalabs: refactor user interrupt typeOfir Bitton2023-01-263-17/+32
| * | habanalabs/gaudi2: fix emda range registers razwi handlingDani Liberman2023-01-261-36/+33
| * | habanalabs: block soft-reset on an unusable deviceKoby Elbaz2023-01-261-3/+8
| * | habanalabs/gaudi2: print page fault axi transaction idDani Liberman2023-01-261-3/+6
| * | habanalabe/gaudi2: add cfg base when displaying razwi addressesDani Liberman2023-01-261-8/+9
| * | habanalabs/gaudi2: read mmio razwi informationDani Liberman2023-01-261-37/+80
| * | habanalabs: fix bug in timestamps registration codefarah kassabri2023-01-261-11/+22
| * | habanalabs: bugs fixes in timestamps buff allocfarah kassabri2023-01-261-2/+3
| * | habanalabs: check pad and reserved fields in ioctlsfarah kassabri2023-01-262-2/+19
| * | habanalabs: remove unnecessary (void*) conversionsXU pengfei2023-01-261-1/+1
| * | habanalabs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2023-01-261-2/+2
| * | habanalabs: extend fatal messages to contain PCI infoMoti Haimovski2023-01-261-13/+25
| * | habanalabs/gaudi2: remove use of razwi info received from f/wDani Liberman2023-01-261-136/+57
| * | habanalabs: trace LBW reads/writesOhad Sharabi2023-01-262-2/+18
| * | habanalabs/gaudi2: fix log for sob value overflow/underflowCarmit Carmel2023-01-261-5/+4
| * | habanalabs: add set engines masks ASIC functionOhad Sharabi2023-01-265-13/+43
| * | habanalabs: protect access to dynamic mem 'user_mappings'Koby Elbaz2023-01-264-13/+33
| * | habanalabs: remove redundant memsetTom Rix2023-01-261-2/+0
| * | habanalabs: refactor razwi/page-fault information structuresKoby Elbaz2023-01-264-33/+49
| * | habanalabs/gaudi2: avoid reconfiguring the same PB registersKoby Elbaz2023-01-263-16/+1224
| * | habanalabs/gaudi: allow device acquire while in debug modeOfir Bitton2023-01-261-6/+0
| * | habanalabs: move some prints to debug levelOded Gabbay2023-01-263-4/+4
| * | habanalabs: update f/w filesOded Gabbay2023-01-262-7/+127
| * | habanalabs/gaudi2: update f/w filesOded Gabbay2023-01-262-16/+23
| * | habanalabs/gaudi2: update asic register filesOded Gabbay2023-01-2610-155/+114
| * | habanalabs: verify that kernel CB is destroyed only onceTomer Tayar2023-01-265-26/+18
| * | habanalabs: add uapi to flush inbound HBM transactionsOhad Sharabi2023-01-265-2/+33
| * | habanalabs: move driver to accel subsystemOded Gabbay2023-01-26426-0/+333689
* | | accel/ivpu: Fix spelling mistake "tansition" -> "transition"Colin Ian King2023-01-251-2/+2
|/ /
* | accel/ivpu: Add PM supportJacek Lawrynowicz2023-01-1910-8/+451
* | accel/ivpu: Add command buffer submission logicJacek Lawrynowicz2023-01-197-4/+732
* | accel/ivpu: Implement firmware parsing and bootingJacek Lawrynowicz2023-01-197-1/+958
* | accel/ivpu: Add IPC driver and JSM messagesJacek Lawrynowicz2023-01-199-0/+1805
* | accel/ivpu: Add GEM buffer object managementJacek Lawrynowicz2023-01-195-2/+883
* | accel/ivpu: Add Intel VPU MMU supportJacek Lawrynowicz2023-01-198-3/+1475
* | accel/ivpu: Introduce a new DRM driver for Intel VPUJacek Lawrynowicz2023-01-1911-0/+2167
|/