From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ed Tomlinson Subject: Re: [git pull] drm fixes Date: Sat, 05 Jul 2014 22:24:57 -0400 Message-ID: <5878240.sEB4GAESUK@grover> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Dave Airlie Cc: torvalds@linux-foundation.org, DRI mailing list , linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org Hi Dave, This is NOT fixing problems with a stalled boot due to VGA problems as reported in thread: [PATCH 5/5] drm/i915: Kick out vga console It can be fixed by reverting: a4de05268e674e8ed31df6348269e22d6c6a1803 or applying the patch from Chris Wilson which can be found as a reply t= o my report. Thanks Ed Tomlinson =20 On Saturday 05 July 2014 23:13:27 Dave Airlie wrote: >=20 > Hi Linus, >=20 > i915, tda998x and vmwgfx fixes, the main one is i915 fix for missing = VGA=20 > connectors, along with some fixes for the tda998x from Russell fixing= some=20 > modesetting problems >=20 > (still on holidays, but got a spare moment to find these). >=20 > Dave. >=20 > The following changes since commit e1a08b855f56d6528e7f85aae9ca8123f4= c3ae04: >=20 > Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kerne= l/git/arm64/linux (2014-07-05 10:12:52 -0700) >=20 > are available in the git repository at: >=20 >=20 > git://people.freedesktop.org/~airlied/linux drm-fixes >=20 > for you to fetch changes up to dfd7aecfd6d227831d77719379d4c7137f444f= ee: >=20 > Merge tag 'drm-intel-fixes-2014-07-03' of git://anongit.freedesktop= =2Eorg/drm-intel (2014-07-06 07:49:59 +1000) >=20 > ---------------------------------------------------------------- >=20 > Dave Airlie (3): > Merge branch 'tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk= /linux-cubox > Merge branch 'vmwgfx-fixes-3.16' of git://people.freedesktop.or= g/~thomash/linux > Merge tag 'drm-intel-fixes-2014-07-03' of git://anongit.freedes= ktop.org/drm-intel >=20 > Deepak S (1): > drm/i915: Drop early VLV WA to fix Voltage not getting dropped = to Vmin >=20 > Guido Mart=C3=ADnez (1): > drm/i2c: tda998x: move drm_i2c_encoder_destroy call >=20 > Jesse Barnes (1): > drm/i915: only apply crt_present check on VLV >=20 > Russell King (2): > drm/i2c: tda998x: faster polling for edid > drm/i2c: tda998x: add some basic mode validation >=20 > Thomas Hellstrom (1): > drm/vmwgfx: Fix incorrect write to read-only register v2: >=20 > Ville Syrj=C3=A4l=C3=A4 (1): > drm/i915: Wait for vblank after enabling the primary plane on B= DW >=20 > drivers/gpu/drm/i2c/tda998x_drv.c | 12 +++++++++--- > drivers/gpu/drm/i915/intel_display.c | 27 ++++++++++++++++++++++++++= - > drivers/gpu/drm/i915/intel_pm.c | 8 ++++++++ > drivers/gpu/drm/i915/intel_sprite.c | 8 ++++++++ > drivers/gpu/drm/vmwgfx/vmwgfx_fb.c | 1 - > 5 files changed, 51 insertions(+), 5 deletions(-)