aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-07-08drm/rockchip: inno_hdmi: Simpify clk get/enable by devm_clk_get_enabled apiAndy Yan1-38/+12
2025-07-08drm/rockchip: inno_hdmi: switch i2c registration to devm functionsAndy Yan1-6/+2
2025-07-08drm/rockchip: inno_hdmi: Use sleep_range instead of udelayAndy Yan1-2/+2
2025-07-08drm/rockchip: inno_hdmi: Move ddc/i2c configuration and HOTPLUG unmute to inno_hdmi_init_hwAndy Yan1-15/+15
2025-07-08drm/rockchip: inno_hdmi: Rename function inno_hdmi_reset to inno_hdmi_init_hwAndy Yan1-2/+2
2025-07-08drm/rockchip: inno_hdmi: Remove unnecessary parentheses to make checkpatch happyAndy Yan1-2/+1
2025-07-08drm/rockchip: inno_hdmi: Refactor register macros to make checkpatch happyAndy Yan1-101/+113
2025-07-08drm/rockchip: inno_hdmi: Merge register definition to c fileAndy Yan2-352/+340
2025-07-08drm/rockchip: dw_hdmi: Use dev_err_probe() to simplify codeYumeng Fang1-12/+4
2025-07-08drm/rockchip: cdn-dp: Convert to drm bridgeChaoyi Chen2-188/+109
2025-07-08drm/rockchip: vop2: fail cleanly if missing a primary plane for a video-portHeiko Stuebner1-0/+4
2025-07-08drm/rockchip: lvds: Convert to drm bridgeChaoyi Chen1-39/+29
2025-07-08Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst744-19220/+28467
2025-07-08drm/xe/ptl: Drop force_probe requirementMatt Atwood1-1/+0
2025-07-08Merge tag 'drm-msm-next-2025-07-05' of https://gitlab.freedesktop.org/drm/msm into drm-nextSimona Vetter165-8042/+10333
2025-07-08Merge tag 'drm-intel-next-2025-07-04' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-nextSimona Vetter83-900/+2621
2025-07-07drm/xe/bmg: fix compressed VRAM handlingMatthew Auld1-1/+1
2025-07-07Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2"Matthew Brost1-1/+0
2025-07-07drm/xe: Allocate PF queue size on pow2 boundaryMatthew Brost1-0/+1
2025-07-07drm/xe/pf: Clear all LMTT pages on allocMichal Wajdeczko1-0/+11
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-07-07drm/amdgpu: fix use-after-free in amdgpu_userq_suspend+0x51a/0x5a0Vitaly Prosyak1-1/+1
2025-07-07Revert "drm/amdgpu: fix slab-use-after-free in amdgpu_userq_mgr_fini"Vitaly Prosyak2-4/+15
2025-07-07drm/amd/display: Use scaling for non-native resolutions on LVDSAlex Deucher1-1/+2
2025-07-07drm/amd/display: Disable common modes for LVDSAlex Deucher1-1/+2
2025-07-07drm/amdgpu/sdma: allow caller to handle kernel rings in engine resetAlex Deucher6-23/+32
2025-07-07drm/amdgpu/sdma: consolidate engine reset handlingAlex Deucher4-25/+9
2025-07-07drm/amdkfd: Avoid queue reset if disabledLijo Lazar1-0/+9
2025-07-07drm/amdgpu: Add a noverbose flag to psp_wait_forLijo Lazar10-118/+130
2025-07-07drm/amd/pm/powerplay/hwmgr/smu_helper: fix order of mask and valueFedor Pchelkin1-1/+1
2025-07-07drm/amdgpu/gfx10: fix KGQ reset sequenceAlex Deucher1-5/+15
2025-07-07drm/amdgpu: Pass adev pointer to functionsLijo Lazar6-63/+57
2025-07-07drm/xe/ptl: Add HuC FW definition for PTLDaniele Ceraolo Spurio1-0/+1
2025-07-07drm/xe/ptl: Add GuC FW definition for PTLDaniele Ceraolo Spurio1-0/+1
2025-07-07drm/xe/guc: Recommend GuC v70.46.2 for BMG, LNL, DG2Julia Filipchuk1-3/+3
2025-07-07drm/tegra: Use dma_buf from GEM object instanceThomas Zimmermann1-1/+1
2025-07-07drm/tegra: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2025-07-07drm/nouveau/gsp: fix potential leak of memory used during acpi initBen Skeggs1-6/+14
2025-07-07drm/vgem/vgem_drv convert to use faux_deviceGreg Kroah-Hartman1-15/+15
2025-07-07drm/vkms: convert to use faux_deviceGreg Kroah-Hartman2-16/+16
2025-07-07drm/gem-shmem: Do not map s/g table by defaultThomas Zimmermann2-2/+2
2025-07-07drm/bridge: tc358767: fix uninitialized variable regressionLuca Ceresoli1-0/+1
2025-07-07drm/bridge: analogix_dp: Use devm_drm_bridge_alloc() APIMarek Szyprowski2-30/+13
2025-07-06drm/dp: Clean up white space in drm_edp_backlight_probe_state()Dan Carpenter1-7/+7
2025-07-06drm/fbdev-client: Skip DRM clients if modesetting is absentThierry Reding1-0/+5
2025-07-05drm/bridge: adv7511: Fix DRM_BRIDGE_OP_HDMI_{AUDIO|CEC_ADAPTER} setupCristian Ciocaltea1-3/+3
2025-07-05drm/msm: Small function param doc fixRob Clark1-1/+1
2025-07-05drm/msm: Take the ioctls away from the KMS-only driverRob Clark1-2/+0
2025-07-05drm/msm: Clean up split driver featuresRob Clark1-15/+17
2025-07-05drm/msm: enable separate binding of GPU and display devicesDmitry Baryshkov3-5/+48