index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-14
drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected
Jessica Zhang
3
-9
/
+28
2022-06-14
drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()
Yang Yingliang
1
-1
/
+1
2022-06-14
drm/msm/hdmi: fix error check return value of irq_of_parse_and_map()
Lv Ruyi
1
-3
/
+3
2022-06-14
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
Yang Yingliang
1
-0
/
+4
2022-06-14
drm/msm/dsi: fix error checks and return values for DSI xmit functions
Dmitry Baryshkov
1
-7
/
+14
2022-06-14
drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free ...
Vinod Polimera
1
-1
/
+3
2022-06-14
drm/bridge: Fix error handling in analogix_dp_probe
Miaoqian Lin
1
-5
/
+13
2022-06-14
drm: mali-dp: potential dereference of null pointer
Jiasheng Jiang
1
-1
/
+4
2022-06-14
drm/komeda: Fix an undefined behavior bug in komeda_plane_add()
Zhou Qingyang
1
-0
/
+4
2022-06-14
drm/vc4: txp: Force alpha to be 0xff if it's disabled
Maxime Ripard
1
-0
/
+6
2022-06-14
drm/vc4: txp: Don't set TXP_VSTART_AT_EOF
Maxime Ripard
1
-1
/
+1
2022-06-14
drm/mediatek: Fix mtk_cec_mask()
Miles Chen
1
-1
/
+1
2022-06-14
drm/bridge: adv7511: clean up CEC adapter when probe fails
Lucas Stach
1
-0
/
+1
2022-06-14
drm/edid: fix invalid EDID extension block filtering
Jani Nikula
1
-3
/
+3
2022-06-14
drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_bo
Alice Wong
1
-2
/
+1
2022-06-14
drm: msm: fix error check return value of irq_of_parse_and_map()
Lv Ruyi
1
-3
/
+3
2022-06-14
drm/amd/pm: fix the compile warning
Evan Quan
1
-13
/
+1
2022-06-14
drm/plane: Move range check for format_count earlier
Steven Price
1
-7
/
+7
2022-06-14
drm/amd/pm: fix double free in si_parse_power_table()
Keita Suzuki
1
-5
/
+3
2022-06-14
drm/komeda: return early if drm_universal_plane_init() fails.
Liviu Dudau
1
-2
/
+4
2022-06-14
drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
Liu Zixian
1
-0
/
+2
2022-06-06
drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()
Gustavo A. R. Silva
1
-1
/
+1
2022-05-25
drm/dp/mst: fix a possible memory leak in fetch_monitor_name()
Hangyu Hua
1
-0
/
+1
2022-05-18
drm/vmwgfx: Initialize drm_mode_fb_cmd2
Zack Rusin
1
-1
/
+1
2022-05-18
drm/nouveau/tegra: Stop using iommu_present()
Robin Murphy
1
-1
/
+1
2022-05-18
drm/nouveau: Fix a potential theorical leak in nouveau_get_backlight_name()
Christophe JAILLET
1
-4
/
+5
2022-05-15
drm/i915: Cast remain to unsigned long in eb_relocate_vma
Nathan Chancellor
1
-1
/
+1
2022-05-15
drm/amd/display/dc/gpio/gpio_service: Pass around correct dce_{version, envir...
Lee Jones
2
-8
/
+8
2022-05-12
drm/amdkfd: Use drm_priv to pass VM from KFD to amdgpu
Felix Kuehling
1
-3
/
+7
2022-05-09
drm/amd/display: Fix memory leak in dcn21_clock_source_create
Miaoqian Lin
1
-0
/
+1
2022-04-27
drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage
Miaoqian Lin
1
-1
/
+1
2022-04-27
drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare
Dave Stevenson
1
-2
/
+9
2022-04-27
drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised
Dave Stevenson
1
-1
/
+1
2022-04-27
drm/msm/mdp5: check the return of kzalloc()
Xiaoke Wang
1
-0
/
+3
2022-04-20
drm/amd/display: don't ignore alpha property on pre-multiplied mode
Melissa Wen
2
-10
/
+18
2022-04-20
drm/amd/display: Fix allocate_mst_payload assert on resume
Roman Li
1
-1
/
+2
2022-04-20
gpu: ipu-v3: Fix dev_dbg frequency output
Leo Ruan
1
-2
/
+3
2022-04-20
drm/amdkfd: Check for potential null return of kmalloc_array()
QintaoShen
1
-0
/
+2
2022-04-20
drm/amdkfd: Fix Incorrect VMIDs passed to HWS
Tushar Patel
2
-9
/
+4
2022-04-20
drm/amd/display: Update VTEM Infopacket definition
Leo (Hanghong) Ma
1
-2
/
+3
2022-04-20
drm/amd/display: fix audio format not updated after edid updated
Charlene Liu
1
-2
/
+2
2022-04-20
drm/amd: Add USBC connector ID
Aurabindo Pillai
1
-0
/
+1
2022-04-20
drm/msm/dsi: Use connector directly in msm_dsi_manager_connector_init()
Stephen Boyd
1
-1
/
+1
2022-04-15
drm/amdkfd: Fix -Wstrict-prototypes from amdgpu_amdkfd_gfx_10_0_get_functions()
Nathan Chancellor
1
-1
/
+1
2022-04-15
drm/amdkfd: add missing void argument to function kgd2kfd_init
Nathan Chancellor
1
-1
/
+1
2022-04-15
drm/imx: Fix memory leak in imx_pd_connector_get_modes
José Expósito
1
-1
/
+3
2022-04-15
drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()
Dan Carpenter
1
-1
/
+1
2022-04-15
drm/amdkfd: make CRAT table missing message informational only
Alex Deucher
1
-1
/
+1
2022-04-15
drm/amdgpu: Fix recursive locking warning
Rajneesh Bhardwaj
1
-1
/
+2
2022-04-15
drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj
Xin Xiong
1
-0
/
+1
[prev]
[next]