summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2026-02-06drm/imx/tve: fix probe device leakJohan Hovold
2026-02-06drm/imx: imx-tve: move initialization into probePhilipp Zabel
2026-02-06drm/imx: imx-tve: use local encoder and connector variablesPhilipp Zabel
2026-02-06drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li
2026-02-06drm/amd/pm: Workaround SI powertune issue on Radeon 430 (v2)Timur Kristóf
2026-02-06drm/amd/pm: Don't clear SI SMC table when setting power limitTimur Kristóf
2026-02-06drm/vmwgfx: Fix an error return check in vmw_compat_shader_add()Haoxiang Li
2026-02-06drm/panel-simple: fix connector type for DataImage SCF0700C48GGU18 panelMarek Vasut
2026-02-06drm/nouveau/disp/nv50-: Set lock_core in curs507a_prepareLyude Paul
2026-01-19drm/pl111: Fix error handling in pl111_amba_probeMiaoqian Lin
2026-01-19drm/gma500: Remove unused helper psb_fbdev_fb_setcolreg()Thomas Zimmermann
2026-01-19drm/vmwgfx: Fix a null-ptr access in the cursor snooperZack Rusin
2026-01-19drm/nouveau/dispnv50: Don't call drm_atomic_get_crtc_state() in prepare_fbLyude Paul
2026-01-19drm/msm/a6xx: Fix out of bound IO access in a6xx_get_gmu_registersAkhil P Oommen
2026-01-19drm/amd/display: Use GFP_ATOMIC in dc_create_plane_state()Alex Deucher
2026-01-19drm/amd/display: Fix logical vs bitwise bug in get_embedded_panel_info_v2_1()Dan Carpenter
2026-01-19drm/vgem-fence: Fix potential deadlock on releaseJanusz Krzysztofik
2026-01-19drm/panel: visionox-rm69299: Don't clear all mode flagsGuido Günther
2025-12-07drm/amd/display: Check NULL before accessingAlex Hung
2025-12-07drm: sti: fix device leaks at component probeJohan Hovold
2025-12-07Makefile.compiler: replace cc-ifversion with compiler-specific macrosNick Desaulniers
2025-12-07drm/tegra: dc: Fix reference leak in tegra_dc_couple()Ma Ke
2025-12-07drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZEIan Forbes
2025-12-07drm/amdkfd: Tie UNMAP_LATENCY to queue_preemptionAmber Lin
2025-12-07drm/bridge: display-connector: don't set OP_DETECT for DisplayPortsDmitry Baryshkov
2025-12-07drm/tidss: Use the crtc_* timings when programming the HWTomi Valkeinen
2025-12-07drm/amdkfd: return -ENOTTY for unsupported IOCTLsGeoffrey McRae
2025-12-07drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()Seyediman Seyedarab
2025-12-07drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroffSathishkumar S
2025-12-07drm/amd/pm: Use cached metrics data on arcturusLijo Lazar
2025-12-07drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on IcelandJohn Smith
2025-12-07drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on FijiJohn Smith
2025-12-07drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()Yang Wang
2025-12-07drm/etnaviv: fix flush sequence logicTomeu Vizoso
2025-12-07drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen
2025-10-29drm/amdgpu: use atomic functions with memory barriers for vm fault infoGui-Dong Han
2025-10-29drm/amd/powerplay: Fix CIK shutdown temperatureTimur Kristóf
2025-10-29drm/exynos: exynos7_drm_decon: remove ctx->suspendedKaustabh Chakraborty
2025-10-29minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds
2025-10-29minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2025-10-29minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-10-29drm/nouveau: fix bad ret code in nouveau_bo_move_prepShuhao Fu
2025-10-29drm/amd/display: Properly disable scaling on DCE6Timur Kristóf
2025-10-29drm/amd/display: Properly clear SCL_*_FILTER_CONTROL on DCE6Timur Kristóf
2025-10-29drm/amd/display: Add missing DCE6 SCL_HORZ_FILTER_INIT* SRIsTimur Kristóf
2025-10-29drm/amdgpu: Add additional DCE6 SCL registersAlex Deucher
2025-10-29drm/vmwgfx: Fix Use-after-free in validationIan Forbes
2025-10-29drm/amdgpu: Power up UVD 3 for FW validation (v2)Timur Kristóf
2025-10-29drm/radeon/r600_cs: clean up of dead code in r600_csBrahmajit Das
2025-10-29drm/amd/display: Fix potential null dereferenceIgor Artemiev