aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2026-03-10drm/i915/vrr: Configure VRR timings after enabling TRANS_DDI_FUNC_CTLVille Syrjälä2-1/+14
2026-03-10drm: lcdif: Use dev_err_probe()Alexander Stein1-3/+5
2026-03-09drm/bridge: ti-sn65dsi83: halve horizontal syncs for dual LVDS outputLuca Ceresoli1-3/+4
2026-03-09drm/bridge: ti-sn65dsi83: fix CHA_DSI_CLK_RANGE roundingLuca Ceresoli1-3/+3
2026-03-09drm/xe: Utilize for_each_gt_with_type() for type-specific GT loopsMatt Roper2-8/+2
2026-03-09drm/xe: Add for_each_gt_with_type() iteratorMatt Roper1-0/+4
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Reduce log level for DPCD read/writeJayesh Choudhary1-2/+2
2026-03-09cadence: cdns-mhdp8546*: Change drm_connector from structure to pointerJayesh Choudhary3-15/+14
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Remove legacy support for connector initialisation in bridgeJayesh Choudhary1-178/+9
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Handle HDCP state in bridge atomic checkHarikrishna Shenoy1-0/+23
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Add mode_valid hook to drm_bridge_funcsJayesh Choudhary1-0/+20
2026-03-09drm/bridge: cadence: cdns-mhdp8546-core: Set the mhdp connector earlier in atomic_enable()Jayesh Choudhary3-18/+30
2026-03-09drm/i915/display: convert W/As in skl_watermark.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in skl_universal_plane.c to new frameworkLuca Coelho3-3/+8
2026-03-09drm/i915/display: convert W/As in intel_psr.c to new frameworkLuca Coelho3-14/+25
2026-03-09drm/i915/display: convert W/As in intel_pmdemand.c to new frameworkLuca Coelho3-3/+8
2026-03-09drm/i915/display: convert W/As in intel_modeset_setup.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_flipq.c to new frameworkLuca Coelho3-10/+8
2026-03-09drm/i915/display: convert W/As in intel_fbc.c to new frameworkLuca Coelho3-2/+8
2026-03-09drm/i915/display: convert W/As in intel_dp_mst.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_display_device.c to new frameworkLuca Coelho3-1/+6
2026-03-09drm/i915/display: convert W/As in intel_display.c to new frameworkLuca Coelho3-2/+5
2026-03-09drm/i915/display: convert W/As in intel_ddi.c to new frameworkLuca Coelho3-2/+6
2026-03-09drm/i915/display: convert W/As in intel_cursor.c to new frameworkLuca Coelho3-1/+4
2026-03-09drm/i915/display: convert W/As in intel_cdclk.c to new frameworkLuca Coelho3-1/+5
2026-03-09drm/i915/display: convert W/As in intel_display_power.c to new frameworkLuca Coelho3-11/+36
2026-03-09drm/i915/display: convert audio workaround to new frameworkLuca Coelho3-13/+16
2026-03-09drm/i915/display: remove enum macro magic in intel_display_wa()Luca Coelho8-15/+16
2026-03-09drm/tyr: Use DRM device type alias across driverDeborah Brouwer2-4/+10
2026-03-09drm/i915/dp: Read ALPM caps after DPCD initArun R Murthy2-6/+7
2026-03-09drm/i915/psr: Write DSC parameters on Selective Update in ET modeJouni Högander1-0/+10
2026-03-09drm/i915/dsc: Add helper for writing DSC Selective Update ET parametersJouni Högander2-0/+26
2026-03-09drm/i915/dsc: Add Selective Update register definitionsJouni Högander1-0/+12
2026-03-09drm/i915/psr: Repeat Selective Update area alignmentJouni Högander1-12/+38
2026-03-08drm/gud: fix NULL crtc dereference on display disableShenghao Yang3-19/+48
2026-03-09Merge tag 'drm-misc-next-2026-03-05' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie15-223/+120
2026-03-09Merge tag 'amd-drm-next-7.1-2026-03-04' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie238-4337/+106697
2026-03-07drm/sitronix/st7586: fix bad pixel data due to byte swapDavid Lechner1-9/+6
2026-03-06drm/xe/migrate: Refactor xe_migrate_prepare_vm()Raag Jadav1-15/+38
2026-03-06drm/amd: Fix a few more NULL pointer dereference in device cleanupMario Limonciello1-0/+6
2026-03-06drm/amdgpu: fix gpu idle power consumption issue for gfx v12Yang Wang1-1/+4
2026-03-06drm/amdgpu: Fix kernel-doc comments for some LUT propertiesCristian Ciocaltea1-8/+8
2026-03-06drm/amd: Fix NULL pointer dereference in device cleanupMario Limonciello1-0/+4
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v14Yang Wang1-1/+2
2026-03-06drm/amd/pm: add missing od setting PP_OD_FEATURE_ZERO_FAN_BIT for smu v13Yang Wang2-2/+4
2026-03-06drm/amdgpu: push userq debugfs function in amdgpu_debugfs filesSunil Khatri3-48/+58
2026-03-06drm/amdgpu/userq: declutter the code with gotoSunil Khatri1-22/+18
2026-03-06drm/amdgpu/userq: defer queue publication until create completesSunil Khatri1-33/+33
2026-03-06drm/amdgpu: Check for multiplication overflow in checkpoint stack sizeDavid Francis6-8/+22
2026-03-06drm/amdkfd: fix the warning for potential insecure stringSunil Khatri1-2/+2