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-08-17
drm/xe/i2c: Introduce xe_i2c_present()
Raag Jadav
-2
/
+18
2025-08-17
drm/hisilicon/hibmc: fix dp and vga cannot show together
Baihan Li
-0
/
+8
2025-08-17
drm/hisilicon/hibmc: fix rare monitors cannot display problem
Baihan Li
-2
/
+12
2025-08-17
drm/hisilicon/hibmc: fix the hibmc loaded failed bug
Baihan Li
-2
/
+2
2025-08-17
drm/hisilicon/hibmc: fix irq_request()'s irq name variable is local
Baihan Li
-7
/
+3
2025-08-17
drm/hisilicon/hibmc: fix the i2c device resource leak when vdac init failed
Baihan Li
-3
/
+14
2025-08-15
drm/mediatek: Fix device/node reference count leaks in mtk_drm_get_all_drm_priv
Ma Ke
-7
/
+14
2025-08-15
drm: nova-drm: fix 32-bit arm build
Miguel Ojeda
-1
/
+2
2025-08-15
drm: Add directive to format code in comment
Javier Garcia
-0
/
+2
2025-08-15
drm/nouveau/gsp: fix mismatched alloc/free for kvmalloc()
Qianfeng Rong
-2
/
+2
2025-08-15
drm/amdgpu: refactor bad_page_work for corner case handling
Chenglei Xie
-13
/
+58
2025-08-15
drm/amdgpu: remove duplicated argument wptr_va
Qiang Liu
-1
/
+0
2025-08-15
drm/amd/display: Add NULL pointer checks in dc_stream cursor attribute functions
Srinivasan Shanmugam
-1
/
+7
2025-08-15
drm/radeon: fix typos
Alexandre Demers
-7
/
+7
2025-08-15
drm/amdgpu/swm14: Update power limit logic
Alex Deucher
-5
/
+25
2025-08-15
drm/amd/pm: Free SMUv13.0.6 resources on failure
Lijo Lazar
-3
/
+13
2025-08-15
drm/amd/vcn: Add late_init callback for VCN v4.0.3 reset handling
Jesse.Zhang
-4
/
+14
2025-08-15
drm/amdkfd: Handle lack of READ permissions in SVM mapping
Kent Russell
-0
/
+23
2025-08-15
drm/amd/pm: Add VCN reset support for SMU v13.0.6
Jesse.Zhang
-2
/
+12
2025-08-15
drm/amd/pm: Add VCN reset support check capability
Jesse.Zhang
-0
/
+31
2025-08-15
drm/amdgpu: fix nullptr err of vm_handle_moved
Heng Zhou
-1
/
+14
2025-08-15
drm/amdkfd: set uuid for each partition in topology
Eric Huang
-0
/
+2
2025-08-15
drm/amd/display: Use boolean context for pointer null checks
Qianfeng Rong
-4
/
+4
2025-08-15
drm/amd/display: Remove redundant semicolons
Liao Yuanhong
-1
/
+0
2025-08-15
drm/radeon: replace min/max nesting with clamp()
Xichao Zhao
-2
/
+2
2025-08-15
drm/bridge: display-connector: don't set OP_DETECT for DisplayPorts
Dmitry Baryshkov
-1
/
+2
2025-08-15
drm/panfrost: Remove redundant pm_runtime_mark_last_busy() calls
Sakari Ailus
-2
/
+0
2025-08-15
drm/i915/bo: remove unnecessary include
Jani Nikula
-1
/
+1
2025-08-15
drm/panthor: Add support for Mali-Gx20 and Mali-Gx25 GPUs
Karunika Choo
-0
/
+20
2025-08-15
drm/panthor: Make MMU cache maintenance use FLUSH_CACHES command
Karunika Choo
-0
/
+33
2025-08-15
drm/panthor: Serialize GPU cache flush operations
Karunika Choo
-0
/
+7
2025-08-15
drm/panthor: Add support for Mali-Gx15 family of GPUs
Karunika Choo
-0
/
+19
2025-08-15
drm/panthor: Add support for Mali-G710, Mali-G510 and Mali-G310
Karunika Choo
-0
/
+8
2025-08-15
drm/panthor: Simplify getting the GPU model name
Karunika Choo
-44
/
+17
2025-08-15
drm/panthor: Add panthor_hw and move gpu_info initialization into it
Karunika Choo
-95
/
+130
2025-08-15
drm/i915/audio: drop irq enabled check from LPE audio setup
Jani Nikula
-7
/
+4
2025-08-15
drm/i915/active: Use try_cmpxchg64() in __active_lookup()
Uros Bizjak
-3
/
+2
2025-08-15
drm/bridge: analogix_dp: Fix bailout for devm_drm_bridge_alloc()
Liu Ying
-2
/
+2
2025-08-15
gpu: nova-core: register: add support for relative array registers
Alexandre Courbot
-6
/
+248
2025-08-15
gpu: nova-core: falcon: use register arrays for FUSE registers
Alexandre Courbot
-21
/
+20
2025-08-15
gpu: nova-core: register: add support for register arrays
Alexandre Courbot
-8
/
+204
2025-08-15
gpu: nova-core: falcon: add distinct base address for PFALCON2
Alexandre Courbot
-8
/
+23
2025-08-15
gpu: nova-core: register: redesign relative registers
Alexandre Courbot
-96
/
+212
2025-08-15
gpu: nova-core: register: use #[inline(always)] for all methods
Alexandre Courbot
-8
/
+8
2025-08-15
gpu: nova-core: register: split @io rule into fixed and relative versions
Alexandre Courbot
-6
/
+6
2025-08-15
gpu: nova-core: register: generate correct `Default` implementation
Alexandre Courbot
-3
/
+23
2025-08-15
gpu: nova-core: register: improve `Debug` implementation
Alexandre Courbot
-10
/
+15
2025-08-15
gpu: nova-core: register: add fields dispatcher internal rule
Alexandre Courbot
-10
/
+32
2025-08-15
gpu: nova-core: register: add missing doccomments for fixed registers I/O acc...
Alexandre Courbot
-0
/
+4
2025-08-15
gpu: nova-core: register: fix documentation and indentation
Alexandre Courbot
-25
/
+9
[prev]
[next]