summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff functionXinlei Lee2022-08-251-0/+2
* drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Alexey Kodanev2022-08-251-4/+2
* drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsLeo Li2022-08-251-0/+4
* drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi2022-08-251-1/+1
* tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong2022-07-291-3/+5
* drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha2022-07-297-119/+19
* drm: remove drm_fb_helper_modinitChristoph Hellwig2022-07-023-44/+12
* drm/radeon: fix a possible null pointer dereferenceGong Yuanjun2022-06-141-0/+4
* drm: imx: fix compiler warning with gcc-12Linus Torvalds2022-06-141-1/+1
* 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/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong2022-06-141-2/+4
* 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/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin2022-05-181-1/+1
* drm/vgem: Close use-after-free race in vgem_gem_createDaniel Vetter2022-05-121-3/+6
* drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang2022-04-271-0/+3
* gpu: ipu-v3: Fix dev_dbg frequency outputLeo Ruan2022-04-201-2/+3
* drm/amdkfd: Check for potential null return of kmalloc_array()QintaoShen2022-04-201-0/+2
* drm/amd: Add USBC connector IDAurabindo Pillai2022-04-201-0/+1
* drm/imx: Fix memory leak in imx_pd_connector_get_modesJosé Expósito2022-04-201-1/+3
* drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()Dan Carpenter2022-04-201-1/+1
* 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
* Revert "drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR"Karol Herbst2022-03-021-21/+16
* 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/i915/overlay: Prevent divide by zero bugs in scalingDan Carpenter2022-02-081-0/+3
* drm/nouveau: fix off by one in BIOS boundary checkingNick Lopez2022-02-081-1/+1
* drm/msm/dsi: invalid parameter check in msm_dsi_phy_enableJosé Expósito2022-02-081-1/+3
* drm/msm: Fix wrong size calculationXianting Tian2022-02-081-1/+1
* drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause2022-01-294-22/+21
* drm/i915: Flush TLBs before releasing backing storeTvrtko Ursulin2022-01-295-1/+96
* 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/bridge: megachips: Ensure both bridges are probed before registrationMartyn Welch2022-01-271-12/+28
* drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs2022-01-271-16/+21
* 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/msm/dsi: set default num_data_lanesPhilip Chen2021-12-221-0/+2