summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2025-09-15drm/amdgpu: Use memset32 for ring clearingTvrtko Ursulin-4/+1
2025-09-15drm/amdgpu: Fix allocating extra dwords for rings (v2)Timur Kristóf-4/+16
2025-09-15drm/amd/pm: Remove unneeded legacy DPM related code.Timur Kristóf-89/+0
2025-09-15drm/amd/pm: Use pm_display_cfg in legacy DPM (v2)Timur Kristóf-57/+97
2025-09-15drm/amd/display: Add pixel_clock to amd_pp_display_configurationTimur Kristóf-2/+4
2025-09-15drm/amdgpu: Release hive reference properlyLijo Lazar-4/+7
2025-09-15drm/amdgpu/ttm: Allocate/Free 4K MMIO_REMAP SingletonSrinivasan Shanmugam-0/+60
2025-09-15drm/amdgpu: validate userq buffer virtual address and sizePrike Liang-0/+58
2025-09-15drm/amd/pm: make smu_set_temp_funcs() smu specific for smu v13.0.6Yang Wang-7/+7
2025-09-15drm/amdgpu/ttm: Initialize AMDGPU_PL_MMIO_REMAP HeapSrinivasan Shanmugam-0/+9
2025-09-15drm/amdgpu: Implement TTM handling for MMIO_REMAP placementSrinivasan Shanmugam-3/+16
2025-09-15drm/amdgpu: Replace kzalloc + copy_from_user with memdup_userThorsten Blum-14/+6
2025-09-15drm/amdkfd: Replace kzalloc + copy_from_user with memdup_userThorsten Blum-9/+3
2025-09-15drm/amdgpu: Use (v)memdup_array_user in amdgpu_cs_pass1Tvrtko Ursulin-23/+10
2025-09-15drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctlTvrtko Ursulin-14/+5
2025-09-15drm/amdgpu: Use vmemdup_array_user in amdgpu_bo_create_list_entry_arrayTvrtko Ursulin-24/+17
2025-09-15drm/amdgpu: Remove volatile references from VCNRodrigo Siqueira-51/+51
2025-09-15drm/amdgpu: Remove volatile from amdgpu and amdgpu_ih headersRodrigo Siqueira-4/+4
2025-09-15drm/amdgpu: Remove volatile from ring manipulationRodrigo Siqueira-10/+10
2025-09-15drm/amdgpu: Remove volatile from RLC filesRodrigo Siqueira-4/+4
2025-09-15drm/amdgpu: Remove volatile from CSB functionsRodrigo Siqueira-25/+18
2025-09-15drm: bridge: anx7625: Fix NULL pointer dereference with early IRQLoic Poulain-2/+4
2025-09-15drm/vc4: hdmi: switch to generic CEC helpersDmitry Baryshkov-84/+55
2025-09-15drm/nouveau: Support devfreq for TegraAaron Kling-0/+389
2025-09-15drm/nouveau: Support reclocking on gp10bAaron Kling-0/+200
2025-09-15drm/xe: defer free of NVM auxiliary container to device release callbackNitin Gote-1/+4
2025-09-15drm/xe/hwmon: Remove type castingMallesh Koujalagi-16/+19
2025-09-15drm/xe/guc: Add test for G2G communicationsJohn Harrison-0/+801
2025-09-15drm/xe: Allow freeing of a managed boJohn Harrison-0/+6
2025-09-15drm/xe/guc: Add firmware build type to available infoJohn Harrison-0/+4
2025-09-15drm/xe/guc: Update CSS header structuresJohn Harrison-35/+53
2025-09-15drm/xe: Use ERR_CAST instead of ERR_PTR(PTR_ERR(...))Fushuai Wang-1/+1
2025-09-15drm/xe: Use ARRAY_SIZE in guc_waklv_init()Lucas De Marchi-2/+2
2025-09-15drm/panel-edp: Add several panel configurations for mt8189 ChromebookZhongtian Wu-0/+6
2025-09-15drm/panel: Add support for KD116N3730A07Zhijian Yan-0/+1
2025-09-15drm/sun4i/sun4i_tcon_dclk: convert from round_rate() to determine_rate()Brian Masney-8/+10
2025-09-15drm/sun4i/sun4i_hdmi_ddc_clk: convert from round_rate() to determine_rate()Brian Masney-5/+7
2025-09-15drm/stm/lvds: convert from round_rate() to determine_rate()Brian Masney-5/+7
2025-09-15drm/stm/dw_mipi_dsi-stm: convert from round_rate() to determine_rate()Brian Masney-6/+8
2025-09-15drm/pl111: convert from round_rate() to determine_rate()Brian Masney-5/+8
2025-09-15drm/mcde/mcde_clk_div: convert from round_rate() to determine_rate()Brian Masney-5/+8
2025-09-15drm/imx/ipuv3/imx-tve: convert from round_rate() to determine_rate()Brian Masney-7/+10
2025-09-15drm/xe: Fix a NULL vs IS_ERR() in xe_vm_add_compute_exec_queue()Dan Carpenter-2/+2
2025-09-15drm/xe/pf: Drop rounddown_pow_of_two fair LMEM limitationMichal Wajdeczko-1/+0
2025-09-15drm/xe/tile: Release kobject for the failure pathShuicheng Lin-5/+7
2025-09-15drm/i915/gem: Avoid accessing uninitialized context in emit_rpcs_query()Krzysztof Karas-1/+2
2025-09-15drm/exynos: dsi: add support for exynos7870Kaustabh Chakraborty-0/+9
2025-09-15drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty-36/+0
2025-09-15drm/bridge: samsung-dsim: add driver support for exynos7870 DSIM bridgeKaustabh Chakraborty-0/+82
2025-09-15drm/bridge: samsung-dsim: add ability to define clock names for every variantKaustabh Chakraborty-45/+43