summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-05drm/vkms: Add support for RGB565 formatsLouis Chauvet-0/+14
2025-09-05drm/vkms: Add support for ARGB16161616 formatsLouis Chauvet-0/+8
2025-09-05drm/vkms: Add support for ARGB8888 formatsLouis Chauvet-3/+15
2025-09-05drm/vkms: Create helpers macro to avoid code duplication in format callbacksLouis Chauvet-127/+65
2025-09-05drm/vkms: Assert if vkms_config_create_*() failsJosé Expósito-5/+46
2025-09-05drm/xe: Block exec and rebind worker while evicting for suspend / hibernateThomas Hellström-1/+88
2025-09-05drm/xe: Allow the pm notifier to continue on failureThomas Hellström-10/+7
2025-09-05drm/xe: Attempt to bring bos back to VRAM after evictionThomas Hellström-16/+16
2025-09-05drm/display: bridge-connector: remove unused variable assignmentLuca Ceresoli-2/+0
2025-09-05drm: tiny: Add support for Mayqueen Pixpaper e-ink panelLiangCheng Wang-0/+1181
2025-09-05drm/ast: ast_2100: Remove unneeded semicolonChen Ni-1/+1
2025-09-05drm/xe/migrate: Remove unneeded emit_pte() when copying CCS onlySanjay Yadav-6/+10
2025-09-05drm/i915/display: Avoid divide by zeroJuha-Pekka Heikkila-1/+1
2025-09-05drm/i915/display: log fail from intel_sdvo_enable_hotplugJuha-Pekka Heikkila-2/+4
2025-09-05drm/i915/display: take out dead codeJuha-Pekka Heikkila-2/+0
2025-09-05drm/i915/dram: Print memory details even if something went wrongVille Syrjälä-4/+5
2025-09-05drm/i915/dram: Don't call skl_get_dram_info()/skl_get_dram_type() on iclVille Syrjälä-1/+2
2025-09-05drm/i915/dram: Fix some spelling around the 16Gb DIMM w/aVille Syrjälä-2/+2
2025-09-05drm/i915/dram: Move 16Gb DIMM detection fully to the skl/icl codepathsVille Syrjälä-11/+6
2025-09-05drm/i915/dram: s/wm_lv0.../has_16gb_dimms/Ville Syrjälä-8/+8
2025-09-05drm/i915/dram: Pack dram_info betterVille Syrjälä-5/+5
2025-09-05drm/i915/dram: Use intel_dram_type_str() for pnvVille Syrjälä-3/+5
2025-09-05drm/i915/dram: Populate PNV memory type accuratelyVille Syrjälä-4/+7
2025-09-05drm/i915/hpd: Fix mtp_tc_hpd_enable_detection()Ville Syrjälä-1/+1
2025-09-05drm/xe: Fix broken kernel-doc for the struct xe_boMichal Wajdeczko-6/+9
2025-09-05drm/i915/display: Remove power state verification before HW readoutImre Deak-2/+0
2025-09-05drm/sti: Remove redundant ternary operatorsLiao Yuanhong-1/+1
2025-09-05drm/xe/kunit: Drop xe_wa_test_exitMichal Wajdeczko-8/+0
2025-09-05drm/xe/kunit: Promote fake platform parameter listMichal Wajdeczko-54/+71
2025-09-05drm/xe/kunit: Drop custom struct platform_test_caseMichal Wajdeczko-27/+4
2025-09-05drm/xe/kunit: Introduce xe_pci_fake_data_desc()Michal Wajdeczko-0/+118
2025-09-05drm/xe/kunit: Update struct xe_pci_fake_data step declarationsMichal Wajdeczko-6/+5
2025-09-05drm/xe: Allow to stub lookup for graphics and media IPMichal Wajdeczko-16/+22
2025-09-05drm/xe: improve dma-resv handling for backup objectMatthew Auld-13/+2
2025-09-05drm/xe/pt: unify xe_pt_svm_pre_commit with userptrMatthew Auld-78/+47
2025-09-05drm/xe/userptr: replace xe_hmm with gpusvmMatthew Auld-474/+173
2025-09-05drm/xe/vm: split userptr bits into separate fileMatthew Auld-348/+411
2025-09-05drm/gpusvm: export drm_gpusvm_pages APIMatthew Auld-15/+51
2025-09-05drm/gpusvm: refactor core API to use pages structMatthew Auld-51/+110
2025-09-05drm/gpusvm: pull out drm_gpusvm_pages substructureMatthew Auld-42/+49
2025-09-05drm/gpusvm: use more selective dma dir in get_pages()Matthew Auld-3/+5
2025-09-05drm/gpusvm: fix hmm_pfn_to_map_order() usageMatthew Auld-2/+31
2025-09-05drm/xe/xe2hpg: Add Wa_18041344222 for Xe2_HPGHarish Chegondi-0/+36
2025-09-05drm/xe/mcr: Make xe_gt_mcr_get_dss_steering() input gt a constHarish Chegondi-2/+3
2025-09-05drm/panel: lvds: Remove unused members from main structureLiu Ying-2/+0
2025-09-05drm/i915/alpm: Use actual lfps cycle and silence periods in wake timeJouni Högander-7/+5
2025-09-05drm/i915/alpm: Replace hardcoded LFPS cycle with proper calculationJouni Högander-52/+38
2025-09-05drm/i915/alpm: Add own define for LFPS countJouni Högander-1/+3
2025-09-05drm/i915/alpm: Calculate silence periodJouni Högander-20/+17
2025-09-05Merge tag 'drm-misc-next-2025-09-04' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie-629/+3446