Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread Lukas Wunner
Hi, On Sat, Aug 01, 2015 at 08:49:55PM +0100, harrykipper wrote: > On Sat, 1 Aug, 2015 at 4:01 PM, Lukas Wunner wrote: > >Change is_edp() to something like: > > > >-return intel_dig_port->base.type == INTEL_OUTPUT_EDP; > >+return intel_dig_port->base.type == INTEL_OUTPUT_EDP || > >+

Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread harrykipper
On Sat, 1 Aug, 2015 at 4:01 PM, Lukas Wunner wrote: Hi, Thanks very much Lukas, I tried both Change is_edp() to something like: - return intel_dig_port->base.type == INTEL_OUTPUT_EDP; + return intel_dig_port->base.type == INTEL_OUTPUT_EDP || + strncmp(intel_dp->bas

Re: [Intel-gfx] [PATCH v3 1/5] drm: Add config for detecting libdrm

2015-08-01 Thread Dmitry V. Levin
On Fri, Jul 31, 2015 at 11:09:11AM +0200, Patrik Jakobsson wrote: > On Thu, Jul 30, 2015 at 10:04:49AM -0400, Mike Frysinger wrote: > > On 30 Jul 2015 15:30, Patrik Jakobsson wrote: > > > On Thu, Jul 23, 2015 at 05:48:21AM -0400, Mike Frysinger wrote: > > > > On 01 Jul 2015 14:52, Patrik Jakobsson

Re: [Intel-gfx] Help needed for unusual hack

2015-08-01 Thread Lukas Wunner
Hi, On Fri, Jul 31, 2015 at 02:34:06PM +0100, harrykipper wrote: > Hello, I have a Thinkpad X230 (IvyBridge, HD4000) with a very clever display > mod (described to some extent by a guy here --> http://boweihe.me/?p=1442). > Practically the low res native LVDS panel of the laptop was replaced with

Re: [Intel-gfx] [PATCH] scripts/kernel-doc Allow struct arguments documentation in struct body

2015-08-01 Thread Laurent Pinchart
Hi Jon, On Saturday 01 August 2015 13:22:10 Jonathan Corbet wrote: > On Fri, 31 Jul 2015 18:06:45 -0300 Danilo Cesar Lemes de Paula wrote: > > Describing arguments at top of a struct definition works fine > > for small/medium size structs, but it definitely doesn't work well > > for struct with a

Re: [Intel-gfx] [4.2-rc4] acpi|drm|i915: circular locking dependency: acpi_video_get_backlight_type

2015-08-01 Thread Sedat Dilek
On Mon, Jul 27, 2015 at 12:33 AM, Sedat Dilek wrote: > Hi, > > this my first build of a 4.2-rcN Linux-kernel and I see this... > Just FYI: I am *not* seeing this with drm-intel-nightly from below url. Also, I plan to test Linux v4.2-rc5. - Sedat - [1] http://kernel.ubuntu.com/~kernel-ppa/mai

Re: [Intel-gfx] [PATCH] scripts/kernel-doc Allow struct arguments documentation in struct body

2015-08-01 Thread Jonathan Corbet
On Fri, 31 Jul 2015 18:06:45 -0300 Danilo Cesar Lemes de Paula wrote: > Describing arguments at top of a struct definition works fine > for small/medium size structs, but it definitely doesn't work well > for struct with a huge list of elements. > > Keeping the arguments list inside the struct b

Re: [Intel-gfx] [PATCH 0/5] igt: adding parameter to drm_open_any and drm_open_any_master to allow specification of non-intel GPUs

2015-08-01 Thread Chris Wilson
On Fri, Jul 31, 2015 at 04:11:06PM -0400, Micah Fedke wrote: > Changes since last version of patch: > > Addressed comments from danvet: > - added drm_open_driver(driver_flag) > - replaced existing drm_open_any's with cocci (separate commit) > - updated drm_read (and some associated plumbing) to

Re: [Intel-gfx] [PATCH] intel: Drop aub dumping functionality

2015-08-01 Thread Chris Wilson
On Fri, Jul 31, 2015 at 10:53:26AM -0700, k...@bitplanet.net wrote: > From: Kristian Høgsberg Kristensen > > We now have a separate tool for this in intel-gpu-tools and we don't > need to clutter up libdrm with this feature. We leave the entry points > in there to avoid breaking API/ABI. A quick