summaryrefslogtreecommitdiff
path: root/drivers/accel/qaic
AgeCommit message (Expand)Author
2023-09-29Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2023-09-22accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTLPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Create a function to initialize BOPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Clean up BO during flushing of transfer listPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()Pranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Declare BO 'sliced' after all the operations are completePranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Update BO metadata in a central locationPranjal Ramajor Asha Kanojiya
2023-09-22accel/qaic: Remove ->size field from struct qaic_boPranjal Ramajor Asha Kanojiya
2023-09-15accel/qaic: Use devm_drm_dev_alloc() instead of drm_dev_alloc()Pranjal Ramajor Asha Kanojiya
2023-09-15accel/qaic: Register for PCI driver at the beginning of module initPranjal Ramajor Asha Kanojiya
2023-08-24BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie
2023-08-15accel/qaic: Clean up integer overflow checking in map_user_pages()Dan Carpenter
2023-08-15accel/qaic: Fix slicing memory leakPranjal Ramajor Asha Kanojiya
2023-08-02accel/qaic: remove redundant pointer pexecColin Ian King
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-07-14accel/qaic: Fix a leak in map_user_pages()Dan Carpenter
2023-07-14accel/qaic: Add consistent integer overflow checksDan Carpenter
2023-07-14accel/qaic: tighten bounds checking in decode_message()Dan Carpenter
2023-07-14accel/qaic: tighten bounds checking in encode_message()Dan Carpenter
2023-06-26drm: Clear fd/handle callbacks in struct drm_driverThomas Zimmermann
2023-06-20accel/qaic: Call DRM helper function to destroy prime GEMPranjal Ramajor Asha Kanojiya
2023-06-09accel/qaic: Fix NULL pointer deref in qaic_destroy_drm_device()Jeffrey Hugo
2023-06-09accel/qaic: Free user handle on interrupted mutexCarl Vanderlip
2023-05-23accel/qaic: Fix NNC message corruptionJeffrey Hugo
2023-05-23accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BOPranjal Ramajor Asha Kanojiya
2023-05-23accel/qaic: Flush the transfer list againPranjal Ramajor Asha Kanojiya
2023-05-23accel/qaic: Validate if BO is sliced before slicingPranjal Ramajor Asha Kanojiya
2023-05-23accel/qaic: Validate user data before grabbing any lockPranjal Ramajor Asha Kanojiya
2023-05-23accel/qaic: initialize ret variable to 0Tom Rix
2023-05-16accel/qaic: silence some uninitialized variable warningsDan Carpenter
2023-04-13Revert "accel/qaic: Add mhi_qaic_cntl"Jeffrey Hugo
2023-04-06accel/qaic: Add qaic driver to the build systemJeffrey Hugo
2023-04-06accel/qaic: Add mhi_qaic_cntlPranjal Ramajor Asha Kanojiya
2023-04-06accel/qaic: Add datapathJeffrey Hugo
2023-04-06accel/qaic: Add control pathJeffrey Hugo
2023-04-06accel/qaic: Add MHI controllerJeffrey Hugo
2023-04-06accel/qaic: Add uapi and core driver fileJeffrey Hugo