summaryrefslogtreecommitdiff
path: root/drivers/accel/ivpu/ivpu_drv.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-07accel/ivpu: Initial debugfs supportStanislaw Gruszka1-0/+5
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann1-2/+0
2023-06-19drm: Remove struct drm_driver.gem_prime_mmapThomas Zimmermann1-1/+0
2023-06-08accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEsKarol Wachowski1-0/+4
2023-06-08accel/ivpu: Make DMA bit mask HW specificKarol Wachowski1-1/+3
2023-04-26Merge tag 'drm-next-2023-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+4
2023-04-05accel/ivpu: Remove D3hot delay for MeteorlakeKarol Wachowski1-0/+4
2023-03-24accel/ivpu: Disable buttress on device removalStanislaw Gruszka1-0/+4
2023-03-24accel/ivpu: Do not use SSID 1Stanislaw Gruszka1-2/+2
2023-03-24accel/ivpu: Cancel recovery workStanislaw Gruszka1-0/+2
2023-03-24accel/ivpu: Do not access HW registers after unbindStanislaw Gruszka1-2/+6
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski1-0/+1
2023-02-06accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka1-0/+1
2023-02-06accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski1-0/+1
2023-02-01accel/ivpu: avoid duplicate assignmentArnd Bergmann1-1/+0
2023-01-31accel/ivpu: avoid duplicate assignmentArnd Bergmann1-1/+0
2023-01-19accel/ivpu: Add PM supportJacek Lawrynowicz1-0/+28
2023-01-19accel/ivpu: Add command buffer submission logicJacek Lawrynowicz1-4/+30
2023-01-19accel/ivpu: Implement firmware parsing and bootingJacek Lawrynowicz1-1/+130
2023-01-19accel/ivpu: Add IPC driver and JSM messagesJacek Lawrynowicz1-0/+13
2023-01-19accel/ivpu: Add GEM buffer object managementJacek Lawrynowicz1-2/+28
2023-01-19accel/ivpu: Add Intel VPU MMU supportJacek Lawrynowicz1-2/+81
2023-01-19accel/ivpu: Introduce a new DRM driver for Intel VPUJacek Lawrynowicz1-0/+353