index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Lines
2025-06-06
drm/xe: don't store the xe device pointer inside xe_ttm_tt
Dave Airlie
-31
/
+32
2025-06-06
Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-2
/
+4
2025-06-06
drm/xe/vf: Store the GuC FW info in guc->fw
Daniele Ceraolo Spurio
-10
/
+64
2025-06-06
drm/xe/vf: Use uc_fw_version to store the negotiated GuC ABI
Daniele Ceraolo Spurio
-76
/
+78
2025-06-06
drm/xe/vf: Boostrap all GTs immediately after MMIO init
Daniele Ceraolo Spurio
-13
/
+6
2025-06-06
drm/xe/uc: Prepare uc_fw_version for storing the VF ABI version
Daniele Ceraolo Spurio
-1
/
+3
2025-06-06
Merge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
-617
/
+2274
2025-06-06
drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc()
Luca Ceresoli
-0
/
+89
2025-06-06
drm/bridge: add a .destroy func
Luca Ceresoli
-0
/
+2
2025-06-06
drm/tests: bridge: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
-36
/
+51
2025-06-06
Merge tag 'drm-misc-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
-2
/
+3
2025-06-06
drm/bridge: cdns-dsi: Use pre_enable/post_disable to enable/disable
Aradhya Bhatia
-29
/
+35
2025-06-06
drm/atomic-helper: Re-order bridge chain pre-enable and post-disable
Aradhya Bhatia
-4
/
+4
2025-06-06
drm/atomic-helper: Separate out bridge pre_enable/post_disable from enable/di...
Aradhya Bhatia
-3
/
+88
2025-06-06
drm/atomic-helper: Refactor crtc & encoder-bridge op loops into separate func...
Aradhya Bhatia
-20
/
+49
2025-06-06
drm/panthor: Clean up 64-bit register definitions
Karunika Choo
-80
/
+52
2025-06-06
drm/panthor: Add 64-bit and poll register accessors
Karunika Choo
-161
/
+124
2025-06-06
drm/panthor: Fix the user MMIO offset logic for emulators
Boris Brezillon
-16
/
+58
2025-06-06
Merge tag 'drm-misc-fixes-2025-05-28' of https://gitlab.freedesktop.org/drm/m...
Simona Vetter
-0
/
+1
2025-06-06
drm/nouveau/vfn/r535: Convert comma to semicolon
Chen Ni
-1
/
+1
2025-06-06
Merge tag 'amd-drm-fixes-6.16-2025-06-05' of https://gitlab.freedesktop.org/a...
Dave Airlie
-51
/
+205
2025-06-06
Merge tag 'drm-xe-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/dr...
Dave Airlie
-176
/
+476
2025-06-06
Merge tag 'drm-misc-next-fixes-2025-06-05' of https://gitlab.freedesktop.org/...
Dave Airlie
-17
/
+12
2025-06-06
Merge tag 'drm-intel-next-fixes-2025-06-05' of https://gitlab.freedesktop.org...
Dave Airlie
-14
/
+25
2025-06-05
drm/xe/xe3: Disable null query for anyhit shader
Nitin Gote
-0
/
+5
2025-06-05
drm/xe: remove unmatched xe_vm_unlock() from __xe_exec_queue_init()
Maciej Patelczyk
-5
/
+1
2025-06-05
drm/xe: Create LRC BO without VM
Niranjana Vishwanathapura
-28
/
+4
2025-06-05
drm/xe/guc_submit: add back fix
Matthew Auld
-0
/
+11
2025-06-05
drm/xe/pxp: Clarify PXP queue creation behavior if PXP is not ready
Daniele Ceraolo Spurio
-2
/
+6
2025-06-05
drm/xe/pxp: Use the correct define in the set_property_funcs array
Daniele Ceraolo Spurio
-1
/
+1
2025-06-05
drm/xe/sched: stop re-submitting signalled jobs
Matthew Auld
-1
/
+9
2025-06-05
drm/xe: Rework eviction rejection of bound external bos
Thomas Hellström
-18
/
+105
2025-06-05
drm/xe/vsec: fix CONFIG_INTEL_VSEC dependency
Arnd Bergmann
-1
/
+2
2025-06-05
drm/xe: drop redundant conversion to bool
Raag Jadav
-1
/
+1
2025-06-05
drm/xe/hwmon: Move card reactive critical power under channel card
Karthik Poosa
-3
/
+3
2025-06-05
drm/xe/hwmon: Add support to manage power limits though mailbox
Karthik Poosa
-106
/
+318
2025-06-05
drm/xe/vm: move xe_svm_init() earlier
Matthew Auld
-7
/
+12
2025-06-05
drm/xe/vm: move rebind_work init earlier
Matthew Auld
-4
/
+4
2025-06-05
drm/i915: use drm_modeset_lock_assert_held() in intel_connector_get_pipe()
Luca Coelho
-2
/
+1
2025-06-05
drm/hyperv: Add support for drm_panic
Ryosuke Yasuoka
-0
/
+36
2025-06-05
drm/i915: remove unused arg in skl_scaler_get_filter_select()
Luca Coelho
-9
/
+8
2025-06-05
drm/i915/dkl: return if tc_port is invalid in dkl_phy_set_hip_idx()
Luca Coelho
-1
/
+3
2025-06-05
drm/xe/guc_submit: add back fix
Matthew Auld
-0
/
+11
2025-06-05
drm/panel-edp: Clarify the `prepare_to_enable` description in comments
Douglas Anderson
-1
/
+1
2025-06-05
drm/panel-simple: fix the warnings for the Evervision VGG644804
Michael Walle
-2
/
+3
2025-06-05
drm/panel: himax-hx8394: Add Support for Huiling hl055fhav028c
Chris Morgan
-0
/
+142
2025-06-05
drm/panel-simple: add AUO P238HAN01 panel entry
Michael Walle
-0
/
+27
2025-06-05
drm/panel: ili9341: Remove unused member from struct ili9341
Andy Shevchenko
-1
/
+0
2025-06-05
drm/ttm: handle undefined printf arg evaluation order in debugfs
Dave Airlie
-1
/
+3
2025-06-04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-15
/
+12
[prev]
[next]