This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/TDA2EX17EVM: TDA2X gfx vid display issue

Part Number: TDA2EX17EVM

Tool/software: Linux

Hi. all.

I'm using VISION SDK 3.4.

My goal is to make a chain like below.

dec(M4)->display.

weston(A15)->display. 

I found an usecase in vision sdk for each. ( disp_dist_src_display / null_src_decode_display)

I tested both, and it works well.

So, I merged 2 usecase to one usecase using alpha blending.

But, displayed image is broken seriouly.

Below is my test sequence.

1. run apps.out. select my usecase.

2. run weston-simple-damage

If I run weston-simple-damage with small size, display is not broken.

But, with large size (weston-simple-damage --width=1280 --height=720), display is broken.

I turned off alphablending. but the result was same.

How can I fix it?