summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-29drm/ast: Move Gen1 device initialization into separate helperThomas Zimmermann-0/+52
2025-09-29drm/ast: Prepare per-Gen device initializationThomas Zimmermann-7/+28
2025-09-29drm/ast: Split ast_detect_tx_chip() per chip generationThomas Zimmermann-89/+119
2025-09-29drm/ast: Move mode-detection helpers to Gen2 source filesThomas Zimmermann-27/+33
2025-09-29drm/ast: Move display-clock tables to per-Gen source filesThomas Zimmermann-62/+72
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki-1/+1
2025-09-29drm/{i915,xe}: driver agnostic drm to display pointer chaseJani Nikula-9/+27
2025-09-29drm/xe/stolen: use the same types as i915 interfaceJani Nikula-8/+7
2025-09-29drm/{i915, xe}/stolen: convert stolen interface to struct drm_deviceJani Nikula-21/+25
2025-09-29drm/{i915, xe}/stolen: use the stored i915/xe device pointerJani Nikula-50/+33
2025-09-29drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_nodeJani Nikula-0/+8
2025-09-29drm/{i915, xe}/stolen: make struct intel_stolen_node opaqueJani Nikula-30/+89
2025-09-29drm/xe/stolen: convert compat static inlines to proper functionsJani Nikula-85/+119
2025-09-29drm/i915/stolen: convert intel_stolen_node into a real struct of its ownJani Nikula-32/+56
2025-09-29drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compatJani Nikula-1/+2
2025-09-29drm/xe/stolen: convert compat stolen macros to inline functionsJani Nikula-8/+33
2025-09-29drm/xe/stolen: rename fb to node in stolen compat headerJani Nikula-12/+12
2025-09-29drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_nodeJani Nikula-7/+7
2025-09-29Merge drm/drm-next into drm-intel-nextJani Nikula-11515/+20949
2025-09-29drm/bridge: imx: add driver for HDMI TX Parallel Audio InterfaceShengjiu Wang-5/+230
2025-09-29drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 formatShengjiu Wang-1/+16
2025-09-29drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_dataShengjiu Wang-0/+6
2025-09-26drm/xe/hw_engine_group: Fix double write lock release in error pathShuicheng Lin-5/+1
2025-09-26drm/solomon: Enforce one assignment per lineIker Pedrosa-4/+8
2025-09-26drm/solomon: Simplify get_modes() using DRM helperIker Pedrosa-13/+1
2025-09-26drm/solomon: Simplify mode_valid() using DRM helperIker Pedrosa-9/+1
2025-09-26drm/solomon: Use drm_WARN_ON_ONCE instead of WARN_ONIker Pedrosa-4/+4
2025-09-26drm/solomon: Move calls to drm_gem_fb_end_cpu*()Iker Pedrosa-18/+18
2025-09-26drm/i915/psr: Deactivate PSR only on LNL and when selective fetch enabledJouni Högander-2/+10
2025-09-26Merge tag 'drm-xe-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-4/+4
2025-09-26Merge tag 'drm-misc-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-9/+3
2025-09-26Merge tag 'drm-intel-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/...Dave Airlie-2/+10
2025-09-26Merge tag 'drm-misc-next-fixes-2025-09-25' of https://gitlab.freedesktop.org/...Dave Airlie-3/+3
2025-09-26drm/i915: i915_pmu: Use sysfs_emit() instead of sprintf()Madhur Kumar-2/+2
2025-09-26drm/i915/gvt: Improve intel_vgpu_ioctl hdr error handlingJonathan Cavitt-6/+12
2025-09-25drm/amd: Add name to modes from amdgpu_connector_add_common_modes()Mario Limonciello-12/+14
2025-09-25drm/amd: Drop some common modes from amdgpu_connector_add_common_modes()Mario Limonciello-6/+0
2025-09-25drm/amdgpu: update MODULE_PARM_DESC for freesync_videoAlex Deucher-1/+1
2025-09-25drm/amd: Use dynamic array size declaration for amdgpu_connector_add_common_m...Mario Limonciello-2/+5
2025-09-25drm/amd/display: Share dce100_validate_global with DCE6-8Timur Kristóf-63/+7
2025-09-25drm/amd/display: Share dce100_validate_bandwidth with DCE6-8Timur Kristóf-77/+18
2025-09-25drm/amdgpu: Fix fence signaling race condition in userqueueJesse.Zhang-1/+1
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang-0/+16
2025-09-25amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_swYifan Zhang-1/+9
2025-09-25drm/amd/display: Reject modes with too high pixel clock on DCE6-10Timur Kristóf-3/+35
2025-09-25drm/amd: Drop unnecessary check in amdgpu_connector_add_common_modes()Mario Limonciello-2/+0
2025-09-25drm/amd/display: Only enable common modes for eDP and LVDSMario Limonciello-0/+4
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri-1/+0
2025-09-25drm/amdgpu/userq: assign an error code for invalid userq vaPrike Liang-0/+2
2025-09-25drm/amdgpu: revert "rework reserved VMID handling" v2Christian König-41/+50