index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
accel
/
qaic
/
qaic_data.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-05
accel/qaic: Add fifo queued debugfs
Jeffrey Hugo
1
-0
/
+9
2024-01-29
Merge drm/drm-next into drm-misc-next
Maxime Ripard
1
-5
/
+3
2024-01-12
Merge tag 'drm-next-2024-01-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-77
/
+70
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2023-12-15
accel/qaic: Call drm_gem_create_mmap_offset() once for each BO
Pranjal Ramajor Asha Kanojiya
1
-4
/
+6
2023-12-15
accel/qaic: Drop the reference to BO in error path of create BO IOCTL
Pranjal Ramajor Asha Kanojiya
1
-4
/
+5
2023-12-15
accel/qaic: Remove bo->queued field
Pranjal Ramajor Asha Kanojiya
1
-12
/
+11
2023-12-15
accel/qaic: Deprecate ->size field from attach slice IOCTL structure
Pranjal Ramajor Asha Kanojiya
1
-13
/
+4
2023-12-15
accel/qaic: Fix GEM import path code
Pranjal Ramajor Asha Kanojiya
1
-4
/
+2
2023-12-01
accel/qaic: Increase number of in_reset states
Carl Vanderlip
1
-8
/
+8
2023-11-17
accel/qaic: Update MAX_ORDER use to be inclusive
Jeffrey Hugo
1
-1
/
+1
2023-11-03
accel/qaic: Support for 0 resize slice execution in BO
Pranjal Ramajor Asha Kanojiya
1
-61
/
+43
2023-10-27
accel/qaic: Enable 1 MSI fallback mode
Carl Vanderlip
1
-7
/
+18
2023-09-29
Merge tag 'drm-misc-next-2023-09-27' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-44
/
+143
2023-09-22
accel/qaic: Add QAIC_DETACH_SLICE_BO IOCTL
Pranjal Ramajor Asha Kanojiya
1
-10
/
+109
2023-09-22
accel/qaic: Create a function to initialize BO
Pranjal Ramajor Asha Kanojiya
1
-6
/
+14
2023-09-22
accel/qaic: Clean up BO during flushing of transfer list
Pranjal Ramajor Asha Kanojiya
1
-8
/
+6
2023-09-22
accel/qaic: Undo slicing setup done in qaic_attach_slicing_bo()
Pranjal Ramajor Asha Kanojiya
1
-4
/
+5
2023-09-22
accel/qaic: Declare BO 'sliced' after all the operations are complete
Pranjal Ramajor Asha Kanojiya
1
-3
/
+2
2023-09-22
accel/qaic: Update BO metadata in a central location
Pranjal Ramajor Asha Kanojiya
1
-10
/
+8
2023-09-22
accel/qaic: Remove ->size field from struct qaic_bo
Pranjal Ramajor Asha Kanojiya
1
-7
/
+3
2023-08-24
BackMerge tag 'v6.5-rc7' into drm-next
Dave Airlie
1
-0
/
+1
2023-08-15
accel/qaic: Fix slicing memory leak
Pranjal Ramajor Asha Kanojiya
1
-0
/
+1
2023-08-02
accel/qaic: remove redundant pointer pexec
Colin Ian King
1
-3
/
+1
2023-06-20
accel/qaic: Call DRM helper function to destroy prime GEM
Pranjal Ramajor Asha Kanojiya
1
-2
/
+2
2023-05-23
accel/qaic: Grab ch_lock during QAIC_ATTACH_SLICE_BO
Pranjal Ramajor Asha Kanojiya
1
-8
/
+12
2023-05-23
accel/qaic: Flush the transfer list again
Pranjal Ramajor Asha Kanojiya
1
-0
/
+5
2023-05-23
accel/qaic: Validate if BO is sliced before slicing
Pranjal Ramajor Asha Kanojiya
1
-0
/
+5
2023-05-23
accel/qaic: Validate user data before grabbing any lock
Pranjal Ramajor Asha Kanojiya
1
-38
/
+23
2023-05-23
accel/qaic: initialize ret variable to 0
Tom Rix
1
-1
/
+1
2023-04-06
accel/qaic: Add datapath
Jeffrey Hugo
1
-0
/
+1902