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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
drm/tiny: ili9225: drop driver owner assignment
Krzysztof Kozlowski
1
-1
/
+0
2024-04-26
drm/xe: Fix spelling mistake "forcebly" -> "forcibly"
Colin Ian King
1
-1
/
+1
2024-04-26
drm/xe/pf: Initialize and update PF services on driver init
Michal Wajdeczko
1
-0
/
+7
2024-04-26
drm/xe/pf: Re-initialize SR-IOV specific HW settings
Michal Wajdeczko
4
-0
/
+39
2024-04-26
Merge tag 'mediatek-drm-next-6.10' of https://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
29
-314
/
+300
2024-04-26
drm/loongson: fix build after debugfs include change
Dave Airlie
1
-0
/
+1
2024-04-26
drm/omap: add missing seq_file include
Dave Airlie
1
-0
/
+1
2024-04-26
drm/komeda: fix missing seq_file includes
Dave Airlie
2
-0
/
+3
2024-04-25
fix missing vmalloc.h includes
Kent Overstreet
21
-0
/
+21
2024-04-26
drm/i915: fix build with missing debugfs includes
Dave Airlie
3
-0
/
+3
2024-04-25
drm/xe: Change xe_guc_submit_stop return to void
Himal Prasad Ghimiray
7
-24
/
+11
2024-04-25
drm/xe: Use xe_bo_lock()/xe_bo_unlock() helpers
Himal Prasad Ghimiray
2
-4
/
+4
2024-04-25
drm/xe/vm: Use xe_vm_lock()/xe_vm_unlock() helpers
Himal Prasad Ghimiray
1
-3
/
+3
2024-04-26
Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
84
-1030
/
+2427
2024-04-26
Merge tag 'exynos-drm-next-for-6.10' of git://git.kernel.org/pub/scm/linux/ke...
Dave Airlie
11
-21
/
+5
2024-04-26
Merge tag 'drm-xe-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/xe/...
Dave Airlie
5
-24
/
+14
2024-04-26
Merge tag 'drm-etnaviv-fixes-2024-04-25' of https://git.pengutronix.de/git/ls...
Dave Airlie
3
-68
/
+2
2024-04-26
Merge tag 'drm-misc-fixes-2024-04-25' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
5
-96
/
+3
2024-04-25
drm/xe: Replace engine references with exec queue in xe_guc_submit.c
Matthew Brost
1
-9
/
+9
2024-04-25
drm/xe: Fix alignment in GuC exec queue state defines
Matthew Brost
1
-3
/
+3
2024-04-25
drm/xe: s/ENGINE_STATE_KILLED/EXEC_QUEUE_STATE_KILLED
Matthew Brost
1
-4
/
+4
2024-04-25
drm/xe: s/ENGINE_STATE_SUSPENDED/EXEC_QUEUE_STATE_SUSPENDED
Matthew Brost
1
-5
/
+5
2024-04-25
drm/xe: s/ENGINE_STATE_ENABLED/EXEC_QUEUE_STATE_ENABLED
Matthew Brost
1
-4
/
+4
2024-04-25
drm/ttm: Print the memory decryption status just once
Zack Rusin
1
-1
/
+1
2024-04-25
drm/vmwgfx: Fix Legacy Display Unit
Ian Forbes
1
-0
/
+1
2024-04-26
Merge tag 'drm-intel-next-2024-04-24' of https://anongit.freedesktop.org/git/...
Dave Airlie
52
-1648
/
+2053
2024-04-25
drm/xe: Delete unused GuC submission_state.suspend
Matthew Brost
2
-13
/
+0
2024-04-25
drm/amdgpu: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY
Damien Le Moal
1
-1
/
+1
2024-04-25
drm/xe/vm: prevent UAF in rebind_work_func()
Matthew Auld
1
-0
/
+3
2024-04-25
Revert "drm/xe/vm: drop vm->destroy_work"
Matthew Auld
2
-2
/
+22
2024-04-25
drm/xe/preempt_fence: enlarge the fence critical section
Matthew Auld
1
-3
/
+11
2024-04-25
drm/xe/guc: Fix typos in VF CFG KLVs descriptions
Michal Wajdeczko
1
-6
/
+6
2024-04-25
drm/rockchip: vop2: Fix the port mux of VP2
Andy Yan
1
-1
/
+1
2024-04-25
Revert "drm/etnaviv: Expose a few more chipspecs to userspace"
Christian Gmeiner
3
-66
/
+0
2024-04-25
drm/etnaviv: fix tx clock gating on some GC7000 variants
Derek Foreman
1
-2
/
+2
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
29
-7
/
+43
2024-04-25
drm/xe/pf: Expose PF service details via debugfs
Michal Wajdeczko
1
-0
/
+13
2024-04-25
drm/bridge: imx: Fix unmet depenency for PHY_FSL_SAMSUNG_HDMI_PHY
Adam Ford
1
-2
/
+2
2024-04-25
drm/{i915, xe}: Implement fbdev emulation as in-kernel client
Thomas Zimmermann
5
-140
/
+80
2024-04-25
drm/{i915,xe}: Implement fbdev client callbacks
Thomas Zimmermann
5
-49
/
+25
2024-04-25
drm/{i915,xe}: Unregister in-kernel clients
Thomas Zimmermann
2
-0
/
+4
2024-04-25
drm/i915: Initialize fbdev DRM client with callback functions
Thomas Zimmermann
1
-4
/
+39
2024-04-25
drm/i915: Move fbdev functions
Thomas Zimmermann
1
-77
/
+77
2024-04-25
drm/client: Export drm_client_dev_unregister()
Thomas Zimmermann
1
-0
/
+13
2024-04-25
drm/i915: pass dev_priv to _MMIO_PIPE2, _MMIO_TRANS2, _MMIO_CURSOR2
Jani Nikula
4
-128
/
+128
2024-04-25
drm/i915: convert _MMIO_PIPE3()/_MMIO_PORT3() to accept base
Jani Nikula
2
-40
/
+44
2024-04-25
gpu: drm: exynos: hdmi: eliminate uses of of_node_put()
Shivani Gupta
1
-10
/
+5
2024-04-25
drm/exynos: mixer: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-04-25
drm/exynos: hdmi: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
2024-04-25
drm/exynos: vidi: drop driver owner initialization
Krzysztof Kozlowski
1
-1
/
+0
[prev]
[next]