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 ||
> >+
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
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
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
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
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
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
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
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