aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2025-11-14drm/msm/dp: Add support for GlymurAbel Vesa1-0/+9
2025-11-14drm/msm/dpu: Add support for GlymurAbel Vesa5-0/+550
2025-11-14drm/msm/mdss: Add Glymur device configurationAbel Vesa1-0/+1
2025-11-14drm/msm/dpu: drop dpu_hw_dsc_destroy() prototypeDmitry Baryshkov1-6/+0
2025-11-14drm/msm/dp: Add support for lane mapping configurationXiangxu Yin3-5/+66
2025-11-14drm/msm/dp: move link-specific parsing from dp_panel to dp_linkXiangxu Yin4-72/+70
2025-11-14drm/msm/dpu: Enable quad-pipe for DSC and dual-DSI caseJun Nie6-33/+35
2025-11-14drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4
2025-11-14drm/xe/pat: Add helper to query compression enable statusXin Wang2-0/+16
2025-11-14Merge tag 'drm-xe-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie2-0/+12
2025-11-14Merge tag 'drm-intel-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/...Dave Airlie1-1/+6
2025-11-14Merge tag 'drm-misc-fixes-2025-11-13' of https://gitlab.freedesktop.org/drm/m...Dave Airlie6-10/+46
2025-11-14drm/msm/dpu: support plane splitting in quad-pipe caseJun Nie3-40/+110
2025-11-14drm/msm/dpu: support SSPP assignment for quad-pipe caseJun Nie1-61/+89
2025-11-14drm/msm/dpu: blend pipes per mixer pairs configJun Nie2-19/+33
2025-11-14drm/msm/dpu: Use dedicated WB number definitionJun Nie1-2/+3
2025-11-14drm/msm/dpu: split PIPES_PER_STAGE definition per plane and mixerJun Nie4-16/+15
2025-11-14drm/msm/dpu: handle pipes as arrayJun Nie3-111/+118
2025-11-14drm/msm/dpu: Add pipe as trace argumentJun Nie2-6/+6
2025-11-14drm/msm/dpu: bind correct pingpong for quad pipeJun Nie1-2/+8
2025-11-14drm/msm/dpu: fix mixer number counter on allocationJun Nie1-1/+5
2025-11-14drm/msm/dpu: Remove dead-code in dpu_encoder_helper_reset_mixers()Christophe JAILLET1-3/+0
2025-11-13drm/xe/oa: Store forcewake reference in stream structureMatt Roper2-5/+7
2025-11-13drm/xe/eustall: Store forcewake reference in stream structureMatt Roper1-4/+4
2025-11-13drm/xe/forcewake: Improve kerneldocMatt Roper1-2/+24
2025-11-13drm/imx/ipuv3: Fix dumb-buffer allocation for non-RGB formatsThomas Zimmermann1-7/+9
2025-11-13drm/xe/pf: Use migration-friendly GGTT auto-provisioningMichal Wajdeczko2-0/+69
2025-11-13drm/client: fix MODULE_PARM_DESC string for "active"Randy Dunlap1-2/+2
2025-11-13drm/xe/pf: Add wait helper for VF FLRMichał Winiarski2-0/+25
2025-11-13drm/xe/pf: Handle VRAM migration data as part of PF controlMichał Winiarski5-0/+237
2025-11-13drm/xe/migrate: Add function to copy of VRAM data in chunksLukasz Laguna2-5/+131
2025-11-13drm/xe/pf: Add helper to retrieve VF's LMEM objectLukasz Laguna2-0/+27
2025-11-13drm/xe/pf: Handle MMIO migration data as part of PF controlMichał Winiarski3-0/+175
2025-11-13drm/xe/pf: Handle GGTT migration data as part of PF controlMichał Winiarski3-0/+130
2025-11-13drm/xe/pf: Add helpers for VF GGTT migration data handlingMichał Winiarski5-0/+171
2025-11-13drm/xe/pf: Handle GuC migration data as part of PF controlMichał Winiarski4-18/+94
2025-11-13drm/xe/pf: Switch VF migration GuC save/restore to struct migration dataMichał Winiarski4-230/+80
2025-11-13drm/xe/pf: Don't save GuC VF migration data on pauseMichał Winiarski2-39/+2
2025-11-13drm/xe/pf: Remove GuC migration data save/restore from GT debugfsMichał Winiarski1-47/+0
2025-11-13drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migrationMichał Winiarski3-33/+30
2025-11-13drm/xe: Allow the caller to pass guc_buf_cache sizeMichał Winiarski2-11/+34
2025-11-13drm/xe: Add sa/guc_buf_cache sync interfaceMichał Winiarski4-0/+36
2025-11-13drm/xe/pf: Expose VF migration data size over debugfsMichał Winiarski5-0/+82
2025-11-13drm/xe/pf: Add minimalistic migration descriptorMichał Winiarski3-1/+99
2025-11-13drm/xe/pf: Add support for encap/decap of bitstream to/from packetMichał Winiarski7-0/+474
2025-11-13drm/xe/pf: Add helpers for migration data packet allocation / freeMichał Winiarski7-3/+221
2025-11-13drm/xe/pf: Add data structures and handlers for migration ringsMichał Winiarski12-13/+762
2025-11-13drm/xe/pf: Add save/restore control state stubs and connect to debugfsMichał Winiarski6-0/+404
2025-11-13drm/xe/pf: Convert control state to bitmapMichał Winiarski2-3/+5
2025-11-13drm/xe: Move migration support to device-level structMichał Winiarski8-13/+88