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-02-17
drm: panel-orientation-quirks: Add quirks for AYA NEO Flip DS and KB
Andrew Wyatt
-0
/
+18
2025-02-17
drm: panel-orientation-quirks: Add support for AYANEO 2S
Andrew Wyatt
-2
/
+2
2025-02-17
drm/xe: Fix typo in xe_job_ptrs
Tejas Upadhyay
-2
/
+2
2025-02-16
drm/xe/pf: Release all VFs configs on device removal
Michal Wajdeczko
-0
/
+36
2025-02-15
drm/msm/dsi/phy: Do not overwite PHY_CMN_CLK_CFG1 when choosing bitclk source
Krzysztof Kozlowski
-2
/
+3
2025-02-15
drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG1 against clock driver
Krzysztof Kozlowski
-14
/
+26
2025-02-15
drm/msm/dsi/phy: Protect PHY_CMN_CLK_CFG0 updated from driver side
Krzysztof Kozlowski
-3
/
+16
2025-02-15
drm/msm/dpu: Drop extraneous return in dpu_crtc_reassign_planes()
Jessica Zhang
-2
/
+0
2025-02-15
drm/msm/dpu: Don't leak bits_per_component into random DSC_ENC fields
Marijn Suijten
-1
/
+2
2025-02-15
drm/msm/dpu: Disable dither in phys encoder cleanup
Jessica Zhang
-0
/
+3
2025-02-15
drm/msm/dpu: Fix uninitialized variable
Ethan Carter Edwards
-4
/
+3
2025-02-15
drm/msm/dp: account for widebus and yuv420 during mode validation
Abhinav Kumar
-6
/
+10
2025-02-15
drm/msm/dpu: correct LM pairing for SM6150
Dmitry Baryshkov
-2
/
+0
2025-02-15
drm/msm/dpu: enable DPU_WB_INPUT_CTRL for DPU 5.x
Dmitry Baryshkov
-3
/
+3
2025-02-15
drm/msm/dpu: skip watchdog timer programming through TOP on >= SM8450
Dmitry Baryshkov
-1
/
+1
2025-02-15
drm/i915: s/state/plane_state/
Ville Syrjälä
-21
/
+22
2025-02-15
drm/i915: Relocate some other plane fb related stuff into intel_fb.c
Ville Syrjälä
-36
/
+37
2025-02-15
drm/i915: Relocate intel_{rotation,remapped}_info_size()
Ville Syrjälä
-41
/
+42
2025-02-15
drm/i915: Relocate intel_plane_uses_fence()
Ville Syrjälä
-12
/
+11
2025-02-15
drm/i915: Simplify vlv_wait_port_ready() arguments
Ville Syrjälä
-14
/
+10
2025-02-15
drm/i915: Relocate vlv_wait_port_ready()
Ville Syrjälä
-37
/
+42
2025-02-15
drm/i915: Move intel_plane_destroy() into intel_atomic_plane.c
Ville Syrjälä
-14
/
+14
2025-02-15
drm/i915: Move intel_hpd_poll_fini() into intel_hotplug.c
Ville Syrjälä
-18
/
+17
2025-02-15
drm/i915: Extract intel_hdcp_cancel_works()
Ville Syrjälä
-4
/
+12
2025-02-15
drm/i915: Extract intel_connector_cancel_modeset_retry_work()
Ville Syrjälä
-2
/
+9
2025-02-15
drm/i915: Always initialize connector->modeset_retry_work
Ville Syrjälä
-14
/
+4
2025-02-15
drm/i915: Move modeset_retry stuff into intel_connector.c
Ville Syrjälä
-42
/
+45
2025-02-15
drm/msm: Avoid rounding up to one jiffy
Rob Clark
-7
/
+4
2025-02-15
drm/msm/a6xx: Only print the GMU firmware version once
Konrad Dybcio
-4
/
+4
2025-02-15
drm/i915: Relocate intel_atomic_check_planes()
Ville Syrjälä
-297
/
+299
2025-02-15
drm/i915: Move icl+ nv12 plane register mangling into skl_universal_plane.c
Ville Syrjälä
-24
/
+41
2025-02-15
drm/i915: Rename the variables in icl_check_nv12_planes()
Ville Syrjälä
-47
/
+56
2025-02-15
drm/i915: Extract link_nv12_planes()
Ville Syrjälä
-37
/
+49
2025-02-15
drm/i915: Remove pointless visible check in unlink_nv12_plane()
Ville Syrjälä
-7
/
+11
2025-02-15
drm/i915: Extract unlink_nv12_plane()
Ville Syrjälä
-11
/
+21
2025-02-15
drm/i915: s/planar_slave/is_y_plane/
Ville Syrjälä
-25
/
+17
2025-02-15
drm/i915: Rework joiner and Y plane dependency handling
Ville Syrjälä
-51
/
+53
2025-02-15
Revert "drm/i915: Fix NULL ptr deref by checking new_crtc_state"
Ville Syrjälä
-1
/
+1
2025-02-15
drm/i915: Make sure all planes in use by the joiner have their crtc included
Ville Syrjälä
-0
/
+18
2025-02-14
drm/xe/hwmon: Stop ignoring errors on probe
Lucas De Marchi
-18
/
+21
2025-02-14
drm/xe/pmu: Fail probe if xe_pmu_register() fails
Lucas De Marchi
-1
/
+3
2025-02-14
drm/xe/oa: Handle errors in xe_oa_register()
Lucas De Marchi
-23
/
+24
2025-02-14
drm/xe: Move drm_dev_unplug() out of display function
Lucas De Marchi
-6
/
+2
2025-02-14
drm/xe/oa: Move fini to xe_oa
Lucas De Marchi
-31
/
+25
2025-02-14
drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
Lucas De Marchi
-11
/
+4
2025-02-14
drm/xe: Cleanup unwind of gt initialization
Lucas De Marchi
-99
/
+47
2025-02-14
drm/xe: Remove leftover pxp comment
Lucas De Marchi
-1
/
+0
2025-02-14
drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
Lucas De Marchi
-10
/
+13
2025-02-14
drm/xe: Fix xe_tile_init_noalloc() error propagation
Lucas De Marchi
-3
/
+1
2025-02-14
drm/xe: Fix error handling in xe_irq_install()
Lucas De Marchi
-13
/
+1
[prev]
[next]