summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-08-03dma-buf: fix an error pointer vs NULL bugDan Carpenter1-2/+2
2023-08-03dma-buf: keep the signaling time of merged fences v3Christian König1-1/+1
2023-08-03drm/i915/dpt: Use shmem for dpt objectsRadhakrishna Sripada1-1/+3
2023-08-03drm/msm: Disallow submit with fence id 0Rob Clark1-1/+1
2023-08-03drm/amd/display: Unlock on error path in dm_handle_mst_sideband_msg_ready_eve...Dan Carpenter1-1/+1
2023-08-03drm/amd: Fix an error handling mistake in psp_sw_init()Mario Limonciello1-3/+3
2023-08-03drm/i915: Fix an error handling path in igt_write_huge()Christophe JAILLET1-2/+4
2023-08-03drm/msm: Fix hw_fence error path cleanupRob Clark2-1/+19
2023-08-03drm/msm: Fix IS_ERR_OR_NULL() vs NULL check in a5xx_submit_in_rb()Gaosheng Cui1-1/+1
2023-08-03drm/msm/adreno: Fix snapshot BINDLESS_DATA sizeRob Clark1-1/+1
2023-08-03drm/msm/dsi: Drop unused regulators from QCM2290 14nm DSI PHY configMarijn Suijten1-2/+0
2023-08-03drm/msm/dpu: drop enum dpu_core_perf_data_bus_idDmitry Baryshkov1-13/+0
2023-08-03drm/msm/dpu: add missing flush and fetch bits for DMA4/DMA5 planesJonathan Marek1-1/+7
2023-08-03drm/msm/mdss: correct UBWC programming for SM8550Dmitry Baryshkov1-2/+17
2023-08-03drm/amd/display: Prevent vtotal from being set to 0Daniel Miess1-1/+5
2023-08-03drm/amd/display: Fix possible underflow for displays with large vblankDaniel Miess1-12/+7
2023-08-03drm/amd/display: update extended blank for dcn314 onwardsGabe Teeger8-57/+29
2023-08-03drm/amd/display: Add FAMS validation before trying to use itRodrigo Siqueira4-2/+14
2023-08-03drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on PhoenixMario Limonciello3-0/+8
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on RembrandtMario Limonciello7-5/+25
2023-08-03drm/amd/display: Update correct DCN314 register headerCruise Hung4-2/+100
2023-08-03drm/amd/display: fix dcn315 single stream crb allocationDmytro Laktyushkin1-3/+12
2023-08-03drm/amd/display: add pixel rate based CRB allocation supportDmytro Laktyushkin6-17/+154
2023-08-03drm/amd/display: Keep disable aux-i delay as 0Michael Strauss1-6/+10
2023-08-03drm/amd/display: Convert Delaying Aux-I Disable To Monitor PatchMichael Strauss3-7/+12
2023-08-03drm/amd: Align SMU11 SMU_MSG_OverridePcieParameters implementation with SMU13Mario Limonciello1-71/+18
2023-08-03drm/amd: Move helper for dynamic speed switch check out of smu13Mario Limonciello3-20/+21
2023-07-27Revert "drm/amd/display: edp do not add non-edid timings"Hersen Wu1-7/+1
2023-07-27drm/amd/display: Add polling method to handle MST reply packetWayne Lin4-86/+159
2023-07-27drm/amd/display: Clean up errors & warnings in amdgpu_dm.cSrinivasan Shanmugam1-68/+65
2023-07-27drm/ttm: fix bulk_move corruption when adding a entryYunxiang Li1-1/+4
2023-07-27drm/i915/perf: add sentinel to xehp_oa_b_countersAndrzej Hajda1-0/+1
2023-07-27drm/radeon: Fix integer overflow in radeon_cs_parser_inithackyzh0021-1/+2
2023-07-27drm/amd/display: Keep PHY active for DP displays on DCN31Nicholas Kazlauskas1-0/+5
2023-07-27drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-07-27drm/amd/display: Disable MPC split by default on special asicZhikai Zhai1-1/+1
2023-07-27drm/amd/display: only accept async flips for fast updatesSimon Ser2-0/+20
2023-07-27drm/client: Fix memory leak in drm_client_modeset_probeJocelyn Falempe1-0/+1
2023-07-27drm/client: Fix memory leak in drm_client_target_clonedJocelyn Falempe1-0/+5
2023-07-27drm/nouveau/i2c: fix number of aux event slotsBen Skeggs2-4/+11
2023-07-27drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DPBen Skeggs1-0/+4
2023-07-27drm/nouveau/disp: PIOR DP uses GPIO for HPD, not PMGR AUX interruptsBen Skeggs1-9/+18
2023-07-27drm/amdgpu/pm: make mclk consistent for smu 13.0.7Alex Deucher1-1/+1
2023-07-27drm/amdgpu/pm: make gfxclock consistent for sienna cichlidAlex Deucher1-2/+6
2023-07-27drm/amdgpu/vkms: relax timer deactivation by hrtimer_try_to_cancelGuchun Chen1-2/+3
2023-07-23drm/atomic: Fix potential use-after-free in nonblocking commitsDaniel Vetter1-1/+10
2023-07-23Revert "drm/amd: Disable PSR-SU on Parade 0803 TCON"Mario Limonciello1-2/+0
2023-07-23drm/amd/pm: conditionally disable pcie lane/speed switching for SMU13Mario Limonciello1-3/+39
2023-07-23drm/amd/pm: share the code around SMU13 pcie parameters updateEvan Quan4-64/+37