aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-06-10drm/vc4: fix infinite EPROBE_DEFER loopGabriel Dalimonte1-6/+6
2025-06-09drm/msm/adreno: Check for recognized GPU before bindRob Clark3-6/+26
2025-06-09drm/msm/adreno: Pass device_node to find_chipid()Rob Clark1-5/+5
2025-06-09drm/msm: Rename add_components_mdp()Rob Clark1-2/+2
2025-06-09drivers: gpu: drm: msm: registers: improve reproducibilityRyan Eatmon1-3/+5
2025-06-09drm/msm/a7xx: Call CP_RESET_CONTEXT_STATEConnor Abbott1-0/+14
2025-06-09drm/msm: Fix CP_RESET_CONTEXT_STATE bitfield namesConnor Abbott1-1/+2
2025-06-09drm/msm: Temporarily disable stall-on-fault after a page faultConnor Abbott9-1/+116
2025-06-09drm/msm: Delete resume_translation()Connor Abbott3-19/+0
2025-06-09drm/msm: Don't use a worker to capture fault devcoredumpConnor Abbott3-31/+19
2025-06-09drm/msm: Fix another leak in the submit error pathRob Clark1-2/+6
2025-06-09drm/msm: Fix a fence leak in submit error pathRob Clark1-0/+9
2025-06-09Merge drm/drm-next into drm-xe-nextThomas Hellström1257-25175/+45165
2025-06-09drm/xe: GSM size should be constant on most platformsMatt Roper1-1/+1
2025-06-09drm/xe/svm: Fix regression disallowing 64K SVM migrationMaarten Lankhorst1-1/+1
2025-06-09drm/xe/uc: Use GT-oriented firmware messagesMichal Wajdeczko1-9/+10
2025-06-09drm/i915: split out display register macros to a separate fileJani Nikula73-2934/+3020
2025-06-09Merge drm/drm-next into drm-intel-nextJani Nikula733-11187/+21635
2025-06-09drm/xe: Do not rely on GGTT internals in xe_guc_buf kunit testsMaarten Lankhorst3-11/+24
2025-06-09drm/xe: Implement a helper for reading out a GGTT PTE at a specified offsetMaarten Lankhorst3-5/+14
2025-06-09drm/xe: Remove pte_encode_bo callbackMaarten Lankhorst2-17/+0
2025-06-09drm/xe/display: Convert GGTT mapping to use pte_encode_flagsMaarten Lankhorst1-12/+5
2025-06-09drm/xe/display: Dont poke into GGTT internals to fill a DPTMaarten Lankhorst3-11/+26
2025-06-09drm/xe/ggtt: Seperate flags and address in PTE encodingMaarten Lankhorst3-27/+65
2025-06-09drm/xe/display: Remove dereferences of ggtt for tile idMaarten Lankhorst1-6/+7
2025-06-09drm/xe: Add xe_ggtt_allocMaarten Lankhorst3-5/+19
2025-06-09drm/xe: Add xe_ggtt_might_lockMaarten Lankhorst3-1/+15
2025-06-09drm/xe: Use xe_ggtt_map_bo_unlocked for resumeMaarten Lankhorst3-5/+17
2025-06-09drm/xe: Remove IOSF_MBI select.Maarten Lankhorst1-1/+0
2025-06-09drm: renesas: rz-du: Implement MIPI DSI host transfersHugo Villeneuve2-0/+240
2025-06-09drm/msm/dsi/dsi_phy_10nm: Fix missing initial VCO rateKrzysztof Kozlowski1-0/+7
2025-06-09drm/msm/disp: Correct porch timing for SDM845James A. MacInnes1-5/+9
2025-06-09drm/msm/dp: Disable wide bus support for SDM845James A. MacInnes1-1/+6
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar21-23/+29
2025-06-06drm/xe/topology: Stop trying to fix programming mistakesMichal Wajdeczko1-2/+1
2025-06-06drm/xe/topology: Use register array size instead magic numberMichal Wajdeczko1-2/+2
2025-06-06drm/xe/topology: Simplify code for loading DSS maskMichal Wajdeczko1-15/+18
2025-06-06drm/xe: don't store the xe device pointer inside xe_ttm_ttDave Airlie2-31/+32
2025-06-06Merge tag 'drm-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-2/+4
2025-06-06drm/xe/vf: Store the GuC FW info in guc->fwDaniele Ceraolo Spurio4-10/+64
2025-06-06drm/xe/vf: Use uc_fw_version to store the negotiated GuC ABIDaniele Ceraolo Spurio2-76/+78
2025-06-06drm/xe/vf: Boostrap all GTs immediately after MMIO initDaniele Ceraolo Spurio2-13/+6
2025-06-06drm/xe/uc: Prepare uc_fw_version for storing the VF ABI versionDaniele Ceraolo Spurio2-1/+3
2025-06-06Merge tag 'drm-next-2025-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds134-617/+2274
2025-06-06drm/tests: bridge: add KUnit tests for devm_drm_bridge_alloc()Luca Ceresoli1-0/+89
2025-06-06drm/bridge: add a .destroy funcLuca Ceresoli1-0/+2
2025-06-06drm/tests: bridge: convert to devm_drm_bridge_alloc() APILuca Ceresoli1-36/+51
2025-06-06Merge tag 'drm-misc-fixes-2025-06-06' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesSimona Vetter1-2/+3
2025-06-06drm/bridge: cdns-dsi: Use pre_enable/post_disable to enable/disableAradhya Bhatia1-29/+35
2025-06-06drm/atomic-helper: Re-order bridge chain pre-enable and post-disableAradhya Bhatia1-4/+4