summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-11-18drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registersAkhil P Oommen-1/+1
2025-11-18drm/msm/registers: Fix encoding fields in 64b registersRob Clark-7/+12
2025-11-18drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY ADnyaneshwar Bhadane-8/+6
2025-11-18drm/i915/display: Add definition for wcl as subplatformDnyaneshwar Bhadane-1/+15
2025-11-18drm/pcids: Split PTL pciids group to make wcl subplatformDnyaneshwar Bhadane-0/+2
2025-11-18drm/mediatek: Fix CCORR mtk_ctm_s31_32_to_s1_n function issueJay Liu-22/+1
2025-11-18drm/i915/fbc: Apply Wa_15018326506Vinod Govindapillai-0/+13
2025-11-17nouveau/firmware: Add missing kfree() of nvkm_falcon_fw::bootNam Cao-0/+2
2025-11-17drm/i915/xe3lpd: Load DMC for Xe3_LPD version 30.02Dnyaneshwar Bhadane-3/+7
2025-11-18Merge tag 'amd-drm-next-6.19-2025-11-14' of https://gitlab.freedesktop.org/ag...Dave Airlie-742/+2152
2025-11-18Merge tag 'drm-intel-gt-next-2025-11-14' of https://gitlab.freedesktop.org/dr...Dave Airlie-4/+27
2025-11-18Merge tag 'drm-intel-next-2025-11-14' of https://gitlab.freedesktop.org/drm/i...Dave Airlie-853/+1326
2025-11-17drm/msm: Wait for MMU devcoredump when waiting for GMUConnor Abbott-6/+48
2025-11-17drm/msm/a2xx: stop over-complaining about the legacy firmwareDmitry Baryshkov-1/+1
2025-11-17drm/msm: fix missing NULL check after kcalloc in crashstate_get_bos()Huiwen He-8/+9
2025-11-17drm/msm: Fix NULL pointer dereference in crashstate_get_vm_logs()Huiwen He-0/+4
2025-11-17drm/mediatek: ovl_adaptor: Fix probe device leaksJohan Hovold-0/+12
2025-11-17drm/mediatek: Fix probe device leaksJohan Hovold-0/+11
2025-11-17drm/mediatek: Fix probe memory leakJohan Hovold-1/+1
2025-11-17drm/mediatek: Fix probe resource leaksJohan Hovold-7/+19
2025-11-17drm/mediatek: mtk_hdmi_common: Defer probe when ddc i2c bus isn't available yetSjoerd Simons-1/+1
2025-11-17drm/mediatek: mtk_hdmi_v2: Add debugfs ops and implement ABISTAngeloGioacchino Del Regno-0/+123
2025-11-17drm/mediatek: Introduce HDMI/DDC v2 for MT8195/MT8188AngeloGioacchino Del Regno-0/+2084
2025-11-17drm/mediatek: mtk_hdmi_common: Add var to enable interlaced modesAngeloGioacchino Del Regno-0/+2
2025-11-17drm/mediatek: mtk_hdmi_common: Add OP_HDMI if helper funcs assignedAngeloGioacchino Del Regno-0/+4
2025-11-17drm/mediatek: mtk_hdmi_common: Assign DDC adapter pointer to bridgeAngeloGioacchino Del Regno-0/+2
2025-11-17drm/mediatek: mtk_hdmi_common: Make CEC support optionalAngeloGioacchino Del Regno-4/+5
2025-11-17drm/mediatek: mtk_hdmi: Split driver and add common probe functionAngeloGioacchino Del Regno-550/+649
2025-11-17drm/mediatek: mtk_hdmi: Add HDMI IP version configuration to pdataAngeloGioacchino Del Regno-8/+37
2025-11-17drm/mediatek: mtk_hdmi: Improve mtk_hdmi_get_all_clk() flexibilityAngeloGioacchino Del Regno-10/+16
2025-11-17drm/mediatek: mtk_hdmi: Drop redundant clock retrieval in mtk_hdmi_get_cec_devLouis-Alexis Eyraud-4/+0
2025-11-17drm/mediatek: mtk_hdmi: Fix probe device leaksJohan Hovold-0/+15
2025-11-17gpu: nova-core: make formatting compatible with rust treeAlice Ryhl-7/+4
2025-11-17Merge tag 'drm-misc-next-2025-11-14-1' of https://gitlab.freedesktop.org/drm/...Dave Airlie-629/+750
2025-11-17Merge tag 'drm-xe-next-2025-11-14' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-437/+3985
2025-11-17Merge tag 'drm-xe-next-2025-11-05' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie-1256/+2557
2025-11-16drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridgeMaud Spierings-0/+5
2025-11-15drm/msm/a6xx: Add support for Adreno 612Jie Zhang-14/+90
2025-11-15drm/msm: Add NULL check in vm_op_enqueue()Gopi Krishna Menon-6/+22
2025-11-15gpu: nova-core: provide a clear error report for unsupported GPUsJohn Hubbard-3/+24
2025-11-15gpu: nova-core: add boot42 support for next-gen GPUsJohn Hubbard-12/+45
2025-11-15gpu: nova-core: make Architecture behave as a u8 typeJohn Hubbard-1/+14
2025-11-15gpu: nova-core: prepare Spec and Revision types for boot0/boot42John Hubbard-5/+12
2025-11-15gpu: nova-core: gsp: Retrieve GSP static info to gather GPU informationAlistair Popple-0/+266
2025-11-15gpu: nova-core: gsp: Wait for gsp initialization to completeAlistair Popple-3/+48
2025-11-15gpu: nova-core: sequencer: Implement core resume operationJoel Fernandes-3/+42
2025-11-15gpu: nova-core: sequencer: Implement basic core operationsJoel Fernandes-0/+19
2025-11-15gpu: nova-core: sequencer: Add delay opcode supportJoel Fernandes-3/+18
2025-11-15gpu: nova-core: sequencer: Add register opcodesJoel Fernandes-15/+107
2025-11-15gpu: nova-core: Implement the GSP sequencerJoel Fernandes-3/+252