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-05
drm/i915/display: use to_intel_display() global state macros
Jani Nikula
-4
/
+4
2024-09-05
Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
Alex Deucher
-2
/
+4
2024-09-05
Revert "drm/amdgpu: align pp_power_profile_mode with kernel docs"
Alex Deucher
-2
/
+4
2024-09-05
drm/i915: use IS_ENABLED() instead of defined() on config options
Jani Nikula
-10
/
+10
2024-09-05
drm/i915/display: convert intel_display_trace.h to struct intel_display
Jani Nikula
-31
/
+35
2024-09-05
drm/i915/display: pass display to intel_crtc_for_pipe()
Jani Nikula
-53
/
+87
2024-09-05
drm/i915/pciids: separate ARL and MTL PCI IDs
Jani Nikula
-0
/
+2
2024-09-05
drm/xe: Replace double space with single space after comma
Nitin Gote
-7
/
+7
2024-09-05
drm/xe/pf: Sanitize VF scratch registers on FLR
Michal Wajdeczko
-1
/
+55
2024-09-05
drm/tegra: fix potential uninitialized variable use
Jani Nikula
-1
/
+1
2024-09-05
drm/i915/display: drop extra includes from intel_display_types.h
Jani Nikula
-3
/
+0
2024-09-05
drm/i915/fb: hide the guts of intel_fb_obj()
Jani Nikula
-4
/
+14
2024-09-05
drm/i915/display: include media/cec-notifier.h and linux/debugfs.h where needed
Jani Nikula
-1
/
+25
2024-09-05
drm/i915/display: include drm/drm_vblank.h where needed
Jani Nikula
-1
/
+8
2024-09-05
drm/i915/display: include drm/drm_probe_helper.h where needed
Jani Nikula
-1
/
+10
2024-09-05
drm/i915/hdcp: split out intel_hdcp_shim.h for struct intel_hdcp_shim
Jani Nikula
-123
/
+142
2024-09-05
drm/i915/wm: move struct intel_watermark_params to i9xx_wm.c
Jani Nikula
-8
/
+8
2024-09-05
drm/fbdev-dma: Only install deferred I/O if necessary
Thomas Zimmermann
-19
/
+64
2024-09-05
drm/panthor: flush FW AS caches in slow reset path
Adrián Larumbe
-4
/
+26
2024-09-05
drm/msm: add another DRM_DISPLAY_DSC_HELPER selection
Dmitry Baryshkov
-0
/
+1
2024-09-05
drm/xe: select DRM_DISPLAY_DSC_HELPER
Dmitry Baryshkov
-0
/
+1
2024-09-05
drm: panel: nv3052c: Correct WL-355608-A8 panel compatible
Ryan Walklin
-1
/
+1
2024-09-05
drm/panthor: Add DEV_QUERY_TIMESTAMP_INFO dev query
Mary Guillemard
-1
/
+93
2024-09-05
drm/panthor: Restrict high priorities on group_create
Mary Guillemard
-1
/
+24
2024-09-04
drm/nouveau/volt: use clamp() in nvkm_volt_map()
Li Zetao
-1
/
+1
2024-09-04
drm/nouveau/tegra: Use iommu_paging_domain_alloc()
Lu Baolu
-2
/
+2
2024-09-04
drm/xe/display: Avoid encoder_suspend at runtime suspend
Rodrigo Vivi
-3
/
+3
2024-09-04
drm/xe: Suspend/resume user access only during system s/r
Imre Deak
-4
/
+6
2024-09-04
drm/xe/display: Match i915 driver suspend/resume sequences better
Maarten Lankhorst
-5
/
+14
2024-09-04
drm/xe: Add missing runtime reference to wedged upon gt_reset
Rodrigo Vivi
-2
/
+3
2024-09-04
ARM: 9417/1: dma-mapping: Pass device to arm_iommu_create_mapping()
Jason Gunthorpe
-1
/
+1
2024-09-04
drm/i915/display: Fix BMG CCS modifiers
Juha-Pekka Heikkila
-0
/
+3
2024-09-04
drm/i915/hdmi: convert comma to semicolon
Chen Ni
-2
/
+2
2024-09-04
drm/bridge/tdp158: fix build failure
Jani Nikula
-2
/
+5
2024-09-04
drm/mm: annotate drm_mm_node_scanned_block() with __maybe_unused
Jani Nikula
-1
/
+1
2024-09-04
drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused
Andy Shevchenko
-1
/
+1
2024-09-04
drm/exynos: hdmi: convert to struct drm_edid
Jani Nikula
-8
/
+12
2024-09-04
drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe.
Thomas Hellström
-2
/
+19
2024-09-04
drm/exynos: hdmi: use display_info for printing display dimensions
Jani Nikula
-2
/
+3
2024-09-03
drm/xe/display: Avoid encoder_suspend at runtime suspend
Rodrigo Vivi
-3
/
+3
2024-09-03
drm/xe: Add missing runtime reference to wedged upon gt_reset
Rodrigo Vivi
-2
/
+3
2024-09-03
drm/tegra: fix potential uninitialized variable use
Jani Nikula
-1
/
+1
2024-09-03
drm/xe/pcode: Treat pcode as per-tile rather than per-GT
Matt Roper
-79
/
+85
2024-09-03
drm/xe/gsc: Do not attempt to load the GSC multiple times
Daniele Ceraolo Spurio
-2
/
+19
2024-09-03
drm/i915/dp: hide dp_to_i915() inside intel_dp.c
Jani Nikula
-2
/
+2
2024-09-03
drm/i915/ddi: stop using dp_to_i915()
Jani Nikula
-7
/
+7
2024-09-03
drm/i915/psr: convert intel_psr.[ch] to struct intel_display
Jani Nikula
-411
/
+454
2024-09-03
drm/i915/pps: convert intel_pps.[ch] to struct intel_display
Jani Nikula
-253
/
+299
2024-09-03
drm/i915/pps: pass intel_dp to pps_name()
Jani Nikula
-29
/
+32
2024-09-03
drm/i915/dp: convert intel_dp_link_training.[ch] to struct intel_display
Jani Nikula
-50
/
+55
[prev]
[next]