index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-30
drm/amd/display: [FW Promotion] Release 0.1.17.0
Taimur Hassan
1
-1
/
+3
2025-06-30
drm/amd/display: Add DPP & HUBP reset if power gate enabled on DCN314
Ivan Lipski
3
-4
/
+37
2025-06-30
drm/amd/display: Fix Link Override Sequencing When Switching Between DIO/HPO
Michael Strauss
12
-14
/
+126
2025-06-30
drm/amd/display: Don't allow OLED to go down to fully off
Mario Limonciello
1
-5
/
+7
2025-06-30
drm/amd/display: Added case for when RR equals panel's max RR using freesync
Harold Sun
2
-0
/
+9
2025-06-30
drm/amd/display: Separate set_gsl from set_gsl_source_select
Ilya Bakoulin
1
-5
/
+4
2025-06-30
drm/amd/display: Refactor DML21 Initialization and Configuration
Wenjing Liu
5
-278
/
+302
2025-06-30
drm/amd/display: prepare for new platform
Karthi Kandasamy
2
-4
/
+4
2025-06-30
drm/amd/display: Remove unused tunnel BW validation
Cruise Hung
9
-224
/
+19
2025-06-30
drm/amd/display: add null check
Peichen Huang
1
-2
/
+4
2025-06-30
drm/amdgpu: move scheduler wqueue handling into callbacks
Alex Deucher
19
-21
/
+55
2025-06-30
drm/amdgpu: move guilty handling into ring resets
Alex Deucher
3
-51
/
+3
2025-06-30
drm/amdgpu: move force completion into ring resets
Alex Deucher
21
-30
/
+152
2025-06-30
drm/panthor: Wait for _READY register when powering on
Steven Price
1
-2
/
+3
2025-06-30
drm/amdgpu: rework queue reset scheduler interaction
Christian König
1
-15
/
+20
2025-06-30
drm/amdgpu: update ring reset function signature
Alex Deucher
22
-26
/
+70
2025-06-30
drm/amdgpu: remove job parameter from amdgpu_fence_emit()
Alex Deucher
3
-24
/
+19
2025-06-30
drm/amdkfd: add hqd_sdma_get_doorbell callbacks for gfx7/8
Alex Deucher
2
-0
/
+16
2025-06-30
drm/amdgpu: Fix memory leak in amdgpu_ctx_mgr_entity_fini
Lin.Cao
1
-0
/
+1
2025-06-30
drm/amdgpu: indent an if statement
Dan Carpenter
1
-2
/
+2
2025-06-30
drm/amdgpu: Use dma_buf from GEM object instance
Thomas Zimmermann
3
-4
/
+3
2025-06-30
drm/amdgpu: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
6
-12
/
+12
2025-06-30
drm/amdgpu: Convert from DRM_* to dev_*
Lijo Lazar
12
-219
/
+320
2025-06-30
drm/amd/pm: Fetch SMUv13.0.12 xgmi max speed/width
Lijo Lazar
3
-2
/
+30
2025-06-30
drm/amdkfd: Don't call mmput from MMU notifier callback
Philip Yang
1
-23
/
+20
2025-06-30
drm/amdgpu: Include sdma_4_4_4.bin
Kent Russell
1
-0
/
+1
2025-06-30
drm/amd: Include <linux/export.h> when needed
André Almeida
2
-0
/
+2
2025-06-30
drm/amd: Do not include <linux/export.h> when unused
André Almeida
3
-3
/
+0
2025-06-30
amdkfd: MTYPE_UC for ext-coherent system memory
David Yat Sin
1
-1
/
+1
2025-06-30
drm/amdgpu/sdma5.x: suspend KFD queues in ring reset
Alex Deucher
2
-2
/
+12
2025-06-30
drm/bridge: aux-hpd-bridge: fix assignment of the of_node
Dmitry Baryshkov
1
-1
/
+2
2025-06-30
drm/bridge: panel: move prepare_prev_first handling to drm_panel_bridge_add_typed
Dmitry Baryshkov
1
-4
/
+1
2025-06-30
drm/panel: raydium-rm67200: Add missing drm_display_mode flags
Andy Yan
1
-0
/
+1
2025-06-30
drm/panel: raydium-rm67200: Move initialization from enable() to prepare stage
Andy Yan
1
-15
/
+7
2025-06-30
drivers/panel: raydium-rm67200: Make reset-gpio optional
Andy Yan
1
-7
/
+9
2025-06-30
drm/panel: Add driver for DJN HX83112B LCD panel
Luca Weiss
3
-0
/
+441
2025-06-30
drm/sched/tests: Make timedout_job callback a better role model
Philipp Stanner
1
-1
/
+25
2025-06-30
drm/i915/backlight: Use drm_edp_backlight_enable
Suraj Kandpal
1
-14
/
+0
2025-06-30
drm/i915/backlight: Use drm helper to set edp backlight
Suraj Kandpal
1
-31
/
+3
2025-06-30
drm/i915/backlight: Use drm helper to initialize edp backlight
Suraj Kandpal
1
-50
/
+48
2025-06-30
drm/dp: Enable backlight control using luminance
Suraj Kandpal
1
-0
/
+3
2025-06-30
drm/dp: Change argument type of drm_edp_backlight_enable
Suraj Kandpal
2
-2
/
+2
2025-06-30
drm/dp: Modify drm_edp_backlight_set_level
Suraj Kandpal
1
-4
/
+12
2025-06-30
drm/dp: Change argument type for drm_edp_backlight_set_level
Suraj Kandpal
1
-1
/
+1
2025-06-30
drm/dp: Modify drm_edp_probe_state
Suraj Kandpal
1
-10
/
+30
2025-06-30
drm/dp: Change current_level argument type to u32
Suraj Kandpal
3
-4
/
+4
2025-06-30
drm/dp: Move from u16 to u32 for max in drm_edp_backlight_info
Suraj Kandpal
1
-3
/
+7
2025-06-30
drm/dp: Add argument for max luminance in drm_edp_backlight_init
Suraj Kandpal
3
-4
/
+9
2025-06-30
drm/dp: Add argument in drm_edp_backlight_init
Suraj Kandpal
3
-5
/
+6
2025-06-30
drm/dp: Introduce new member in drm_backlight_info
Suraj Kandpal
1
-2
/
+6
[prev]
[next]