summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin2023-01-071-1/+2
* drm/connector: send hotplug uevent on connector cleanupSimon Ser2023-01-071-0/+3
* drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor2023-01-073-6/+9
* drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor2023-01-071-2/+3
* drm/sti: Use drm_mode_copy()Ville Syrjälä2023-01-073-3/+3
* drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios()Xiongfeng Wang2023-01-071-0/+1
* drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios()Xiongfeng Wang2023-01-071-0/+1
* drm/amdgpu: always register an MMU notifier for userptrChristian König2022-12-081-5/+3
* drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry2022-11-251-2/+3
* drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry2022-11-031-2/+3
* drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold2022-11-031-0/+5
* drm/amdgpu: fix initial connector audio valuehongao2022-10-261-1/+6
* drm: Prevent drm_copy_field() to attempt copying a NULL pointerJavier Martinez Canillas2022-10-261-0/+6
* drm: Use size_t type for len variable in drm_copy_field()Javier Martinez Canillas2022-10-261-1/+1
* drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard2022-10-261-0/+1
* Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resu...Brian Norris2022-10-261-13/+0
* drm/msm/rd: Fix FIFO-full deadlockRob Clark2022-09-201-0/+3
* drm/radeon: add a force flush to delay work when radeonZhenneng Li2022-09-151-0/+3
* drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi2022-08-251-1/+1
* drm: remove drm_fb_helper_modinitChristoph Hellwig2022-07-023-44/+12
* drm/radeon: fix a possible null pointer dereferenceGong Yuanjun2022-06-141-0/+4
* gma500: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-141-3/+4
* drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris2022-06-141-1/+12
* drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie2022-06-141-1/+1
* drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter2022-06-141-1/+1
* drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang2022-06-141-1/+1
* drm/msm/hdmi: check return value after calling platform_get_resource_byname()Yang Yingliang2022-06-141-0/+4
* drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov2022-06-141-7/+14
* drm/mediatek: Fix mtk_cec_mask()Miles Chen2022-06-141-1/+1
* drm/amd/pm: fix the compile warningEvan Quan2022-06-141-13/+1
* drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki2022-06-141-5/+3
* drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian2022-06-141-0/+2
* drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva2022-06-061-1/+1
* drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua2022-05-251-0/+1
* drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang2022-04-271-0/+3
* drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen2022-04-201-0/+2
* drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito2022-04-201-1/+3
* drm/tegra: Fix reference leak in tegra_dsi_ganged_probeMiaoqian Lin2022-04-201-1/+3
* drm/edid: Don't clear formats if using deep colorMaxime Ripard2022-04-201-8/+0
* drm/edid: Always set RGB444Maxime Ripard2022-03-021-1/+1
* drm/radeon: Fix backlight control on iMac 12,1Nicholas Bishop2022-02-231-1/+2
* drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez2022-02-081-1/+1
* drm/msm: Fix wrong size calculationXianting Tian2022-02-081-1/+1
* drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin2022-01-294-1/+86
* drm/ttm/nouveau: don't call tt destroy callback on alloc failure.Dave Airlie2022-01-272-8/+3
* drm/radeon: fix error handling in radeon_driver_open_kmsChristian König2022-01-271-10/+12
* drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Zhou Qingyang2022-01-271-16/+20
* drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang2022-01-271-0/+6
* drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor2022-01-271-3/+3
* drm/vc4: fix error code in vc4_create_object()Dan Carpenter2021-12-081-1/+1