[Intel-gfx] [PATCH 0/8] drm: Fix/remove a few static checker error
Imre Deak
imre.deak at intel.com
Wed Apr 26 13:40:05 UTC 2017
The patchset fixes static checker errors all over the place. All of them
are minor, mostly missing error return checks, with the exception of the
first which could fix a real use case.
Imre Deak (8):
drm/i915/vlv: Fix port B PLL opamp initialization
drm/i915/dp: Check error return during DPCD capability queries
drm/i915/sdvo: Check error return from intel_sdvo_get_value()
drm/i915: Check error return when setting DMA mask
drm/i915: Check error return when converting pipe to connector
drm/i915: Sanitize stolen memory size calculation
drm/i915/lvds: Remove magic from PLL programming
drm: Remove redundant NULL check during atomic plane commit
drivers/gpu/drm/drm_plane_helper.c | 10 ++++------
drivers/gpu/drm/i915/dvo_ch7017.c | 7 +++++--
drivers/gpu/drm/i915/i915_gem_gtt.c | 28 +++++++++++++++++-----------
drivers/gpu/drm/i915/intel_display.c | 4 ++--
drivers/gpu/drm/i915/intel_dp.c | 20 ++++++++++++--------
drivers/gpu/drm/i915/intel_panel.c | 14 ++++++++++++--
drivers/gpu/drm/i915/intel_sdvo.c | 8 ++++----
7 files changed, 56 insertions(+), 35 deletions(-)
--
2.5.0
More information about the Intel-gfx
mailing list