Loading
msm: mdss: workaround for bwc and panic
Due to HW problem, when BWC is enabled, panic is asserted continuously
as long as pipe with BWC decode is fetching from the memory. This
continuous panic assertion causes unnecessary CPU throttling and causes
lot of side effects. To prevent the issues related to HW problem, disable
BWC on video mode panels on msm8994. On CMD mode panels, use BWC but
disable panic signal as long as there is no video mode secondary display.
It is user-space's responsibility to not use BWC when primary display is
CMD mode but any kind of secondary video mode display is active.
Change-Id: Idb219e61599d2e2564bd4076fcfc787cd99c8d4d
Signed-off-by:
Ujwal Patel <ujwalp@codeaurora.org>