linux/drivers/gpu/drm/qxl
Colin Ian King 738acd49eb qxl: Fix uninitialised struct field head.surface_id
The surface_id struct field in head is not being initialized and
static analysis warns that this is being passed through to
dev->monitors_config->heads[i] on an assignment. Clear up this
warning by initializing it to zero.

Addresses-Coverity: ("Uninitialized scalar variable")
Fixes: a6d3c4d798 ("qxl: hook monitors_config updates into crtc, not encoder.")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20210304094928.2280722-1-colin.king@canonical.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
2021-03-11 11:11:33 +01:00
..
Kconfig drm/qxl: Fix randbuild error 2019-10-17 14:31:50 +02:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
qxl_cmd.c qxl/ttm: drop the unusued no wait flag to reserve function 2020-08-06 12:16:29 +10:00
qxl_debugfs.c drm/qxl: switch over to the new pin interface 2020-09-24 16:16:50 +02:00
qxl_dev.h drm/qxl: use flexible-array member instead of zero-length array 2020-12-22 13:43:29 +01:00
qxl_display.c qxl: Fix uninitialised struct field head.surface_id 2021-03-11 11:11:33 +01:00
qxl_draw.c drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends 2020-11-09 09:19:24 +01:00
qxl_drv.c pci-v5.12-changes 2021-02-25 09:56:08 -08:00
qxl_drv.h drm/ttm/drivers: remove unecessary ttm_module.h include v2 2020-12-01 17:43:46 +01:00
qxl_dumb.c drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlocked 2020-05-19 22:31:34 +01:00
qxl_gem.c drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlocked 2020-05-19 22:31:34 +01:00
qxl_image.c drm/qxl: lost qxl_bo_kunmap_atomic_page in qxl_image_init_helper() 2020-04-29 13:21:34 +02:00
qxl_ioctl.c drm/qxl: Remove references to struct drm_device.pdev 2021-01-06 15:43:14 +01:00
qxl_irq.c drm/qxl: Remove references to struct drm_device.pdev 2021-01-06 15:43:14 +01:00
qxl_kms.c drm/qxl: Remove references to struct drm_device.pdev 2021-01-06 15:43:14 +01:00
qxl_object.c drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends 2020-11-09 09:19:24 +01:00
qxl_object.h drm/ttm: cleanup BO size handling v3 2020-12-14 14:20:46 +01:00
qxl_prime.c drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends 2020-11-09 09:19:24 +01:00
qxl_release.c drm/qxl: fix lockdep issue in qxl_alloc_release_reserved 2021-03-11 11:11:22 +01:00
qxl_ttm.c drm-misc-next for v5.12: 2021-01-07 10:46:32 +01:00