Re: [Intel-gfx] [PATCH v5 00/12] Enable GPU switching on pre-retina?MacBook Pro

2016-03-05 Thread Alex Deucher
On Sat, Mar 5, 2016 at 9:16 AM, Lukas Wunner wrote: > Hi Bastien, > > On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote: >> Lukas Wunner wunner.de> writes: >> > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5. >> >> I've tested your patchset on

Re: [Intel-gfx] [PATCH v5 00/12] Enable GPU switching on pre-retina?MacBook Pro

2016-03-05 Thread Lukas Wunner
Hi Bastien, On Fri, Mar 04, 2016 at 04:12:27PM +, Bastien Nocera wrote: > Lukas Wunner wunner.de> writes: > > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5. > > I've tested your patchset on a MacBookPro8,1, with an integrated Intel and > discrete AMD/ATI GPUs. Hm, it

Re: [Intel-gfx] [RFC 00/15] HDMI Audio support on Atom w/o HDAUdio

2016-03-05 Thread Ville Syrjälä
On Fri, Mar 04, 2016 at 08:50:37PM -0600, Pierre-Louis Bossart wrote: > When HDaudio is not enabled or fused-out, an alternate hardware > interface can be used to provide audio data to the display/HDMI > controller on Atom platforms. The code to control this interface was > never submitted

Re: [Intel-gfx] [RFC 01/15] drm: i915: fix inversion of definitions for LPE_PIPE_A/B

2016-03-05 Thread Ville Syrjälä
On Fri, Mar 04, 2016 at 08:50:38PM -0600, Pierre-Louis Bossart wrote: > Definitions for I915_LPE_PIPE_A_INTERRUPT and I915_LPE_PIPE_B_INTERRUPT > are inverted. Not according to the docs. Are the docs wrong? > > Signed-off-by: Pierre-Louis Bossart > --- >

Re: [Intel-gfx] [i-g-t PATCH v1 00/14] Get a few more tests to run on !i915

2016-03-05 Thread Daniel Vetter
On Wed, Mar 02, 2016 at 03:00:07PM +0100, Tomeu Vizoso wrote: > Hi, > > have restarted work on getting tests in IGT to run on drivers other than > i915. > > These changes make the modified tests pass in a Radxa Rock2 board by > using dumb buffers as much as possible and having subtests skip if

Re: [Intel-gfx] [i-g-t PATCH v1 12/14] kms_addfb_basic: Split tiling_tests off

2016-03-05 Thread Daniel Vetter
On Wed, Mar 02, 2016 at 03:00:19PM +0100, Tomeu Vizoso wrote: > Move tests requiring tiled BOs to the end so they don't cause unrelated > subtests to be skipped when testing drivers with only dumb buffer > support. This uncovers a deficiency in igt skip infrastructure when you have disjoint sets

Re: [Intel-gfx] [i-g-t PATCH v1 08/14] lib: Add igt_create_bo_with_dimensions

2016-03-05 Thread Daniel Vetter
On Wed, Mar 02, 2016 at 03:00:15PM +0100, Tomeu Vizoso wrote: > igt_create_bo_with_dimensions() is intended to abstract differences > between drivers in buffer object creation. > > The driver-specific ioctls will be called if the driver that is being > tested can satisfy the needs of the calling

Re: [Intel-gfx] [i-g-t PATCH v1 07/14] lib: Map dumb buffers

2016-03-05 Thread Daniel Vetter
On Sat, Mar 05, 2016 at 01:24:19PM +0100, Daniel Vetter wrote: > On Wed, Mar 02, 2016 at 02:54:20PM +, Chris Wilson wrote: > > On Wed, Mar 02, 2016 at 02:40:44PM +, Daniel Stone wrote: > > > > > > On Wed, 2016-03-02 at 14:39 +, Chris Wilson wrote: > > > > On Wed, Mar 02, 2016 at

Re: [Intel-gfx] [i-g-t PATCH v1 07/14] lib: Map dumb buffers

2016-03-05 Thread Daniel Vetter
On Wed, Mar 02, 2016 at 02:54:20PM +, Chris Wilson wrote: > On Wed, Mar 02, 2016 at 02:40:44PM +, Daniel Stone wrote: > > > > On Wed, 2016-03-02 at 14:39 +, Chris Wilson wrote: > > > On Wed, Mar 02, 2016 at 02:22:58PM +, Daniel Stone wrote: > > > > On Wed, 2016-03-02 at 14:21

Re: [Intel-gfx] [i-g-t PATCH v1 06/14] lib: Add wrapper for DRM_IOCTL_MODE_CREATE_DUMB

2016-03-05 Thread Daniel Vetter
On Wed, Mar 02, 2016 at 03:00:13PM +0100, Tomeu Vizoso wrote: > In order to test drivers that don't have support for proper buffer > objects, add a wrapper for creating dumb buffer objects that will be > called from the lib code for those subtests that don't need to care. > > Signed-off-by: Tomeu