[Openchrome-devel] New snapshot

Xavier Bachelot xavier
Wed Jun 20 15:07:27 PDT 2012


On 06/19/2012 01:20 AM, James Simmons wrote:
>>
>> Still need manually set the MigrationHeuristic to "greedy" though.
> 
> Can you try this patch on top of the current kms-branch. Xavier can you 
> try it as well.
> 
> diff --git a/src/via_exa.c b/src/via_exa.c
> index dac9794..7a18738 100644
> --- a/src/via_exa.c
> +++ b/src/via_exa.c
> @@ -771,7 +771,13 @@ viaExaTexUploadToScreen(PixmapPtr pDst, int x, int y, int w, int h, char *src,
>      return TRUE;
>  }
>  
> -#define EXAOPT_MIGRATION_HEURISTIC  0
> +typedef enum {
> +    EXAOPT_MIGRATION_HEURISTIC,
> +    EXAOPT_NO_COMPOSITE,
> +    EXAOPT_NO_UTS,
> +    EXAOPT_NO_DFS,
> +    EXAOPT_OPTIMIZE_MIGRATION
> +} EXAOpts;
>  
>  Bool
>  viaInitExa(ScreenPtr pScreen)
> 
Sorry, it didn't help. EXA screen corruption are back w/o forcing greedy
in the X conf.

X.




More information about the Openchrome-devel mailing list