summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2023-01-07drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin
2023-01-07drm/connector: send hotplug uevent on connector cleanupSimon Ser
2023-01-07drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor
2023-01-07drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor
2023-01-07drm/sti: Use drm_mode_copy()Ville Syrjälä
2023-01-07drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang
2023-01-07drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()Xiongfeng Wang
2022-12-08drm/amdgpu: always register an MMU notifier for userptrChristian König
2022-11-25drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry
2022-11-03drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry
2022-11-03drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold
2022-10-26drm/amdgpu: fix initial connector audio valuehongao
2022-10-26drm: Prevent drm_copy_field() to attempt copying a NULL pointerJavier Martinez Canillas
2022-10-26drm: Use size_t type for len variable in drm_copy_field()Javier Martinez Canillas
2022-10-26drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard
2022-10-26Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resu...Brian Norris
2022-09-20drm/msm/rd: Fix FIFO-full deadlockRob Clark
2022-09-15drm/radeon: add a force flush to delay work when radeonZhenneng Li
2022-08-25drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi
2022-07-02drm: remove drm_fb_helper_modinitChristoph Hellwig
2022-06-14drm/radeon: fix a possible null pointer dereferenceGong Yuanjun
2022-06-14gma500: fix an incorrect NULL check on list iteratorXiaomeng Tong
2022-06-14drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris
2022-06-14drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie
2022-06-14drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter
2022-06-14drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang
2022-06-14drm/msm/hdmi: check return value after calling platform_get_resource_byname()Yang Yingliang
2022-06-14drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov
2022-06-14drm/mediatek: Fix mtk_cec_mask()Miles Chen
2022-06-14drm/amd/pm: fix the compile warningEvan Quan
2022-06-14drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki
2022-06-14drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva
2022-05-25drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang
2022-04-20gpu: ipu-v3: Fix dev_dbg frequency outputLeo Ruan
2022-04-20drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen
2022-04-20drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito
2022-04-20drm/tegra: Fix reference leak in tegra_dsi_ganged_probeMiaoqian Lin
2022-04-20drm/edid: Don't clear formats if using deep colorMaxime Ripard
2022-03-02drm/edid: Always set RGB444Maxime Ripard
2022-02-23drm/radeon: Fix backlight control on iMac 12,1Nicholas Bishop
2022-02-08drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez
2022-02-08drm/msm: Fix wrong size calculationXianting Tian
2022-01-29drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin
2022-01-27drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie
2022-01-27drm/radeon: fix error handling in radeon_driver_open_kmsChristian König
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Zhou Qingyang
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang
2022-01-27drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor