aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-06-27drm/mipi-dsi: Add dev_is_mipi_dsi functionMaxime Ripard1-1/+2
2025-06-27drm/i915: move GEM_QUIRK_PIN_SWIZZLED_PAGES to i915_gem.hKrzysztof Karas2-2/+2
2025-06-27drm/i915: Move out engine related macros from i915_drv.hKrzysztof Karas2-31/+31
2025-06-27Merge tag 'drm-misc-next-2025-06-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-nextDave Airlie15-57/+267
2025-06-27Merge tag 'drm-xe-fixes-2025-06-26' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie7-32/+42
2025-06-27Merge tag 'drm-intel-fixes-2025-06-26' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixesDave Airlie3-4/+4
2025-06-26drm/xe: Fix out-of-bounds field write in MI_STORE_DATA_IMMJia Yao1-8/+10
2025-06-26drm/xe: Rename xe_uc_init_hw to xe_uc_load_hwMaarten Lankhorst3-7/+7
2025-06-26drm/xe: Remove xe_uc_fini_hwMaarten Lankhorst3-7/+1
2025-06-26drm/xe: Remove xe_uc_init_hwconfig()Maarten Lankhorst3-30/+6
2025-06-26drm/xe: Move xe_ttm_sys_mgr_init() downwards.Maarten Lankhorst1-4/+8
2025-06-26drm/xe: Split init of xe_gt_init_hwconfig to xe_gt_init and *_earlyMaarten Lankhorst3-41/+26
2025-06-26drm/xe: Rename gt_init sub-functionsMaarten Lankhorst1-4/+4
2025-06-26drm/xe: Only dump PAT when xe_hw_engines_init_early failsMaarten Lankhorst1-2/+3
2025-06-26drm/xe: Make it possible to read instance0 MCR registers after xe_gt_mcr_init_earlyMaarten Lankhorst2-20/+29
2025-06-26drm/xe: Simplify GuC early initializationMaarten Lankhorst7-30/+70
2025-06-26drm/xe/sriov: Move VF bootstrap and query_config to vf_guc_initMaarten Lankhorst4-18/+16
2025-06-26drm/xe: Defer memirq init until neededMaarten Lankhorst2-4/+7
2025-06-26drm/i915/power: convert {SKL, ICL}_PW_CTL_IDX_TO_PG() macros to a functionJani Nikula1-13/+11
2025-06-26drm/i915/power: relocate {SKL,ICL}_PW_CTL_IDX_TO_PG()Jani Nikula2-12/+13
2025-06-26drm/i915/power: move enum skl_power_gate under displayJani Nikula2-10/+9
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski71-199/+597
2025-06-26drm/xe: Implement and use the drm_pagemap populate_mm opThomas Hellström5-49/+77
2025-06-26drm/pagemap: Add a populate_mm opThomas Hellström2-17/+57
2025-06-26drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemapMatthew Brost7-774/+848
2025-06-26drm/ttm, drm_xe, Implement ttm_lru_walk_for_evict() using the guarded LRU iterationThomas Hellström2-114/+81
2025-06-26drm/ttm, drm/xe: Modify the struct ttm_bo_lru_walk_cursor initializationThomas Hellström2-6/+7
2025-06-26drm/ttm: Use a struct for the common part of struct ttm_lru_walk and struct ttm_bo_lru_cursorThomas Hellström2-22/+28
2025-06-26drm/i915/selftests: Change mock_request() to return error pointersDan Carpenter2-11/+11
2025-06-26drm/panel-edp: Add CMN N116BCJ-EAKLangyan Ye1-0/+1
2025-06-26drm/bridge: ti-sn65dsi86: remove unnecessary GPIO line direction checkBartosz Golaszewski1-5/+0
2025-06-26drm/xe: Process deferred GGTT node removals on device unwindMichal Wajdeczko1-0/+11
2025-06-26drm/bridge: add warning for bridges not using devm_drm_bridge_alloc()Luca Ceresoli1-0/+3
2025-06-26drm/bridge: get/put the bridge reference in drm_bridge_attach/detach()Luca Ceresoli1-4/+13
2025-06-26drm/bridge: get/put the bridge reference in drm_bridge_add/remove()Luca Ceresoli1-0/+4
2025-06-26drm/xe/guc: Explicitly exit CT safe mode on unwindMichal Wajdeczko1-4/+6
2025-06-26drm/xe: move DPT l2 flush to a more sensible placeMatthew Auld1-2/+3
2025-06-26drm/xe: Move DSB l2 flush to a more sensible placeMaarten Lankhorst1-7/+4
2025-06-26drm/tidss: Add OLDI bridge supportAradhya Bhatia8-2/+699
2025-06-26drm/tidss: Mark AM65x OLDI code separatelyAradhya Bhatia4-43/+44
2025-06-26drm/i915/display: move unordered works to new private workqueueLuca Coelho13-53/+47
2025-06-26drm/i915/cdclk: make struct intel_cdclk_state opaqueJani Nikula2-39/+38
2025-06-26drm/i915/cdclk: abstract intel_cdclk_actual() and intel_cdclk_actual_voltage_level()Jani Nikula3-2/+14
2025-06-26drm/i915/cdclk: abstract intel_cdclk_read_hw()Jani Nikula3-7/+14
2025-06-26drm/i915/cdclk: abstract intel_cdclk_force_min_cdclk()Jani Nikula3-1/+7
2025-06-26drm/i915/cdclk: abstract intel_cdclk_pmdemand_needs_update()Jani Nikula3-8/+17
2025-06-26drm/i915/cdclk: abstract intel_cdclk_bw_min_cdclk()Jani Nikula3-2/+8
2025-06-26drm/i915/cdclk: abstract intel_cdclk_min_cdclk()Jani Nikula3-2/+8
2025-06-26drm/i915/cdclk: abstract intel_cdclk_logical()Jani Nikula6-4/+11
2025-06-26drm/i915/bw: make struct intel_bw_state opaqueJani Nikula2-41/+43