summaryrefslogtreecommitdiffstats
path: root/drivers/accel/qaic
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-129-130/+598
|\
| * accel/qaic: Expand DRM device lifecycleCarl Vanderlip2023-12-013-29/+19
| * accel/qaic: Increase number of in_reset statesCarl Vanderlip2023-12-014-18/+28
| * accel/qaic: Update MAX_ORDER use to be inclusiveJeffrey Hugo2023-11-171-1/+1
| * accel/qaic: Support for 0 resize slice execution in BOPranjal Ramajor Asha Kanojiya2023-11-031-61/+43
| * accel/qaic: Quiet array bounds check on DMA abort messageCarl Vanderlip2023-11-031-1/+1
| * accel/qaic: Support MHI QAIC_TIMESYNC channelPranjal Ramajor Asha Kanojiya2023-10-274-4/+165
| * accel/qaic: Add support for periodic timesyncAjit Pal Singh2023-10-275-1/+296
| * accel/qaic: Enable 1 MSI fallback modeCarl Vanderlip2023-10-275-20/+50
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
| |/
* | accel/qaic: Implement quirk for SOC_HW_VERSIONJeffrey Hugo2023-12-151-1/+14
* | accel/qaic: Fix GEM import path codePranjal Ramajor Asha Kanojiya2023-12-151-4/+2
|/
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-293-117/+202
|\
| * accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTLPranjal Ramajor Asha Kanojiya2023-09-223-11/+113
| * accel/qaic: Create a function to initialize BOPranjal Ramajor Asha Kanojiya2023-09-221-6/+14
| * accel/qaic: Clean up BO during flushing of transfer listPranjal Ramajor Asha Kanojiya2023-09-221-8/+6
| * accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()Pranjal Ramajor Asha Kanojiya2023-09-221-4/+5
| * accel/qaic: Declare BO 'sliced' after all the operations are completePranjal Ramajor Asha Kanojiya2023-09-221-3/+2
| * accel/qaic: Update BO metadata in a central locationPranjal Ramajor Asha Kanojiya2023-09-221-10/+8
| * accel/qaic: Remove ->size field from struct qaic_boPranjal Ramajor Asha Kanojiya2023-09-222-9/+3
| * accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()Pranjal Ramajor Asha Kanojiya2023-09-152-62/+47
| * accel/qaic: Register for PCI driver at the beginning of module initPranjal Ramajor Asha Kanojiya2023-09-151-8/+8
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-242-22/+44
|\ \ | |/ |/|
| * accel/qaic: Clean up integer overflow checking in map_user_pages()Dan Carpenter2023-08-151-8/+18
| * accel/qaic: Fix slicing memory leakPranjal Ramajor Asha Kanojiya2023-08-151-0/+1
| * accel/qaic: Fix a leak in map_user_pages()Dan Carpenter2023-07-141-2/+5
| * accel/qaic: Add consistent integer overflow checksDan Carpenter2023-07-141-7/+4
| * accel/qaic: tighten bounds checking in decode_message()Dan Carpenter2023-07-141-2/+10
| * accel/qaic: tighten bounds checking in encode_message()Dan Carpenter2023-07-141-3/+6
* | accel/qaic: remove redundant pointer pexecColin Ian King2023-08-021-3/+1
* | Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-07-171-1/+0
|\ \ | |/ |/|
| * drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann2023-06-261-1/+0
* | accel/qaic: Call DRM helper function to destroy prime GEMPranjal Ramajor Asha Kanojiya2023-06-201-2/+2
|/
* accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()Jeffrey Hugo2023-06-091-0/+3
* accel/qaic: Free user handle on interrupted mutexCarl Vanderlip2023-06-091-0/+1
* accel/qaic: Fix NNC message corruptionJeffrey Hugo2023-05-231-8/+21
* accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BOPranjal Ramajor Asha Kanojiya2023-05-231-8/+12
* accel/qaic: Flush the transfer list againPranjal Ramajor Asha Kanojiya2023-05-231-0/+5
* accel/qaic: Validate if BO is sliced before slicingPranjal Ramajor Asha Kanojiya2023-05-231-0/+5
* accel/qaic: Validate user data before grabbing any lockPranjal Ramajor Asha Kanojiya2023-05-232-46/+27
* accel/qaic: initialize ret variable to 0Tom Rix2023-05-231-1/+1
* accel/qaic: silence some uninitialized variable warningsDan Carpenter2023-05-161-1/+1
* Revert "accel/qaic: Add mhi_qaic_cntl"Jeffrey Hugo2023-04-134-592/+0
* accel/qaic: Add qaic driver to the build systemJeffrey Hugo2023-04-062-0/+36
* accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya2023-04-062-0/+581
* accel/qaic: Add datapathJeffrey Hugo2023-04-061-0/+1902
* accel/qaic: Add control pathJeffrey Hugo2023-04-061-0/+1526
* accel/qaic: Add MHI controllerJeffrey Hugo2023-04-062-0/+579
* accel/qaic: Add uapi and core driver fileJeffrey Hugo2023-04-062-0/+929