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.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-04-08
drm/i915/display: Fix HPD short pulse handling for eDP
José Roberto de Souza
3
-5
/
+5
2022-04-08
drm/msm/a6xx: Fix missing ARRAY_SIZE() check
Rob Clark
1
-4
/
+8
2022-04-08
gpu: host1x: Fix a memory leak in 'host1x_remove()'
Christophe JAILLET
1
-0
/
+1
2022-04-08
drm/bridge: cdns-dsi: Make sure to to create proper aliases for dt
Nishanth Menon
1
-0
/
+1
2022-04-08
drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
Miaoqian Lin
1
-1
/
+3
2022-04-08
drm/amd/display: Remove vupdate_int_entry definition
Maíra Canal
1
-14
/
+0
2022-04-08
drm/msm/dpu: fix dp audio condition
Dmitry Baryshkov
1
-1
/
+1
2022-04-08
drm/msm/dpu: add DSPP blocks teardown
Dmitry Baryshkov
1
-0
/
+8
2022-04-08
drm/msm/dsi/phy: fix 7nm v4.0 settings for C-PHY mode
Dmitry Baryshkov
1
-8
/
+14
2022-04-08
drm/msm/dsi: Use "ref" fw clock instead of global name for VCO parent
Marijn Suijten
5
-5
/
+15
2022-04-08
drm/msm/dp: always add fail-safe mode into connector mode list
Kuogee Hsieh
1
-0
/
+5
2022-04-08
drm/msm/dp: stop link training after link training 2 failed
Kuogee Hsieh
1
-0
/
+3
2022-04-08
drm/msm/dp: populate connector of struct dp_panel
Kuogee Hsieh
1
-0
/
+5
2022-04-08
drm/amd/display: Add affected crtcs to atomic state for dsc mst unplug
Roman Li
1
-2
/
+5
2022-04-08
drm/amd/pm: enable pm sysfs write for one VF mode
Yiqing Yao
1
-2
/
+2
2022-04-08
drm/bridge: anx7625: Fix overflow issue on reading EDID
Pin-Yen Lin
1
-1
/
+2
2022-04-08
drm/bridge: dw-hdmi: use safe format when first in bridge chain
Neil Armstrong
1
-2
/
+3
2022-04-08
drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq function
Tom Rix
1
-1
/
+1
2022-04-08
drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_co...
Zhou Qingyang
1
-0
/
+3
2022-04-08
drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()
Zhou Qingyang
1
-4
/
+5
2022-04-08
drm/edid: Split deep color modes between RGB and YUV444
Maxime Ripard
4
-7
/
+8
2022-04-08
drm/edid: Don't clear formats if using deep color
Maxime Ripard
1
-8
/
+0
2022-04-08
drm/selftests/test-drm_dp_mst_helper: Fix memory leak in sideband_msg_req_enc...
José Expósito
1
-1
/
+3
2022-04-08
drm/panfrost: Check for error num after setting mask
Jiasheng Jiang
1
-1
/
+4
2022-04-08
drm/v3d/v3d_drv: Check for error num after setting mask
Jiasheng Jiang
1
-2
/
+6
2022-04-08
drm: bridge: adv7511: Fix ADV7535 HPD enablement
Jagan Teki
2
-7
/
+23
2022-04-08
drm/bridge: nwl-dsi: Fix PM disable depth imbalance in nwl_dsi_probe
Miaoqian Lin
1
-0
/
+1
2022-04-08
drm/bridge: Add missing pm_runtime_disable() in __dw_mipi_dsi_probe
Miaoqian Lin
1
-0
/
+1
2022-04-08
drm/bridge: Fix free wrong object in sii8620_init_rcp_input_dev
Miaoqian Lin
1
-1
/
+1
2022-04-08
drm/meson: Fix error handling when afbcd.ops->init fails
Martin Blumenstingl
1
-8
/
+11
2022-04-08
drm/meson: split out encoder from meson_dw_hdmi
Neil Armstrong
5
-322
/
+407
2022-04-08
drm/meson: Make use of the helper function devm_platform_ioremap_resourcexxx()
Cai Huoqing
2
-5
/
+2
2022-04-08
drm/meson: osd_afbcd: Add an exit callback to struct meson_afbcd_ops
Martin Blumenstingl
3
-18
/
+30
2022-04-08
drm/i915/gem: add missing boundary check in vm_access
Mastan Katragadda
1
-1
/
+1
2022-04-08
drm/i915/opregion: check port number bounds for SWSCI display power state
Jani Nikula
1
-0
/
+15
2022-04-08
drm/fb-helper: Mark screen buffers in system memory with FBINFO_VIRTFB
Thomas Zimmermann
1
-3
/
+6
2022-04-08
drm/nouveau/backlight: Just set all backlight types as RAW
Lyude Paul
1
-2
/
+1
2022-04-08
drm/nouveau/backlight: Fix LVDS backlight detection on some laptops
Lyude Paul
1
-1
/
+2
2022-04-08
drm/syncobj: flatten dma_fence_chains on transfer
Christian König
1
-5
/
+56
2022-04-08
mgag200 fix memmapsl configuration in GCTL6 register
Jocelyn Falempe
1
-1
/
+4
2022-04-08
drm/edid: check basic audio support on CEA extension block
Cooper Chiou
1
-1
/
+2
2022-04-08
drm/simpledrm: Add "panel orientation" property on non-upright mounted LCD pa...
Hans de Goede
1
-0
/
+3
2022-04-08
drm/amdgpu: only check for _PR3 on dGPUs
Alex Deucher
1
-2
/
+4
2022-04-08
drm/amdgpu: move PX checking into amdgpu_device_ip_early_init
Alex Deucher
2
-11
/
+13
2022-03-28
drm/virtio: Ensure that objs is not NULL in virtio_gpu_array_put_free()
Roberto Sassu
1
-0
/
+3
2022-03-23
drm: Don't make DRM_PANEL_BRIDGE dependent on DRM_KMS_HELPERS
Thomas Zimmermann
2
-1
/
+2
2022-03-23
drm/panel: simple: Fix Innolux G070Y2-L01 BPP settings
Marek Vasut
1
-1
/
+1
2022-03-23
drm/imx: parallel-display: Remove bus flags check in imx_pd_bridge_atomic_che...
Christoph Niedermaier
1
-8
/
+0
2022-03-23
drm/mgag200: Fix PLL setup for g200wb and g200ew
Jocelyn Falempe
1
-3
/
+3
2022-03-19
drm/vrr: Set VRR capable prop only if it is attached to connector
Manasi Navare
1
-0
/
+3
[next]