aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-09-29drm/xe/stolen: use the same types as i915 interfaceJani Nikula2-8/+7
2025-09-29drm/{i915, xe}/stolen: convert stolen interface to struct drm_deviceJani Nikula5-21/+25
2025-09-29drm/{i915, xe}/stolen: use the stored i915/xe device pointerJani Nikula5-50/+33
2025-09-29drm/{i915, xe}/stolen: add device pointer to struct intel_stolen_nodeJani Nikula2-0/+8
2025-09-29drm/{i915, xe}/stolen: make struct intel_stolen_node opaqueJani Nikula5-30/+89
2025-09-29drm/xe/stolen: convert compat static inlines to proper functionsJani Nikula3-85/+119
2025-09-29drm/i915/stolen: convert intel_stolen_node into a real struct of its ownJani Nikula2-32/+56
2025-09-29drm/xe/stolen: switch from BUG_ON() to WARN_ON() in compatJani Nikula1-1/+2
2025-09-29drm/xe/stolen: convert compat stolen macros to inline functionsJani Nikula2-8/+33
2025-09-29drm/xe/stolen: rename fb to node in stolen compat headerJani Nikula1-12/+12
2025-09-29drm/{i915, xe}/stolen: rename i915_stolen_fb to intel_stolen_nodeJani Nikula3-7/+7
2025-09-29Merge drm/drm-next into drm-intel-nextJani Nikula634-11515/+20949
2025-09-29drm/bridge: imx: add driver for HDMI TX Parallel Audio InterfaceShengjiu Wang4-5/+230
2025-09-29drm/bridge: dw-hdmi: Add API dw_hdmi_set_sample_iec958() for iec958 formatShengjiu Wang2-1/+16
2025-09-29drm/bridge: dw-hdmi: Add API dw_hdmi_to_plat_data() to get plat_dataShengjiu Wang1-0/+6
2025-09-26drm/xe/hw_engine_group: Fix double write lock release in error pathShuicheng Lin1-5/+1
2025-09-26drm/solomon: Enforce one assignment per lineIker Pedrosa1-4/+8
2025-09-26drm/solomon: Simplify get_modes() using DRM helperIker Pedrosa1-13/+1
2025-09-26drm/solomon: Simplify mode_valid() using DRM helperIker Pedrosa1-9/+1
2025-09-26drm/solomon: Use drm_WARN_ON_ONCE instead of WARN_ONIker Pedrosa1-4/+4
2025-09-26drm/solomon: Move calls to drm_gem_fb_end_cpu*()Iker Pedrosa1-18/+18
2025-09-26drm/i915/psr: Deactivate PSR only on LNL and when selective fetch enabledJouni Högander1-2/+10
2025-09-26Merge tag 'drm-xe-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie3-4/+4
2025-09-26Merge tag 'drm-misc-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/m...Dave Airlie3-9/+3
2025-09-26Merge tag 'drm-intel-fixes-2025-09-25' of https://gitlab.freedesktop.org/drm/...Dave Airlie2-2/+10
2025-09-26Merge tag 'drm-misc-next-fixes-2025-09-25' of https://gitlab.freedesktop.org/...Dave Airlie2-3/+3
2025-09-26drm/i915: i915_pmu: Use sysfs_emit() instead of sprintf()Madhur Kumar1-2/+2
2025-09-26drm/i915/gvt: Improve intel_vgpu_ioctl hdr error handlingJonathan Cavitt1-6/+12
2025-09-25drm/amd: Add name to modes from amdgpu_connector_add_common_modes()Mario Limonciello1-12/+14
2025-09-25drm/amd: Drop some common modes from amdgpu_connector_add_common_modes()Mario Limonciello1-6/+0
2025-09-25drm/amdgpu: update MODULE_PARM_DESC for freesync_videoAlex Deucher1-1/+1
2025-09-25drm/amd: Use dynamic array size declaration for amdgpu_connector_add_common_m...Mario Limonciello1-2/+5
2025-09-25drm/amd/display: Share dce100_validate_global with DCE6-8Timur Kristóf4-63/+7
2025-09-25drm/amd/display: Share dce100_validate_bandwidth with DCE6-8Timur Kristóf4-77/+18
2025-09-25drm/amdgpu: Fix fence signaling race condition in userqueueJesse.Zhang1-1/+1
2025-09-25amd/amdkfd: enhance kfd process check in switch partitionYifan Zhang3-0/+16
2025-09-25amd/amdkfd: resolve a race in amdgpu_amdkfd_device_fini_swYifan Zhang1-1/+9
2025-09-25drm/amd/display: Reject modes with too high pixel clock on DCE6-10Timur Kristóf5-3/+35
2025-09-25drm/amd: Drop unnecessary check in amdgpu_connector_add_common_modes()Mario Limonciello1-2/+0
2025-09-25drm/amd/display: Only enable common modes for eDP and LVDSMario Limonciello1-0/+4
2025-09-25drm/amdgpu: remove the redeclaration of variable iSunil Khatri1-1/+0
2025-09-25drm/amdgpu/userq: assign an error code for invalid userq vaPrike Liang1-0/+2
2025-09-25drm/amdgpu: revert "rework reserved VMID handling" v2Christian König4-41/+50
2025-09-25drm/amdgpu: remove leftover from enforcing isolation by VMIDChristian König1-5/+0
2025-09-25drm/amdgpu: Add fallback to pipe reset if KCQ ring reset failsJesse.Zhang1-0/+12
2025-09-25drm/amd: Fix hybrid sleepMario Limonciello (AMD)1-1/+1
2025-09-25drm/i915/gvt: Simplify case switch in intel_vgpu_ioctlJonathan Cavitt1-9/+4
2025-09-25drm/i915/dsb: Inline dsb_vblank_delay() into intel_dsb_wait_for_delayed_vblank()Ankit Nautiyal1-33/+26
2025-09-25drm/i915/display: Drop intel_vrr_vblank_delay and use set_context_latencyAnkit Nautiyal4-12/+3
2025-09-25drm/i915/vrr: Clamp guardband as per hardware and timing constraintsAnkit Nautiyal1-12/+35