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-11-15
gpu: nova-core: Add bindings required by GSP sequencer
Joel Fernandes
-0
/
+407
2025-11-15
gpu: nova-core: gsp: Add support for checking if GSP reloaded
Joel Fernandes
-0
/
+24
2025-11-15
gpu: nova-core: falcon: Move dma_reset functionality into helper
Joel Fernandes
-2
/
+7
2025-11-15
gpu: nova-core: falcon: Move mbox functionalities into helper
Joel Fernandes
-19
/
+35
2025-11-15
gpu: nova-core: falcon: Move start functionality into separate helper
Joel Fernandes
-10
/
+16
2025-11-15
gpu: nova-core: falcon: Move waiting until halted to a helper
Joel Fernandes
-7
/
+14
2025-11-14
drm/xe/irq: Handle msix vector0 interrupt
Venkata Ramana Nayana
-17
/
+1
2025-11-15
drm/rockchip: vop2: Use OVL_LAYER_SEL configuration instead of use win_mask c...
Andy Yan
-7
/
+42
2025-11-15
drm/rockchip: Set VOP for the DRM DMA device
Dmitry Osipenko
-0
/
+3
2025-11-14
drm/rockchip: dw_hdmi_qp: Add high color depth support
Cristian Ciocaltea
-3
/
+51
2025-11-14
drm/rockchip: dw_hdmi_qp: Use bit macros for RK3576 regs
Cristian Ciocaltea
-13
/
+8
2025-11-14
drm/rockchip: dw_hdmi_qp: Switch to phy_configure()
Cristian Ciocaltea
-18
/
+19
2025-11-14
drm/bridge: dw-hdmi-qp: Handle platform supported formats and color depth
Cristian Ciocaltea
-2
/
+9
2025-11-14
drm/rockchip: vop2: Check bpc before switching DCLK source
Cristian Ciocaltea
-26
/
+32
2025-11-14
drm/rockchip: analogix_dp: Use dev_err_probe() instead of DRM_DEV_ERROR() dur...
Damon Ding
-17
/
+14
2025-11-14
drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main struct
Cristian Ciocaltea
-7
/
+7
2025-11-14
drm/xe/pf: Check for fence error on VRAM save/restore
Michał Winiarski
-0
/
+9
2025-11-14
drm/xe/pf: Drop the VF VRAM BO reference on successful restore
Michał Winiarski
-0
/
+2
2025-11-14
drm/tegra: Add NVJPG driver
Diogo Ivo
-0
/
+334
2025-11-14
PCI: Convert BAR sizes bitmasks to u64
Ilpo Järvinen
-1
/
+1
2025-11-14
drm/amdgpu: Use pci_rebar_get_max_size()
Ilpo Järvinen
-3
/
+5
2025-11-14
drm/xe/vram: Use pci_rebar_get_max_size()
Ilpo Järvinen
-8
/
+7
2025-11-14
drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()
Ilpo Järvinen
-12
/
+7
2025-11-14
drm/i915/gt: Use pci_rebar_size_supported()
Ilpo Järvinen
-7
/
+3
2025-11-14
drm/amdgpu: Remove driver side BAR release before resize
Ilpo Järvinen
-7
/
+1
2025-11-14
drm/i915: Remove driver side BAR release before resize
Ilpo Järvinen
-12
/
+0
2025-11-14
drm/xe: Remove driver side BAR release before resize
Ilpo Järvinen
-3
/
+0
2025-11-14
PCI: Fix restoring BARs on BAR resize rollback path
Ilpo Järvinen
-3
/
+5
2025-11-14
drm/tegra: dsi: Calculate packet parameters for video mode
Svyatoslav Ryhel
-3
/
+10
2025-11-14
drm/tegra: dsi: Make SOL delay calculation mode independent
Svyatoslav Ryhel
-24
/
+18
2025-11-14
gpu: host1x: Syncpoint interrupt performance optimization
Mikko Perttunen
-9
/
+59
2025-11-14
Revert "drm/tegra: dsi: Clear enable register if powered by bootloader"
Diogo Ivo
-9
/
+0
2025-11-14
drm/tegra: Add call to put_pid()
Prateek Agarwal
-2
/
+5
2025-11-14
drm/xe: Remove duplicate DRM_EXEC selection from Kconfig
Shuicheng Lin
-1
/
+0
2025-11-14
drm/tegra: dc: Fix reference leak in tegra_dc_couple()
Ma Ke
-0
/
+1
2025-11-14
drm/xe/kunit: Fix forcewake assertion in mocs test
Matt Roper
-1
/
+1
2025-11-14
drm/amdgpu: Use amdgpu by default on SI dedicated GPUs (v2)
Timur Kristóf
-6
/
+10
2025-11-14
drm/amdgpu: Use amdgpu by default on CIK dedicated GPUs
Timur Kristóf
-3
/
+9
2025-11-14
drm/amdgpu: Fix the issue of missing ras message on sriov host
YiPeng Chai
-15
/
+10
2025-11-14
drm/amdgpu: Add lock to serialize sriov command execution
YiPeng Chai
-5
/
+15
2025-11-14
drm/amdgpu: Synchronize sriov host to add block_mmsch bit field
YiPeng Chai
-1
/
+2
2025-11-14
drm/amdgpu: use GFP_ATOMIC instead of NOWAIT in the critical path
Christian König
-3
/
+3
2025-11-14
drm/amdgpu: avoid memory allocation in the critical code path v3
Christian König
-49
/
+14
2025-11-14
drm/amdgpu: Enable xgmi extended peer links for sriov guest
Will Aitken
-2
/
+2
2025-11-14
drm/amdgpu: Update headers for sriov xgmi ext peer link support feature flag
Will Aitken
-1
/
+6
2025-11-14
drm/amdgpu: Refactor sriov xgmi topology filling to common code
Will Aitken
-32
/
+14
2025-11-14
drm/amdgpu: Use amdgpu by default on CIK dedicated GPUs
Timur Kristóf
-1
/
+7
2025-11-14
drm/amdgpu: Refactor how SI and CIK support is determined
Timur Kristóf
-67
/
+88
2025-11-14
drm/radeon: Refactor how SI and CIK support is determined
Timur Kristóf
-28
/
+50
2025-11-14
drm/amdgpu: Avoid xgmi register access
Lijo Lazar
-0
/
+6
[prev]
[next]