Files
linux/drivers/gpu/drm
Liviu Dudau 0735cfdf0a drm/mali-dp: Improve writeback handling for DP500.
Mali DP500 operates in continuous writeback mode (writes frame content
until stopped) and it needs special handling in order to behave like
a one-shot writeback engine. The original state machine added for DP500
was a bit fragile, as it did not handle correctly cases where a new
atomic commit was in progress when the SE IRQ happens and it would
commit some partial updates.

Improve the handling by adding a parameter to the set_config_valid()
function to clear the config valid bit in hardware before starting a
new commit and by introducing a MW_RESTART state in the writeback
state machine to cater for the case where a new writeback commit
gets submitted while the last one is still being active.

Reported-by: Brian Starkey <brian.starkey@arm.com>
Reviewed-by: Brian Starkey <brian.starkey@arm.com>
Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
2018-07-05 15:19:04 +01:00
..
2018-07-04 10:27:12 +10:00
2018-05-25 20:08:27 +03:00
2018-04-25 09:09:22 +02:00
2018-07-04 10:27:12 +10:00
2018-07-04 10:27:12 +10:00
2018-07-04 10:27:12 +10:00
2018-05-04 00:13:41 +02:00
2017-12-27 19:00:09 -05:00
2018-05-25 20:08:27 +03:00
2018-07-04 10:27:12 +10:00
2018-06-20 15:59:34 +02:00
2018-03-29 19:14:21 +03:00
2018-06-15 23:31:07 +03:00
2018-05-03 21:26:32 +02:00
2018-05-04 11:36:45 +02:00
2018-06-20 15:27:49 +01:00