about cma

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
705件の閲覧回数
changbaoma
Contributor III

camera and display interface do not exist in my imx6ull board,but ip camera may be used.

1. can i disable the reserved-memory(cma) node in imx6ull dts? if yes, is there any bad effect?

2. which driver may use that CMA area?

0 件の賞賛
1 解決策
676件の閲覧回数
b36401
NXP Employee
NXP Employee

I considered with collegues and it is not good idea to disable CMA.
Many peripherals on i.MX6ULL used DMA and needs CMA.
Of course you can change their drivers for not using DMA but then you loose the performance.

元の投稿で解決策を見る

3 返答(返信)
693件の閲覧回数
b36401
NXP Employee
NXP Employee

[deleted]

0 件の賞賛
684件の閲覧回数
changbaoma
Contributor III

when CMA  aera enable, will all DMA transfers of imx6 Peripherals use the CMA  aera?

is there any bad effect if disable CMA node in dts?

0 件の賞賛
677件の閲覧回数
b36401
NXP Employee
NXP Employee

I considered with collegues and it is not good idea to disable CMA.
Many peripherals on i.MX6ULL used DMA and needs CMA.
Of course you can change their drivers for not using DMA but then you loose the performance.