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
2024-09-02
drm/amdgpu/gfx11: wait for reset done before remap
Jiadong Zhu
-1
/
+14
2024-09-02
drm/amdgpu/gfx11: rename gfx_v11_0_gfx_init_queue()
Alex Deucher
-3
/
+3
2024-09-02
drm/amdgpu/gfx11: fallback to driver reset compute queue directly (v2)
Prike Liang
-13
/
+71
2024-09-02
drm/amd/display: 3.2.299
Aric Cyr
-2
/
+2
2024-09-02
drm/amd/display: Fix flickering caused by dccg
Hansen Dsouza
-73
/
+72
2024-09-02
drm/amd/display: Block timing sync for different signals in PMO
Dillon Varone
-1
/
+2
2024-09-02
drm/amd/display: fix graphics hang in multi-display mst case
Gabe Teeger
-49
/
+34
2024-09-02
drm/amd/display: Add sharpness control interface
Relja Vojvodic
-192
/
+138
2024-09-02
Revert "drm/amd/display: Wait for all pending cleared before full update"
Dillon Varone
-161
/
+34
2024-09-02
drm/amd/display: disable sharpness if HDR Multiplier is too large
Samson Tam
-1
/
+5
2024-09-02
drm/amd/display: Add dpia debug option to control power management
Meenakshikumar Somasundaram
-1
/
+2
2024-09-02
drm/amdgpu/gfx11: add ring reset callbacks
Alex Deucher
-0
/
+18
2024-09-02
drm/amd/display: re-enable Dynamic ODM policy
Samson Tam
-2
/
+1
2024-09-02
drm/amd/display: Lock DC and exit IPS when changing backlight
Leo Li
-1
/
+12
2024-09-02
drm/amd/display: only trigger BIOS related assert for older ASICs
Daniel Sa
-1
/
+1
2024-09-02
drm/amd/display: Fix DCN35 set min dispclk logic
Nicholas Susanto
-3
/
+3
2024-09-02
drm/amdgpu/gfx9.4.3: Implement compute pipe reset
Prike Liang
-19
/
+108
2024-09-02
drm/xe/display: remove unused compat kdev_to_i915() and pdev_to_i915()
Jani Nikula
-9
/
+0
2024-09-02
drm/i915/hdcp: migrate away from kdev_to_i915() in GSC messaging
Jani Nikula
-22
/
+45
2024-09-02
drm/xe: Fix merge fails related to display runtime PM
Maarten Lankhorst
-4
/
+0
2024-09-02
drm/i915/hdcp: migrate away from kdev_to_i915() in bind/unbind
Jani Nikula
-4
/
+6
2024-09-02
drm/i915/audio: migrate away from kdev_to_i915()
Jani Nikula
-13
/
+21
2024-09-02
drm/i915: support struct device and pci_dev in to_intel_display()
Jani Nikula
-1
/
+7
2024-09-02
drm/i915 & drm/xe: save struct drm_device to drvdata
Jani Nikula
-8
/
+18
2024-09-02
drm/i915/fence: Mark debug_fence_free() with __maybe_unused
Andy Shevchenko
-2
/
+2
2024-09-02
drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
Andy Shevchenko
-2
/
+2
2024-09-02
drm/i915: Fix readout degamma_lut mismatch on ilk/snb
Ville Syrjälä
-5
/
+26
2024-09-02
drm/i915: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
-1
/
+6
2024-09-02
drm/panel: ili9341: Remove duplicate code
Andy Shevchenko
-207
/
+3
2024-09-02
drm/panthor: Use the BITS_PER_LONG macro
Jinjie Ruan
-2
/
+2
2024-09-02
drm/panfrost: Add cycle counter job requirement
Mary Guillemard
-13
/
+23
2024-09-02
drm/panfrost: Add SYSTEM_TIMESTAMP and SYSTEM_TIMESTAMP_FREQUENCY parameters
Mary Guillemard
-0
/
+52
2024-09-02
drm/imagination: Use memdup_user() helper
Jinjie Ruan
-15
/
+3
2024-09-02
drm/imagination: Use memdup_user() helper to simplify code
Jinjie Ruan
-10
/
+3
2024-09-02
drm/imagination: Free pvr_vm_gpuva after unlink
Matt Coster
-0
/
+4
2024-09-02
drm/imagination: Use pvr_vm_context_get()
Matt Coster
-3
/
+1
2024-09-02
drm/i915/fence: Mark debug_fence_free() with __maybe_unused
Andy Shevchenko
-2
/
+2
2024-09-02
drm/i915/fence: Mark debug_fence_init_onstack() with __maybe_unused
Andy Shevchenko
-2
/
+2
2024-09-01
drm/xe: clean up fault injection usage
Jani Nikula
-14
/
+3
2024-09-01
drm/msm: clean up fault injection usage
Jani Nikula
-8
/
+0
2024-09-01
fault-inject: improve build for CONFIG_FAULT_INJECTION=n
Jani Nikula
-0
/
+1
2024-09-01
mm: kvmalloc: align kvrealloc() with krealloc()
Danilo Krummrich
-2
/
+1
2024-09-02
drm/msm/dpu: enable writeback on SM6350
Dmitry Baryshkov
-0
/
+18
2024-09-02
drm/msm/dpu: enable writeback on SM6125
Dmitry Baryshkov
-0
/
+18
2024-09-02
drm/msm/dpu: enable writeback on SC8108X
Dmitry Baryshkov
-0
/
+18
2024-09-02
drm/msm/dpu: enable writeback on SM8150
Dmitry Baryshkov
-2
/
+22
2024-09-02
drm/msm: fix %s null argument error
Sherry Yang
-1
/
+1
2024-09-02
drm/msm/dsi: correct programming sequence for SM8350 / SM8450
Dmitry Baryshkov
-1
/
+11
2024-09-02
drm/msm/dp: enable widebus on all relevant chipsets
Abhinav Kumar
-5
/
+5
2024-09-02
drm/msm: add msm8998 hdmi phy/pll support
Arnaud Vrac
-0
/
+882
[prev]
[next]