aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-06-23gpu: nova-core: vbios: Add base support for VBIOS construction and iterationJoel Fernandes4-2/+688
2025-06-23gpu: nova-core: firmware: add ucode descriptor used by FWSEC-FRTSAlexandre Courbot1-0/+45
2025-06-23gpu: nova-core: add falcon register definitions and base codeAlexandre Courbot8-0/+916
2025-06-23gpu: nova-core: register sysmem flush pageAlexandre Courbot7-2/+215
2025-06-23gpu: nova-core: add DMA object structAlexandre Courbot2-0/+62
2025-06-23gpu: nova-core: wait for GFW_BOOT completionAlexandre Courbot5-1/+72
2025-06-23drm/xe/nvm: add support for non-posted eraseReuven Abliyev1-0/+25
2025-06-23drm/xe/nvm: add support for access modeAlexander Usyskin3-5/+41
2025-06-23drm/xe/nvm: add on-die non-volatile memory deviceAlexander Usyskin6-0/+140
2025-06-23Merge drm/drm-next into drm-xe-nextRodrigo Vivi589-8873/+18654
2025-06-23gpu: nova-core: add helper function to wait on conditionAlexandre Courbot1-0/+29
2025-06-23gpu: nova-core: increase BAR0 size to 16MBAlexandre Courbot1-2/+2
2025-06-23gpu: nova-core: allow register aliasesAlexandre Courbot1-2/+38
2025-06-23gpu: nova-core: expose the offset of each register as a type constantAlexandre Courbot1-3/+8
2025-06-23gpu: nova-core: add delimiter for helper rules in register!() macroAlexandre Courbot1-0/+2
2025-06-23gpu: nova-core: use absolute paths in register!() macroAlexandre Courbot1-6/+6
2025-06-23drm/i915/dmc: Do not enable the pipe DMC on TGL when PSR is possibleVille Syrjälä1-0/+20
2025-06-23drm/i915/dmc: Pass crtc_state to intel_dmc_{enable,disable}_pipe()Ville Syrjälä4-9/+24
2025-06-23drm/i915/dmc: Assert DMC is loaded harderVille Syrjälä3-18/+48
2025-06-23drm/i915/dmc: Reload pipe DMC MMIO registers for pipe C/D on various platformsVille Syrjälä1-6/+61
2025-06-23drm/i915/dmc: Reload pipe DMC state on TGL when enabling pipe AVille Syrjälä1-0/+9
2025-06-23drm/i915/dmc: Extract dmc_load_program()Ville Syrjälä1-36/+42
2025-06-23drm/i915/dmc: Shuffle code aroundVille Syrjälä1-72/+72
2025-06-23drm/i915/dmc: Parametrize MTL_PIPEDMC_GATING_DISVille Syrjälä2-3/+3
2025-06-23drm/i915/dmc: Limit pipe DMC clock gating w/a to just ADL/DG2/MTLVille Syrjälä1-1/+1
2025-06-23drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUSImre Deak1-1/+1
2025-06-23drm/i915/snps_hdmi_pll: Fix 64-bit divisor truncation by using div64_u64Ankit Nautiyal1-2/+2
2025-06-23drm/ci: Add jobs to run KUnit testsVignesh Raman3-0/+55
2025-06-23drm/ci: Add jobs to validate devicetreesVignesh Raman5-0/+106
2025-06-23drm/bochs: Add support for drm_panicRyosuke Yasuoka1-0/+19
2025-06-23drm/i915/panel: make panel funcs staticJani Nikula1-1/+1
2025-06-23drm: writeback: Fix drm_writeback_connector_cleanup signatureLouis Chauvet1-3/+4
2025-06-23Merge drm/drm-next into drm-intel-nextJani Nikula491-4793/+15534
2025-06-23drm/xe/display: read PCON capability only when presentChaitanya Kumar Borah1-0/+3
2025-06-23Merge 6.16-rc3 into driver-core-nextGreg Kroah-Hartman77-232/+660
2025-06-23Merge tag 'drm-intel-next-2025-06-18' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextDave Airlie183-5204/+6285
2025-06-22rust: enable `clippy::cast_lossless` lintTamir Duberstein3-4/+4
2025-06-22rust: enable `clippy::as_underscore` lintTamir Duberstein1-1/+1
2025-06-20drm/xe/ptl: Apply Wa_16026007364sanirban3-0/+7
2025-06-20drm/panfrost: Add support for Mali on the MT8370 SoCLouis-Alexis Eyraud1-0/+10
2025-06-20drm/panfrost: Commonize Mediatek power domain array definitionsLouis-Alexis Eyraud1-15/+12
2025-06-20drm/panfrost: Drop duplicated Mediatek supplies arraysLouis-Alexis Eyraud1-13/+11
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie147-1089/+932
2025-06-19ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton3-3/+3
2025-06-19ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton3-3/+6
2025-06-20Merge tag 'drm-xe-next-2025-06-18' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie81-1133/+3158
2025-06-20Merge tag 'drm-xe-fixes-2025-06-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie6-4/+23
2025-06-20Merge tag 'drm-misc-fixes-2025-06-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie9-14/+26
2025-06-19drm/xe: Fix early wedge on GuC load failureDaniele Ceraolo Spurio4-2/+21
2025-06-19drm/xe: Fix memset on iomemLucas De Marchi1-1/+1