summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2025-12-07drm/amd: Avoid evicting resources at S5Mario Limonciello (AMD)1-0/+4
2025-12-07drm/amdgpu: Use memdup_array_user in amdgpu_cs_wait_fences_ioctlTvrtko Ursulin1-14/+5
2025-12-07drm/msm: make sure to not queue up recovery more than onceAntonino Maniscalco1-0/+3
2025-12-07drm/amdgpu: add support for cyan skillfish gpu_infoAlex Deucher1-0/+4
2025-12-07drm/amdgpu: don't enable SMU on cyan skillfishAlex Deucher1-1/+4
2025-12-07drm/amd: add more cyan skillfish PCI idsAlex Deucher1-0/+5
2025-12-07drm/amdgpu: Allow kfd CRIU with no buffer objectsDavid Francis1-2/+2
2025-12-07drm/msm/dsi/phy_7nm: Fix missing initial VCO rateKrzysztof Kozlowski1-0/+6
2025-12-07drm/msm/dsi/phy: Toggle back buffer resync after preparing PLLKrzysztof Kozlowski1-0/+4
2025-12-07drm/amdgpu: Respect max pixel clock for HDMI and DVI-D (v2)Timur Kristóf1-13/+44
2025-12-07drm/amdkfd: Tie UNMAP_LATENCY to queue_preemptionAmber Lin1-1/+8
2025-12-07drm/amdkfd: fix vram allocation failure for a special caseEric Huang1-1/+6
2025-12-07drm/bridge: display-connector: don't set OP_DETECT for DisplayPortsDmitry Baryshkov1-1/+2
2025-12-07drm/tidss: Set crtc modesetting parameters with adjusted modeJayesh Choudhary1-1/+4
2025-12-07drm/tidss: Use the crtc_* timings when programming the HWTomi Valkeinen2-9/+9
2025-12-07drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae1-2/+6
2025-12-07drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()Seyediman Seyedarab1-1/+1
2025-12-07drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroffSathishkumar S1-2/+4
2025-12-07drm/amd/pm: Use cached metrics data on arcturusLijo Lazar1-1/+1
2025-12-07drm/amd/pm: Use cached metrics data on aldebaranLijo Lazar1-1/+1
2025-12-07drm/amd/display: add more cyan skillfish devicesAlex Deucher2-1/+12
2025-12-07drm/sched: Fix race in drm_sched_entity_select_rq()Philipp Stanner1-1/+2
2025-12-07drm/sysfb: Do not dereference NULL pointer in plane resetThomas Zimmermann1-1/+5
2025-12-07Reapply "Revert drm/amd/display: Enable Freesync Video Mode by default"Alex Deucher1-5/+7
2025-12-07drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on IcelandJohn Smith1-1/+1
2025-12-07drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on FijiJohn Smith1-1/+1
2025-12-07drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()Yang Wang1-1/+1
2025-12-07drm/etnaviv: fix flush sequence logicTomeu Vizoso1-1/+1
2025-12-07drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen1-1/+4
2025-10-29drm/sched: Fix potential double free in drm_sched_job_add_resv_dependenciesTvrtko Ursulin1-6/+7
2025-10-29drm/rockchip: vop2: use correct destination rectangle height checkAlok Tiwari1-1/+1
2025-10-29drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf1-2/+1
2025-10-29drm/bridge: lt9211: Drop check for last nibble of version registerMarek Vasut1-2/+1
2025-10-29drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty1-36/+0
2025-10-29drm/exynos: exynos7_drm_decon: properly clear channels during bindKaustabh Chakraborty1-23/+32
2025-10-29drm/exynos: exynos7_drm_decon: fix uninitialized crtc reference in functionsKaustabh Chakraborty1-7/+4
2025-10-29drm/rcar-du: dsi: Fix 1/2/3 lane supportMarek Vasut2-5/+8
2025-10-29drm/amd: Check whether secure display TA loaded successfullyMario Limonciello1-1/+1
2025-10-29drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han3-11/+8
2025-10-19drm/nouveau: fix bad ret code in nouveau_bo_move_prepShuhao Fu1-1/+1
2025-10-19drm/amd/display: Properly disable scaling on DCE6Timur Kristóf2-4/+13
2025-10-19drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf1-4/+2
2025-10-19drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf1-0/+2
2025-10-19drm/amdgpu: Add additional DCE6 SCL registersAlex Deucher2-0/+9
2025-10-19drm/vmwgfx: Fix copy-paste typo in validationIan Forbes1-1/+1
2025-10-19drm/vmwgfx: Fix Use-after-free in validationIan Forbes1-1/+3
2025-10-15drm/msm/dpu: fix incorrect type for retQianfeng Rong1-1/+1
2025-10-15drm/amdkfd: Fix error code sign for EINVAL in svm_ioctl()Qianfeng Rong1-1/+1
2025-10-15drm/amd/pm: Disable SCLK switching on Oland with high pixel clocks (v3)Timur Kristóf1-0/+31
2025-10-15drm/amd/pm: Disable MCLK switching with non-DC at 120 Hz+ (v2)Timur Kristóf1-0/+7