[Xorg-driver-geode] xf86-video-geode: Changes to 'master'
Julien Cristau
jcristau at debian.org
Wed Sep 29 23:27:39 PDT 2010
On Thu, Sep 30, 2010 at 13:56:27 +0800, Huang, FrankR wrote:
> I definitely know MODE_OK will be returned in this function now for
> every condition. But you should know my patch is based on the patch
> Otavio committed on 5/29/2010. If there is some condition we need give
> MODE_XXX, we can add code. But the last return value of this function
> must be MODE_OK. That is my point.
Then write it as
lx_output_mode_valid()
{
return MODE_OK;
}
which will be equivalent to the current code, but not quite as
convoluted.
Cheers,
Julien
More information about the Xorg-driver-geode
mailing list