[Intel-gfx] [GLK MIPI DSI V3 3/7] drm/i915/glk: Add MIPIIO Enable/disable sequence

Julia Lawall julia.lawall at lip6.fr
Thu Jan 12 18:33:50 UTC 2017


Line 427 is under the if on line 422 and the subsequent lines are not.  It
is not clear at all what is intended.

julia

---------- Forwarded message ----------
Date: Fri, 13 Jan 2017 02:13:07 +0800
From: kbuild test robot <fengguang.wu at intel.com>
To: kbuild at 01.org
Cc: Julia Lawall <julia.lawall at lip6.fr>
Subject: Re: [Intel-gfx] [GLK MIPI DSI V3 3/7] drm/i915/glk: Add MIPIIO
    Enable/disable sequence

In-Reply-To: <1483361668-2095-4-git-send-email-madhav.chauhan at intel.com>

url:    https://github.com/0day-ci/linux/commits/Madhav-Chauhan/GLK-MIPI-DSI-VIDEO-MODE-PATCHES/20170103-015302
base:   git://anongit.freedesktop.org/drm-intel for-linux-next
:::::: branch date: 10 days ago
:::::: commit date: 10 days ago

>> drivers/gpu/drm/i915/intel_dsi.c:427:2-43: code aligned with following code on line 428

git remote add linux-review https://github.com/0day-ci/linux
git remote update linux-review
git checkout 8cf76366b507b9d1e251dc6d489be37f663b3252
vim +427 drivers/gpu/drm/i915/intel_dsi.c

8cf76366 Deepak M 2017-01-02  421  		/* Wait for ULPS Not active */
8cf76366 Deepak M 2017-01-02  422  		if (intel_wait_for_register(dev_priv,
8cf76366 Deepak M 2017-01-02  423  				MIPI_CTRL(port), GLK_ULPS_NOT_ACTIVE,
8cf76366 Deepak M 2017-01-02  424  				GLK_ULPS_NOT_ACTIVE, 20))
8cf76366 Deepak M 2017-01-02  425
8cf76366 Deepak M 2017-01-02  426  		/* Exit ULPS */
8cf76366 Deepak M 2017-01-02 @427  		val = I915_READ(MIPI_DEVICE_READY(port));
8cf76366 Deepak M 2017-01-02 @428  		val &= ~ULPS_STATE_MASK;
8cf76366 Deepak M 2017-01-02  429  		val |= (ULPS_STATE_EXIT | DEVICE_READY);
8cf76366 Deepak M 2017-01-02  430  		I915_WRITE(MIPI_DEVICE_READY(port), val);
8cf76366 Deepak M 2017-01-02  431

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation


More information about the Intel-gfx mailing list