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
/
gpu
/
drm
/
imagination
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-27
drm/imagination: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+2
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+1
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-1
/
+1
2024-05-15
Merge tag 'drm-next-2024-05-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
2
-2
/
+3
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-04-29
drm/imagination: Ensure PVR_MIPS_PT_PAGE_COUNT is never zero
Matt Coster
1
-2
/
+3
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
1
-0
/
+1
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
1
-0
/
+1
2024-03-25
drm/imagination: avoid -Woverflow warning
Arnd Bergmann
1
-2
/
+2
2024-01-05
Merge tag 'drm-misc-next-fixes-2024-01-04' of git://anongit.freedesktop.org/d...
Dave Airlie
1
-21
/
+25
2024-01-02
drm/imagination: pvr_device.h: fix all kernel-doc warnings
Randy Dunlap
1
-21
/
+25
2023-12-22
Merge tag 'drm-misc-next-fixes-2023-12-21' of git://anongit.freedesktop.org/d...
Dave Airlie
3
-32
/
+31
2023-12-20
Merge tag 'drm-msm-next-2023-12-15' of https://gitlab.freedesktop.org/drm/msm...
Dave Airlie
1
-1
/
+1
2023-12-15
drm/imagination: Fix error path in pvr_vm_create_context
Donald Robson
1
-15
/
+13
2023-12-15
drm/imagination: Fix ERR_PTR test on pointer to pointer.
Donald Robson
1
-1
/
+1
2023-12-15
drm/imagination: Fixed oops when misusing ioctl CREATE_HWRT_DATASET
Donald Robson
1
-13
/
+14
2023-12-15
drm/imagination: Fixed infinite loop in pvr_vm_mips_map()
Donald Robson
1
-3
/
+3
2023-12-13
drm/imagination: vm: Fix heap lookup condition
Alex Bee
1
-1
/
+1
2023-12-10
drm/exec: Pass in initial # of objects
Rob Clark
1
-1
/
+1
2023-12-08
drm/imagination: Move dereference after NULL check in pvr_mmu_backing_page_in...
Dan Carpenter
1
-1
/
+3
2023-12-08
drm/imagination: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-12-06
drm/imagination: move update_logtype() into ifdef section
Arnd Bergmann
1
-2
/
+2
2023-12-06
drm/imagination: Removed unused functions in pvr_fw_trace
Donald Robson
1
-44
/
+0
2023-12-05
drm/imagination: vm: make use of GPUVM's drm_exec helper
Danilo Krummrich
1
-55
/
+36
2023-12-04
drm/imagination: Removed unused function to_pvr_vm_gpuva()
Donald Robson
1
-6
/
+0
2023-12-04
drm/imagination: pvr_gpuvm_free() now static
Donald Robson
1
-1
/
+1
2023-12-04
drm/imagination: pvr_device_process_active_queues now static
Donald Robson
1
-1
/
+1
2023-12-04
drm/imagination: Fixed missing header in pvr_fw_meta
Donald Robson
1
-0
/
+1
2023-12-04
drm/imagination: Fixed warning due to implicit cast to bool
Donald Robson
1
-1
/
+2
2023-11-30
drm/imagination: fix off by one in pvr_vm_mips_init() error handling
Dan Carpenter
1
-6
/
+5
2023-11-30
drm/imagination: Fix IS_ERR() vs NULL bug in pvr_request_firmware()
Dan Carpenter
1
-2
/
+2
2023-11-30
drm/imagination: Fix error codes in pvr_device_clk_init()
Dan Carpenter
1
-2
/
+2
2023-11-28
drm/imagination: Numerous documentation fixes.
Donald Robson
9
-19
/
+32
2023-11-28
drm/imagination: vm: fix drm_gpuvm reference count
Danilo Krummrich
1
-3
/
+8
2023-11-28
drm/imagination: vm: check for drm_gpuvm_range_valid()
Danilo Krummrich
2
-4
/
+8
2023-11-28
drm/imagination: vm: prevent duplicate drm_gpuvm_bo instances
Danilo Krummrich
1
-4
/
+6
2023-11-28
drm/imagination: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-11-28
drm/imagination: Fix a couple of spelling mistakes in literal strings
Colin Ian King
1
-2
/
+2
2023-11-27
drm/sched: Fix compilation issues with DRM priority rename
Luben Tuikov
1
-1
/
+1
2023-11-23
drm/imagination: Add firmware trace to debugfs
Sarah Walker
9
-0
/
+723
2023-11-23
drm/imagination: Add firmware trace header
Sarah Walker
1
-0
/
+1648
2023-11-23
drm/imagination: Implement job submission and scheduling
Sarah Walker
15
-4
/
+3438
2023-11-23
drm/imagination: Implement context creation/destruction ioctls
Sarah Walker
11
-2
/
+1431
2023-11-23
drm/imagination: Implement free list and HWRT create and destroy ioctls
Sarah Walker
8
-4
/
+1678
2023-11-23
drm/imagination: Implement MIPS firmware processor and MMU support
Sarah Walker
8
-2
/
+572
2023-11-23
drm/imagination: Implement firmware infrastructure and META FW support
Sarah Walker
18
-24
/
+4015
2023-11-23
drm/imagination: Implement power management
Sarah Walker
7
-3
/
+374
2023-11-23
drm/imagination: Add GEM and VM related code
Donald Robson
11
-11
/
+4756
2023-11-23
drm/imagination: Add GPU ID parsing and firmware loading
Sarah Walker
10
-2
/
+1925
2023-11-23
drm/imagination: Add FWIF headers
Sarah Walker
10
-0
/
+3832
[next]