index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-09
mm: remove remaining uses of PFN_DEV
Alistair Popple
2
-4
/
+3
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
1
-1
/
+0
2025-07-09
mm: stop passing a writeback_control structure to shmem_writeout
Christoph Hellwig
2
-9
/
+2
2025-07-09
drm/xe: Expose fan control and voltage regulator version
Raag Jadav
2
-1
/
+157
2025-07-09
drm/gem: Fix race in drm_gem_handle_create_tail()
Simona Vetter
1
-1
/
+9
2025-07-09
drm/ast: Gen7: Switch default registers to gen4+ state
Thomas Zimmermann
2
-35
/
+1
2025-07-09
drm/ast: Gen7: Disable VGASR0[1] as on Gen4+
Thomas Zimmermann
1
-0
/
+1
2025-07-09
drm/ast: Split ast_set_def_ext_reg() by chip generation
Thomas Zimmermann
7
-40
/
+111
2025-07-09
drm/ast: Handle known struct ast_dramstruct with helpers
Thomas Zimmermann
3
-19
/
+41
2025-07-09
drm/ast: Move struct ast_dramstruct to ast_post.h
Thomas Zimmermann
4
-13
/
+8
2025-07-09
drm/ast: Move Gen2+ and Gen1 POST code to separate source files
Thomas Zimmermann
6
-370
/
+478
2025-07-09
drm/ast: Move Gen4+ POST code to separate source file
Thomas Zimmermann
4
-1262
/
+1302
2025-07-09
drm/ast: Move Gen6+ POST code to separate source file
Thomas Zimmermann
6
-522
/
+576
2025-07-09
drm/ast: Move Gen7+ POST code to separate source file
Thomas Zimmermann
4
-5
/
+48
2025-07-09
drm/ast: Declare helpers for POST in header
Thomas Zimmermann
2
-5
/
+21
2025-07-09
drm/framebuffer: Acquire internal references on GEM handles
Thomas Zimmermann
4
-26
/
+61
2025-07-09
zynqmp: don't bother with debugfs_file_{get,put}() in proxied fops
Al Viro
1
-34
/
+4
2025-07-09
drm/sched: Consolidate drm_sched_rq_select_entity_rr
Tvrtko Ursulin
1
-28
/
+20
2025-07-09
drm/sti: hda: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
1
-14
/
+13
2025-07-09
drm/sti: hdmi: convert to devm_drm_bridge_alloc() API
Luca Ceresoli
2
-14
/
+14
2025-07-09
drm/amdgpu: fix the logic to validate fpriv and root bo
Sunil Khatri
1
-1
/
+1
2025-07-09
drm/amdgpu: fix MQD debugfs undefined symbol when DEBUG_FS=n
Sunil Khatri
1
-1
/
+4
2025-07-09
gpu: nova-core: convert `/*` comments to `//`
Alexandre Courbot
1
-9
/
+9
2025-07-09
gpu: nova-core: Clarify falcon code
Joel Fernandes
1
-7
/
+22
2025-07-09
gpu: nova-core: Clarify sysmembar operations
Joel Fernandes
3
-2
/
+14
2025-07-08
drm/xe: Release runtime pm for error path of xe_devcoredump_read()
Shuicheng Lin
1
-10
/
+28
2025-07-08
drm/xe: Remove unused code in devcoredump_snapshot()
Shuicheng Lin
1
-12
/
+0
2025-07-09
gpu: nova-core: Add code comments related to devinit
Joel Fernandes
2
-7
/
+48
2025-07-08
drm/xe/uc: Disable GuC communication on hardware initialization error
Zhanjun Dong
2
-7
/
+19
2025-07-08
drm/xe/pm: Restore display pm if there is error after display suspend
Shuicheng Lin
1
-2
/
+1
2025-07-08
gpu/trace: make TRACE_GPU_MEM configurable
Juston Li
1
-1
/
+10
2025-07-08
drm/rockchip: vop2: Fix the update of LAYER/PORT select registers when there ...
Andy Yan
3
-25
/
+122
2025-07-08
drm/rockchip: inno_hdmi: Simpify clk get/enable by devm_clk_get_enabled api
Andy Yan
1
-38
/
+12
2025-07-08
drm/rockchip: inno_hdmi: switch i2c registration to devm functions
Andy Yan
1
-6
/
+2
2025-07-08
drm/rockchip: inno_hdmi: Use sleep_range instead of udelay
Andy Yan
1
-2
/
+2
2025-07-08
drm/rockchip: inno_hdmi: Move ddc/i2c configuration and HOTPLUG unmute to inn...
Andy Yan
1
-15
/
+15
2025-07-08
drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hw
Andy Yan
1
-2
/
+2
2025-07-08
drm/rockchip: inno_hdmi: Remove unnecessary parentheses to make checkpatch happy
Andy Yan
1
-2
/
+1
2025-07-08
drm/rockchip: inno_hdmi: Refactor register macros to make checkpatch happy
Andy Yan
1
-101
/
+113
2025-07-08
drm/rockchip: inno_hdmi: Merge register definition to c file
Andy Yan
2
-352
/
+340
2025-07-08
drm/rockchip: dw_hdmi: Use dev_err_probe() to simplify code
Yumeng Fang
1
-12
/
+4
2025-07-08
drm/rockchip: cdn-dp: Convert to drm bridge
Chaoyi Chen
2
-190
/
+111
2025-07-08
drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-port
Heiko Stuebner
1
-0
/
+4
2025-07-08
drm/rockchip: lvds: Convert to drm bridge
Chaoyi Chen
1
-39
/
+29
2025-07-08
Merge remote-tracking branch 'drm/drm-next' into drm-misc-next
Maarten Lankhorst
744
-19243
/
+28490
2025-07-08
drm/xe/ptl: Drop force_probe requirement
Matt Atwood
1
-1
/
+0
2025-07-08
Merge tag 'drm-msm-next-2025-07-05' of https://gitlab.freedesktop.org/drm/msm...
Simona Vetter
165
-8047
/
+10338
2025-07-08
Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i...
Simona Vetter
83
-901
/
+2622
2025-07-07
drm/xe/bmg: fix compressed VRAM handling
Matthew Auld
1
-1
/
+1
2025-07-07
Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2"
Matthew Brost
1
-1
/
+0
[prev]
[next]