forked from shrike1978/ermahgerd_kernel_vigor
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jellybean #1
Open
shrike1978
wants to merge
118
commits into
Snuzzo:jellybean
Choose a base branch
from
shrike1978:jellybean
base: jellybean
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Jellybean #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This fixes cpu1 being turned off though it is still working with a high frequency. The idle_freq can be modified through sysfs. Signed-off-by: showp1984 <[email protected]> Conflicts: arch/arm/mach-msm/msm_mpdecision.c
This belongs in mp_decision() because this influences the decision mpdecision is about to make. Signed-off-by: showp1984 <[email protected]>
Conflicts: arch/arm/mach-msm/Kconfig
In the idle case, the new_state assignment would happen twice. This moves both assignments inside the decision so the assignment only happens once.
Signed-off-by: Tatyana Brokhman <tlinder@xxxxxxxxxxxxxx> Conflicts: block/Makefile Conflicts: block/Makefile
Error log : block/row-iosched.c: In function ‘row_add_request’: block/row-iosched.c:252:29: error: ‘struct request’ has no member named ‘elv’ block/row-iosched.c: In function ‘row_merged_requests’: block/row-iosched.c:512:31: error: ‘struct request’ has no member named ‘elv’ block/row-iosched.c: In function ‘row_set_request’: block/row-iosched.c:556:4: error: ‘struct request’ has no member named ‘elv’
This reverts commit 6f6de16. Conflicts: arch/arm/configs/vigor_aosp_defconfig drivers/cpufreq/Kconfig drivers/cpufreq/Makefile include/linux/cpufreq.h
control interface uses Android kernel's unique early suspend / lat resume interface. While screen is on, file sync is disabled when screen is off, a file sync is called to flush all outstanding writes and restore file sync operation as normal. Signed-off-by: Paul Reioux <[email protected]>
This reverts commit 9b7e286.
Change-Id: I589c8ebb854a2f883b7996be7795f4069b8f3760
For use with new display and media repos Change-Id: Ibf0eb4f9dbdfa37081af24b9e1fd3accc3ffce4e
Change-Id: If9c8e2ff366acc3e6c08e6342f67d32c37a43984
Change-Id: If0139897c19254c3e40f6b8925b9351c1d9514ec
The Android sync point framework will replace the synchronization previously implemented by genlock. This change implements the KGSL component of the sync point framework by creating a fence that is automatically signaled by KGSL when it's timestamp expires. The fence FD is returned to the user driver so that another process can wait for the sync point. Change-Id: Ifee38dfde00e551f3524f7a37833938dcdb64905 Signed-off-by: Jeff Boody <[email protected]> Signed-off-by: Siddhartha Agrawal <[email protected]>
Change-Id: I580a38884ef5f0fc685639737e6f5798322cf704
Individual pmem devices can now be marked as reusable. The memory will be reused through fmem. Change-Id: Id71c2e0c42f093420c241771d7a2620ed2accfc4 Signed-off-by: Laura Abbott <[email protected]>
Change-Id: Iea427b3ffd2b97808d0b71ef0f53c89401adda8d
Add a new header file that lists all supported HDMI resolution modes and the associated timing information. Change-Id: Icd0b7bb2926742730c030ea505b1218b610f4c10
Change-Id: I511a9ea325e6c369432c998a4934447ce8a75eef
There is a failure observed in yres_virtual offset check and every third frame gets skipped without an error message. Due to this high fps is noticed in the test applications. Correct the yres_virtual offset check. CRs-fixed: 325134 Signed-off-by: Padmanabhan Komanduru <[email protected]> (cherry picked from commit 2bd101d5bed1729b317114456360605e86289c15) Change-Id: I35af570df2d6d2609562203f30f3caa1506b9b1d Signed-off-by: Srivalli Oguri <[email protected]>
…gor into jellybean
This change makes the frame buffers aligned to the page boundary. Improves GPU performance since accessing the frame buffer from page boundary is faster. Change-Id: I17879437dd7cbb9a1758d82321c6e68dbd88b9e0 CRs-Fixed: 325134 Signed-off-by: Padmanabhan Komanduru <[email protected]>
Remove redundant code from the 4 KB alignment patch and reduce the overhead of calculation of the hole size by using bitwise operators in its calculation. Change-Id: I1706484249bf8e01b250e91fa87e00f6021d9a72 CRs-fixed: 325134 Signed-off-by: Padmanabhan Komanduru <[email protected]>
Source x offset adjustment is not properly programmed for YUV444 format, it is always programmed as 0. Add support for correct x offset adjustment. Change-Id: I73e87f961bda60670cc764c66be955e48ccf2734 Signed-off-by: Adrian Salido-Moreno <[email protected]> Signed-off-by: Ravishangar Kalyanam <[email protected]>
The previous QSEED Table 1 values are not suitable values (would end up smoothing and sharpening content which can lead to artifacts). The values loaded by this patch are the suggested default values for QSEED since they do not smooth or sharpen most content (bi-cubic filter), but will slightly smooth low frequency components of the image (i.e. helps reduce artifacts that produce sharp edges on content that is supposed to be a constant color; often introduced by some video encoding algorithms). CRS-Fixed: 338131 Signed-off-by: Carl Vanderlip <[email protected]> (cherry picked from commit d89c0e7712dd5cf13769b4d0facfecb93028538c) Change-Id: I3b65661c69402c23f4322366aa4f12e66d661b86 Signed-off-by: Gopal G Goberu <[email protected]>
Add check for (90 + Flip Horizontal) and Flip Vertical cases to assign proper destination rectangle parameters to avoid corrupted frame buffer content. CRs-Fixed: 344807 Change-Id: I7e7b0b8d26f08f63a6f9c55eedd37f31cf0348d7 Signed-off-by: Jeevan Shriram <[email protected]> (cherry picked from commit 07c82d6ca63c6be28ab897fdb3ccfc1a448c342f)
After 4 KB alignment changes, the frame from 3rd buffer doesn't get updated since during PUT_VSCREEN_INFO ioctl, the driver returns -1 to userspace due to error in logic because the hole size is not considered in calculating the logic for validity of the y-offset. Change fixes this error. CRs-fixed: 325134 Signed-off-by: Padmanabhan Komanduru <[email protected]> (cherry picked from commit d37b52404236bf4cadf530a238cafc5d6499d32a) Change-Id: Ifccfa25a37fe0f8d86bf5b822d9affe7fa41203a Signed-off-by: Srivalli Oguri <[email protected]>
There is a failure observed in yres_virtual offset check and every third frame gets skipped without an error message. Due to this high fps is noticed in the test applications. Correct the yres_virtual offset check. CRs-fixed: 325134 Signed-off-by: Padmanabhan Komanduru <[email protected]> (cherry picked from commit 2bd101d5bed1729b317114456360605e86289c15) Change-Id: I35af570df2d6d2609562203f30f3caa1506b9b1d Signed-off-by: Srivalli Oguri <[email protected]>
This host driver will be used to communicate with modem devices with dial up network and RMNET interfaces. This driver works as a bridge to pass control and data packets between the modem and peripheral usb gadget driver. Driver currently supports modem devices (vendor ID 0x05c6) with PIDs 0x9001 Change-Id: Id85b552b39d061528a1c3c90a354d73580c9b631 Signed-off-by: Hemant Kumar <[email protected]> Signed-off-by: Jack Pham <[email protected]>
Enabled by default, can disable with: echo N > /sys/module/otg_wakelock/parameters/enabled Change-Id: I34974624c52ae23490852b44c270d2f326cf6116 Signed-off-by: Todd Poynor <[email protected]> usb: otg: Temporarily grab wakelock on charger and disconnect events Change-Id: If995d4af4adcb08e8369009483f2956ad9627267 Signed-off-by: Todd Poynor <[email protected]> add for OTG support by faux123
Change-Id: Ie693c3feee0f8e19fc406c12e1e91af6a52ec731
Conflicts: drivers/char/diag/diagchar_core.c drivers/char/diag/diagfwd.c drivers/usb/gadget/Kconfig drivers/usb/gadget/android.c drivers/usb/gadget/ci13xxx_udc.c drivers/usb/gadget/composite.c drivers/usb/gadget/f_adb.c drivers/usb/gadget/f_mass_storage.c drivers/usb/gadget/f_rmnet_sdio.c drivers/usb/gadget/f_rmnet_smd_sdio.c drivers/usb/gadget/f_serial.c drivers/usb/gadget/u_ether.c Change-Id: I67b3945aa74ba09fd8a99962c718de5713b44f5d
Change-Id: I05998d85acb0e9c2729da1a7dbbec38da035bbd3
Change-Id: I916039b3405324ef3efe1ebbd24238b9da11e364 Conflicts: net/bluetooth/hidp/core.c net/bluetooth/sco.c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here you go
Sending you Jellybean since that's where I'm doing most of most work from.