Re: [Intel-gfx] [PATCH v3.5 02.5/22] drm/i915: add intel_display_suspend

2015-05-24 Thread Maarten Lankhorst
Op 23-05-15 om 01:03 schreef Matt Roper: > On Thu, May 21, 2015 at 02:33:31PM +0200, Maarten Lankhorst wrote: >> This is a function used to disable all crtc's. This makes it clearer >> to distinguish between when mode needs to be preserved and when >> it can be trashed. > To clarify, when you talk

Re: [Intel-gfx] drivers/gpu/drm/i915/i915_gem_gtt.c

2015-05-24 Thread Jani Nikula
On Sat, 23 May 2015, Andrew Morton wrote: > On Sat, 23 May 2015 14:30:09 +0100 Damien Lespiau > wrote: > >> On Fri, May 22, 2015 at 02:17:32PM -0700, Andrew Morton wrote: >> > I'm not sure what's happened to the drm code in linux-next - it's >> > exploding all over the place. Did someone turn o

Re: [Intel-gfx] EDID problem

2015-05-24 Thread Felix Miata
Engin Firat composed on 2015-05-24 22:54 (UTC+0300): > I want to use custom EDID for one of my monitors. This because the monitor > has a broken EDID structure. I have been trying to use a custom EDID (a > binary message was saved before) within Xorg.conf. Is this possible? Xorg is usually smart

Re: [Intel-gfx] Fwd: EDID problem

2015-05-24 Thread Chris Wilson
On Sun, May 24, 2015 at 10:54:44PM +0300, Engin Firat wrote: >Hello, > >I want to use custom EDID for one of my monitors. This because the monitor >has a broken EDID structure. I have been trying to use a custom EDID (a >binary message was saved before) within Xorg.conf. Is this po

[Intel-gfx] Fwd: EDID problem

2015-05-24 Thread Engin Firat
Hello, I want to use custom EDID for one of my monitors. This because the monitor has a broken EDID structure. I have been trying to use a custom EDID (a binary message was saved before) within Xorg.conf. Is this possible? I have installed the drivers by using : Intel(R) Graphics Installer for

[Intel-gfx] [PATCH] drm/i915: Make DRM_I915_WERROR depend on !COMPILE_TEST

2015-05-24 Thread Damien Lespiau
With allyesconfig/allmodconfig, kbuild enables all the options it can, including DRM_I915_WERROR. That's not really what we want with -Werror, and this was breaking the build for Andrew. Andrew suggested to use COMPILE_TEST as a way to 'detect' these configurations. An alternative would be to inv