summaryrefslogtreecommitdiff
path: root/drivers/gpu/ipu-v3/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-10-18 18:16:23 +0300
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-10-19 10:23:33 +0300
commitb9a1b7179cde240abf67a613f2a67be7c56cc59f (patch)
tree432268c50deb5538e1534e42bc9eaa4b2253ba7e /drivers/gpu/ipu-v3/Kconfig
parent488546fc4d246698d4db9c46f7ec06c4839a18e1 (diff)
downloadlinux-b9a1b7179cde240abf67a613f2a67be7c56cc59f.tar.xz
i915: don't call drm_atomic_state_put on invalid pointer
The introduction of reference counting on the state structures caused sanitize_watermarks() in i915 to break in the error handling case, as pointed out by gcc -Wmaybe-uninitialized drivers/gpu/drm/i915/intel_display.c: In function ‘intel_modeset_init’: include/drm/drm_atomic.h:224:2: error: ‘state’ may be used uninitialized in this function [-Werror=maybe-uninitialized] This changes the function back to only drop the reference count when it was successfully allocated first. Fixes: 0853695c3ba4 ("drm: Add reference counting to drm_atomic_state") Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161018151652.2690201-1-arnd@arndb.de
Diffstat (limited to 'drivers/gpu/ipu-v3/Kconfig')
0 files changed, 0 insertions, 0 deletions