correct the zpos and capability of layers 97/70397/2 accepted/tizen/mobile/20160519.085522 submit/tizen/20160519.061417
authorBoram Park <boram1288.park@samsung.com>
Thu, 19 May 2016 06:02:30 +0000 (15:02 +0900)
committerBoram Park <boram1288.park@samsung.com>
Thu, 19 May 2016 06:06:23 +0000 (15:06 +0900)
commit3314c9883696771330f541ca4133f83111222881
tree48510f6146bde1f033b8ab8fd4508d7442fe83dc
parentd4b80aaeee02a91229c894f7539868c0e4e2d4c3
correct the zpos and capability of layers

  If a TDM backend support PP, when video is playing, the display
  server normally will convert a video image with PP and show it
  to a GRAPHIC layer. If a GRAPHIC layer fully supports scaling,
  rotating and various color formats, the display server will show
  a video image to a GRAPHIC layer without converting.

  However, some hardware vendors want to handle a video image directly
  inside of their TDM backend module. If a TDM backend module offer
  VIDEO layers, the display server will pass a video image to the TDM
  backend module without any modification. No scaling, no rotating.
  And also, the display server won’t check video formats too. Then a
  TDM backend module has the responsibility to display a video image
  on the screen.

Change-Id: I932916f756291a40ddb8b19048d065769e8072e8
src/tdm_sprd_display.c