aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-01-05drm/amdgpu: disable burst for gfx v12_1Likun Gao1-0/+8
2026-01-05drm/amdgpu: Setup Retry based thrashing prevention on GFX 12.1Mukul Joshi1-1/+21
2026-01-05drm/amdgpu: Program IH_VMID_LUT_INDEX register on GFX 12.1Mukul Joshi1-2/+12
2026-01-05drm/amd/ras: Support physical address convertJinzhou Su6-11/+68
2026-01-05drm/amdgpu/gfx_v12_1: add mqd_stride_size input parameterJack Xiao2-0/+4
2026-01-05drm/amdkfd: Fix a couple of spelling mistakesColin Ian King2-2/+2
2026-01-05drm/amdgpu: Describe @AMD_IP_BLOCK_TYPE_RAS in amd_ip_block_type enumBagas Sanjaya1-0/+1
2026-01-05drm/amd/display: Don't use kernel-doc comment in dc_register_software_state structBagas Sanjaya1-1/+1
2026-01-05drm/amd/display: Reduce number of arguments of dcn30's CalculateWatermarksAndDRAMSpeedChangeSupport()Nathan Chancellor1-221/+66
2026-01-05drm/amd/display: Reduce number of arguments of dcn30's CalculatePrefetchSchedule()Nathan Chancellor1-185/+73
2026-01-05drm/amd/display: Apply e4479aecf658 to dmlNathan Chancellor1-1/+5
2026-01-05drm/radeon : Use devm_i2c_add_adapter instead of i2c_add_adapterErick Karanja1-13/+2
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for sdmaAlex Deucher1-0/+26
2026-01-05drm/amdgpu: Update AMDGPU_INFO_UQ_FW_AREAS query for computeAlex Deucher1-0/+26
2026-01-05drm/i915/cdclk: Implement Wa_13012396614Gustavo Sousa3-3/+31
2026-01-05drm/i915/display_wa: Keep enum intel_display_wa sortedGustavo Sousa2-9/+14
2026-01-05drm/panel: edp: add BOE NV140WUM-T08 panelHans de Goede1-0/+7
2026-01-05drm/xe/i2c: Force polling mode in survivabilityRaag Jadav2-4/+7
2026-01-05drm/meson: venc: add support for HDMI DMT modes up to 3840x2160Martin Blumenstingl1-2/+2
2026-01-05drm/panic: Add kunit tests for drm_panicJocelyn Falempe2-0/+225
2026-01-05drm/panic: Rename draw_panic_static_* to draw_panic_screen_*Jocelyn Falempe1-9/+9
2026-01-05drm/i915/ltphy: Provide protection against unsupported modesSuraj Kandpal1-1/+6
2026-01-05drm/i915/ltphy: Compare only certain fields in state verify functionSuraj Kandpal1-6/+11
2026-01-05drm/i915/ltphy: Remove state verification for LT PHY fieldsSuraj Kandpal1-23/+7
2026-01-05Merge tag 'drm-rust-fixes-2025-12-29' of https://gitlab.freedesktop.org/drm/rust/kernel into drm-fixesDave Airlie5-97/+113
2026-01-04drm: pl111: fix build regressionArnd Bergmann1-0/+1
2026-01-04nouveau: don't attempt fwsec on sb on newer platforms.Dave Airlie7-9/+49
2026-01-03drm/v3d: Set DMA segment size to avoid debug warningsXiaolei Wang1-0/+2
2026-01-03drm/tidss: Fix enable/disable orderTomi Valkeinen1-3/+27
2026-01-03drm/atomic-helper: Export and namespace some functionsLinus Walleij1-23/+99
2026-01-03Revert "drm/mediatek: dsi: Fix DSI host and panel bridge pre-enable order"Tomi Valkeinen1-6/+0
2026-01-03Revert "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"Tomi Valkeinen1-4/+4
2026-01-02drm/i915/gvt: include intel_display_limits.h where neededJani Nikula2-2/+2
2026-01-02drm/i915/gvt: reduce include of vfio.hJani Nikula1-1/+5
2026-01-02drm/i915/gvt: reduce include of gt/intel_engine_regs.hJani Nikula3-5/+5
2026-01-02drm/i915/gvt: include sched_policy.h only where neededJani Nikula6-1/+5
2026-01-02drm/i915/gvt: sort and group include directivesJani Nikula27-84/+106
2026-01-02drm/i915/display: remove accidentally added empty fileJani Nikula1-0/+0
2026-01-01drm/i915/gt: use designated initializers for intel_gt_debugfs_fileSebastian Brzezinka9-25/+27
2026-01-01Merge tag 'drm-xe-next-2025-12-30' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-nextDave Airlie58-472/+3621
2026-01-01Merge tag 'drm-intel-fixes-2025-12-31' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixesDave Airlie1-20/+17
2026-01-01Merge tag 'drm-misc-fixes-2025-12-29' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixesDave Airlie4-3/+28
2026-01-01Merge tag 'drm-xe-fixes-2025-12-30' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixesDave Airlie5-28/+85
2025-12-31drm/pl111: Fix error handling in pl111_amba_probeMiaoqian Lin1-1/+1
2025-12-31drm/i915/gem: Zero-initialize the eb.vma array in i915_gem_do_execbufferKrzysztof Niemiec1-20/+17
2025-12-30drm/i915/utils: drop unnecessary ifdefsJani Nikula2-8/+0
2025-12-30drm/xe: remove compat i915_drv.h and -Ddrm_i915_private=xe_device hackJani Nikula2-24/+1
2025-12-30drm/i915: drop i915 param from i915_fence{, _context}_timeout()Jani Nikula6-19/+8
2025-12-30drm/mediatek: Move DP training to hotplug threadLiankun Yang1-19/+38
2025-12-30drm/mediatek: mtk_hdmi_ddc_v2: Fix multi-byte writesLouis-Alexis Eyraud1-25/+23