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