Make KMS set_resource function return TRUE

This is what's expected by the server, and allows the EDID for example
to be exported in the KMS case.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
This commit is contained in:
Jesse Barnes 2009-06-30 12:27:59 -07:00
parent 53e248af43
commit cec9fc6f6c
1 changed files with 2 additions and 2 deletions

View File

@ -892,8 +892,8 @@ drmmode_output_set_property(xf86OutputPtr output, Atom property,
}
}
}
/* no property found? */
return FALSE;
return TRUE;
}
static const xf86OutputFuncsRec drmmode_output_funcs = {