summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-05-07drm/xe: Move xe_device_sysfs_init() to xe_device_probe()Raag Jadav3-11/+13
2025-05-07drm/xe: Release force wake first then runtime powerShuicheng Lin1-4/+5
2025-05-07drm/xe: Add config control for svm flush workShuicheng Lin3-3/+19
2025-05-07drm/xe: Use copy_from_user() instead of __copy_from_user()Harish Chegondi6-17/+16
2025-05-07gpu: host1x: Use for_each_available_child_of_node_scoped()Jinjie Ruan1-8/+3
2025-05-07drm/tegra: Fix a possible null pointer dereferenceQiu-ji Chen1-1/+4
2025-05-07drm/tegra: rgb: Fix the unbound reference countBiju Das1-1/+13
2025-05-07gpu: host1x: Remove mid-job CDMA flushesMikko Perttunen1-6/+1
2025-05-07drm/tegra: falcon: Pipeline firmware copyMikko Perttunen2-1/+20
2025-05-07drm/tegra: dpaux: Use dev_err_probe()Zhang Enpei1-8/+3
2025-05-07drm/tegra: Remove unneeded includeJon Hunter1-1/+0
2025-05-07drm/tegra: Assign plane type before registrationThierry Reding3-7/+12
2025-05-07drm/i915/rps: fix stale reference to i915->irq_lockJani Nikula1-1/+1
2025-05-07drm/i915/gt: Remove const from struct i915_wa list allocationKees Cook1-1/+1
2025-05-07drm/i915/irq: move i915->irq_lock to display->irq.lockJani Nikula15-259/+169
2025-05-07drm/i915/rps: refactor display rps supportJani Nikula7-39/+56
2025-05-07drm/i915/irq: make i915_enable_asle_pipestat() staticJani Nikula2-6/+2
2025-05-07drm/i915/irq: split out i965_display_irq_postinstall()Jani Nikula3-9/+19
2025-05-07drm/i915/irq: split out i915_display_irq_postinstall()Jani Nikula3-8/+18
2025-05-07drm/i915/irq: move locking inside vlv_display_irq_postinstall()Jani Nikula2-9/+12
2025-05-07drm/i915/irq: move locking inside valleyview_{enable, disable}_display_irqs()Jani Nikula2-9/+9
2025-05-07drm/i915/irq: move locking inside vlv_display_irq_reset()Jani Nikula2-4/+4
2025-05-07drm/i915/crtc: pass struct intel_display to DISPLAY_VER()Jani Nikula1-2/+1
2025-05-07drm/i915/bios: fix a comment referencing struct drm_i915_privateJani Nikula1-1/+1
2025-05-07drm/i915/display: remove struct drm_i915_private forward declarationJani Nikula1-3/+1
2025-05-07drm/i915/dsi: remove dependency on i915_drv.hJani Nikula1-3/+4
2025-05-06checkpatch: remove %p4cnAditya Garg1-1/+1
2025-05-06drm/panel: simple: Update timings for AUO G101EVN010Kevin Baker1-12/+13
2025-05-06drm/vkms: Adjust vkms_state->active_planes allocation typeKees Cook1-1/+1
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann1058-7247/+15154
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie957-6212/+12302
2025-05-05drm/xe/gsc: do not flush the GSC worker from the reset pathDaniele Ceraolo Spurio7-2/+44
2025-05-05docs: backlight: Clarify `actual_brightness`Mario Limonciello1-1/+6
2025-05-05drm/amdgpu: only keep most recent fence for each contextArvind Yadav1-0/+6
2025-05-05drm/amdgpu: Add Support for enforcing isolation without Cleaner ShaderSrinivasan Shanmugam5-7/+25
2025-05-05dma-fence: Add helper to sort and deduplicate dma_fence arraysArvind Yadav2-14/+39
2025-05-05drm/amdgpu: change DRM_DBG_DRIVER to drm_dbg_driverSunil Khatri1-3/+4
2025-05-05drm/amdgpu: change DRM_ERROR to drm_file_err in amdgpu_userq.cSunil Khatri1-31/+32
2025-05-05drm/amdgpu: use drm_file_err in fence timeoutsSunil Khatri1-5/+4
2025-05-05drm/amdgpu: add drm_file reference in userq_mgrSunil Khatri3-3/+7
2025-05-05drm: add drm_file_err function to add process infoSunil Khatri2-0/+37
2025-05-05drm/amd/display: Promote DC to 3.2.331Taimur Hassan1-1/+1
2025-05-05drm/amd/display: Only wait for required free space in DMUB mailboxDillon Varone3-17/+76
2025-05-05drm/amd/display: Assign preferred stream encoder instance to dpiaMeenakshikumar Somasundaram1-0/+4
2025-05-05drm/amd/display: Fix wrong handling for AUX_DEFER caseWayne Lin1-4/+24
2025-05-05drm/amd/display: Copy AUX read reply data whenever length > 0Wayne Lin1-2/+1
2025-05-05drm/amd/display: Remove incorrect checking in dmub aux handlerWayne Lin1-11/+1
2025-05-05drm/amd/display: Fix the checking condition in dmub aux handlingWayne Lin1-1/+1
2025-05-05drm/amd/display: Shift DMUB AUX reply command if necessaryWayne Lin1-1/+4
2025-05-05drm/amd/display: Refactor SubVP cursor limiting logicDillon Varone39-135/+418