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/android_kernel_zte_msm7x27
base: e9eef05a80c7
Choose a base ref
...
head repository: dazjo/android_kernel_zte_msm7x27
compare: f2784b9134b9
Choose a head ref
  • 4 commits
  • 6 files changed
  • 3 contributors

Commits on Feb 1, 2013

  1. msm_fb: vsync events for legacy MDP 3.00 targets

    Pieced together from current code in CAF. This is very specific to
    MDP 3.00 targets that use the LCDC display controller, and it might
    break horribly and badly on anything else.
    
    Change-Id: I2b7086a17fd22a04d61d7962f4ea98ab1af00442
    grigorig authored and LalitMaganti committed Feb 1, 2013
    Copy the full SHA
    aa26384 View commit details
    Browse the repository at this point in the history
  2. msm_fb: fixup MDP 3.00 vsync events

    This is the sum of several fixes and improvements to the MDP 3.00
    vsync event code.
    
    Make sure to never switch off MDP command clock twice; add timeout
    to the vsync wait completion and interpret the return value of the
    completion function correctly.
    
    Change-Id: Ic0a699c98a90e896a9ba185793cc7d9187bb6ec1
    grigorig authored and LalitMaganti committed Feb 1, 2013
    Copy the full SHA
    5667580 View commit details
    Browse the repository at this point in the history
  3. 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
    Ken Zhang authored and LalitMaganti committed Feb 1, 2013
    Copy the full SHA
    3b04157 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2013

  1. Copy the full SHA
    f2784b9 View commit details
    Browse the repository at this point in the history