linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Coverity: amdgpu_dm_commit_planes(): Null pointer dereferences
@ 2019-11-04 17:41 coverity-bot
  0 siblings, 0 replies; only message in thread
From: coverity-bot @ 2019-11-04 17:41 UTC (permalink / raw)
  To: David Francis
  Cc: Leo Li, Alex Deucher, Nicholas Kazlauskas, Gustavo A. R. Silva,
	linux-next

Hello!

This is an experimental automated report about issues detected by Coverity
from a scan of next-20191031 as part of the linux-next weekly scan project:
https://scan.coverity.com/projects/linux-next-weekly-scan

You're getting this email because you were associated with the identified
lines of code (noted below) that were touched by recent commits:

74aa7bd4c6f7 ("drm/amd/display: Make stream commits call into DC only once")

Coverity reported the following:

*** CID 1487396:  Null pointer dereferences  (FORWARD_NULL)
/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c: 5901 in amdgpu_dm_commit_planes()
5895
5896     		if (dc_plane && !dc_plane->tiling_info.gfx9.swizzle)
5897     			swizzle = false;
5898
5899     		bundle->surface_updates[planes_count].surface = dc_plane;
5900     		if (new_pcrtc_state->color_mgmt_changed) {
vvv     CID 1487396:  Null pointer dereferences  (FORWARD_NULL)
vvv     Dereferencing null pointer "dc_plane".
5901     			bundle->surface_updates[planes_count].gamma = dc_plane->gamma_correction;
5902     			bundle->surface_updates[planes_count].in_transfer_func = dc_plane->in_transfer_func;
5903     		}
5904
5905     		fill_dc_scaling_info(new_plane_state,
5906     				     &bundle->scaling_infos[planes_count]);

If this is a false positive, please let us know so we can mark it as
such, or teach the Coverity rules to be smarter. If not, please make
sure fixes get into linux-next. :) For patches fixing this, please
include these lines (but double-check the "Fixes" first):

Reported-by: coverity-bot <keescook+coverity-bot@chromium.org>
Addresses-Coverity-ID: 1487396 ("Null pointer dereferences")
Fixes: 74aa7bd4c6f7 ("drm/amd/display: Make stream commits call into DC only once")


Thanks for your attention!

-- 
Coverity-bot

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-04 17:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-04 17:41 Coverity: amdgpu_dm_commit_planes(): Null pointer dereferences coverity-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).