summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-11-25drm/imx: imx-tve: Fix return type of imx_tve_connector_mode_validNathan Huckleberry1-2/+3
2022-11-25drm/i915/dmabuf: fix sg_table handling in map_dma_bufMatthew Auld1-2/+2
2022-11-25drm/vc4: Fix missing platform_unregister_drivers() call in vc4_drm_register()Yuan Can1-1/+6
2022-11-03drm/msm: Fix return type of mdp4_lvds_connector_mode_validNathan Huckleberry1-2/+3
2022-11-03drm/msm/hdmi: fix memory corruption with too many bridgesJohan Hovold1-0/+5
2022-10-26drm/amdgpu: fix initial connector audio valuehongao1-1/+6
2022-10-26drm/vc4: vec: Fix timings for VEC modesMateusz Kwiatkowski1-2/+2
2022-10-26drm: Prevent drm_copy_field() to attempt copying a NULL pointerJavier Martinez Canillas1-0/+6
2022-10-26drm: Use size_t type for len variable in drm_copy_field()Javier Martinez Canillas1-1/+1
2022-10-26drm/bridge: megachips: Fix a null pointer dereference bugZheyu Ma1-1/+3
2022-10-26drm/mipi-dsi: Detach devices when removing the hostMaxime Ripard1-0/+1
2022-10-26Revert "drm: bridge: analogix/dp: add panel prepare/unprepare in suspend/resu...Brian Norris1-13/+0
2022-09-28drm/meson: Correct OSD1 global alpha valueStuart Menefy1-1/+1
2022-09-20drm/msm/rd: Fix FIFO-full deadlockRob Clark1-0/+3
2022-09-15drm/radeon: add a force flush to delay work when radeonZhenneng Li1-0/+3
2022-09-15drm/amdgpu: Check num_gfx_rings for gfx v9_0 rb setup.Candice Li1-1/+2
2022-09-15drm/i915/reg: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2022-09-15drm/msm/dsi: Fix number of regulators for msm8996_dsi_cfgDouglas Anderson1-1/+1
2022-08-25drm/meson: Fix refcount bugs in meson_vpu_has_available_connectors()Liang He1-1/+4
2022-08-25drm: bridge: sii8620: fix possible off-by-oneHangyu Hua1-2/+2
2022-08-25drm/mediatek: dpi: Remove output format of YUVBo-Chen Chen1-25/+6
2022-08-25drm/rockchip: vop: Don't crash for invalid duplicate_state()Brian Norris1-0/+3
2022-08-25drm/vc4: dsi: Correct DSI divider calculationsDave Stevenson1-4/+2
2022-08-25drm: bridge: adv7511: Add check for mipi_dsi_driver_registerJiasheng Jiang1-3/+14
2022-08-25drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff functionXinlei Lee1-0/+2
2022-08-25drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers()Alexey Kodanev1-4/+2
2022-08-25drm/amdgpu: Check BO's requested pinning domains against its preferred_domainsLeo Li1-0/+4
2022-08-25drm/nouveau: fix another off-by-one in nvbios_addrTimur Tabi1-1/+1
2022-07-29tilcdc: tilcdc_external: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+5
2022-07-29drm/tilcdc: Remove obsolete crtc_mode_valid() hackJyri Sarha7-119/+19
2022-07-02drm: remove drm_fb_helper_modinitChristoph Hellwig3-44/+12
2022-06-14drm/radeon: fix a possible null pointer dereferenceGong Yuanjun1-0/+4
2022-06-14drm: imx: fix compiler warning with gcc-12Linus Torvalds1-1/+1
2022-06-14gma500: fix an incorrect NULL check on list iteratorXiaomeng Tong1-3/+4
2022-06-14drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUXBrian Norris1-1/+12
2022-06-14drm/nouveau/clk: Fix an incorrect NULL check on list iteratorXiaomeng Tong1-2/+4
2022-06-14drm/amdgpu/cs: make commands with 0 chunks illegal behaviour.Dave Airlie1-1/+1
2022-06-14drm/msm: return an error pointer in msm_gem_prime_get_sg_table()Dan Carpenter1-1/+1
2022-06-14drm/rockchip: vop: fix possible null-ptr-deref in vop_bind()Yang Yingliang1-1/+1
2022-06-14drm/msm/hdmi: check return value after calling platform_get_resource_byname()Yang Yingliang1-0/+4
2022-06-14drm/msm/dsi: fix error checks and return values for DSI xmit functionsDmitry Baryshkov1-7/+14
2022-06-14drm/mediatek: Fix mtk_cec_mask()Miles Chen1-1/+1
2022-06-14drm/amd/pm: fix the compile warningEvan Quan1-13/+1
2022-06-14drm/amd/pm: fix double free in si_parse_power_table()Keita Suzuki1-5/+3
2022-06-14drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modesLiu Zixian1-0/+2
2022-06-06drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()Gustavo A. R. Silva1-1/+1
2022-05-25drm/dp/mst: fix a possible memory leak in fetch_monitor_name()Hangyu Hua1-0/+1
2022-05-18drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-05-12drm/vgem: Close use-after-free race in vgem_gem_createDaniel Vetter1-3/+6
2022-04-27drm/msm/mdp5: check the return of kzalloc()Xiaoke Wang1-0/+3