This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers/video
Padmanabhan Komanduru a8576690b3 msm_fb: Handle multiple histogram reader errors during suspend/resume
If a histogram reader waits for completion in the do_histogram ioctl
and during this time the device is suspended, the complete for this
gets called from mdp_histogram_ctrl_all() in the panel_next_off()
sequence. This results in mgmt->hist not set to NULL. The subsequent
do_histogram ioctls after device resume fail due to multiple reader
failure condition since the histogram irq will be enabled now from
the same mdp_histogram_ctrl_all() during panel_next_on() sequence and
this by-passes mgmt->hist getting set to NULL that is present in
histogram_start() ioctl. Handle this scenario.

Change-Id: Ib0485da24c0f09a3f26768b75231903c8a2e0033
Signed-off-by: Padmanabhan Komanduru <pkomandu@codeaurora.org>
2013-02-27 18:14:39 -08:00
..
2012-04-08 14:27:08 +00:00
2012-03-28 18:30:03 +01:00
2012-04-08 14:27:09 +00:00
2012-04-08 14:27:09 +00:00
2012-01-28 20:50:11 +00:00
2012-01-28 20:50:11 +00:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2012-01-03 16:02:55 +00:00
2012-02-15 04:31:21 +00:00
2013-02-25 11:33:51 -08:00
2012-01-22 14:50:02 +01:00
2012-02-15 04:31:21 +00:00
2012-03-28 18:30:03 +01:00
2012-03-28 18:30:03 +01:00
2011-12-21 02:25:21 +00:00