summaryrefslogtreecommitdiffstats
path: root/drivers/accel/qaic/qaic_data.c
Commit message (Expand)AuthorAgeFilesLines
* accel/qaic: Add fifo queued debugfsJeffrey Hugo2024-04-051-0/+9
* Merge drm/drm-next into drm-misc-nextMaxime Ripard2024-01-291-5/+3
|\
| * Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2024-01-121-77/+70
| |\
| * \ 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: Fix GEM import path codePranjal Ramajor Asha Kanojiya2023-12-151-4/+2
| |/ /
* | | accel/qaic: Call drm_gem_create_mmap_offset() once for each BOPranjal Ramajor Asha Kanojiya2023-12-151-4/+6
* | | accel/qaic: Drop the reference to BO in error path of create BO IOCTLPranjal Ramajor Asha Kanojiya2023-12-151-4/+5
* | | accel/qaic: Remove bo->queued fieldPranjal Ramajor Asha Kanojiya2023-12-151-12/+11
* | | accel/qaic: Deprecate ->size field from attach slice IOCTL structurePranjal Ramajor Asha Kanojiya2023-12-151-13/+4
| |/ |/|
* | accel/qaic: Increase number of in_reset statesCarl Vanderlip2023-12-011-8/+8
* | 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: Enable 1 MSI fallback modeCarl Vanderlip2023-10-271-7/+18
|/
* Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2023-09-291-44/+143
|\
| * accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTLPranjal Ramajor Asha Kanojiya2023-09-221-10/+109
| * 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-221-7/+3
* | BackMerge tag 'v6.5-rc7' into drm-nextDave Airlie2023-08-241-0/+1
|\ \ | |/ |/|
| * accel/qaic: Fix slicing memory leakPranjal Ramajor Asha Kanojiya2023-08-151-0/+1
* | accel/qaic: remove redundant pointer pexecColin Ian King2023-08-021-3/+1
|/
* accel/qaic: Call DRM helper function to destroy prime GEMPranjal Ramajor Asha Kanojiya2023-06-201-2/+2
* 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-231-38/+23
* accel/qaic: initialize ret variable to 0Tom Rix2023-05-231-1/+1
* accel/qaic: Add datapathJeffrey Hugo2023-04-061-0/+1902