Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dazjo/huawei-kernel-3.4
base: 3868f6fa3119
Choose a base ref
...
head repository: dazjo/huawei-kernel-3.4
compare: 7da79bfcc383
Choose a head ref
  • 2 commits
  • 9 files changed
  • 1 contributor

Commits on Jan 14, 2013

  1. msm: display: fb blend setting via MSMFB_METADATA_SET ioctl

    MSMFB_METADATA_SET ioctl is added for the fb user to pass
    in additional infomation rather than using reserved
    fields.
    User can set pre-multiplied alpha for the frame buffer via this
    ioctl, overlay blend setting will take this into account.
    
    Change-Id: Ic2f6236d84691fb03174ec479874c6928489ea30
    Signed-off-by: Ken Zhang <kenz@codeaurora.org>
    
    Conflicts:
    
    	drivers/video/msm/mdp4.h
    	drivers/video/msm/msm_fb.c
    Daz Jones committed Jan 14, 2013
    Copy the full SHA
    7bbdbf9 View commit details
    Browse the repository at this point in the history
  2. msm_fb: display: add pipe commit ioctl

    currently, pan display serves as pipe commit. However it
    may spend long time pending on cosole_lock() which cause
    flickering on HDMI. Add pipe commit ioctl to allow commit
    from overlay in addition to pan_display.
    
    CRs-fixed: 391564
    Change-Id: I163b5d96f727b70b4d5693e9a414b59339818998
    Signed-off-by: Kuogee Hsieh <khsieh@codeaurora.org>
    
    Conflicts:
    
    	drivers/video/msm/mdp4_overlay_dsi_video.c
    	drivers/video/msm/mdp4_overlay_lcdc.c
    Daz Jones committed Jan 14, 2013
    Copy the full SHA
    7da79bf View commit details
    Browse the repository at this point in the history