Merge "disp: msm: sde: remove vblank cache logic"

This commit is contained in:
qctecmdr
2019-05-05 21:21:19 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 11 additions and 44 deletions

View File

@@ -224,7 +224,6 @@ struct sde_crtc_misr_info {
* @vblank_last_cb_time : ktime at last vblank notification
* @sysfs_dev : sysfs device node for crtc
* @vsync_event_sf : vsync event notifier sysfs device
* @vblank_requested : whether the user has requested vblank events
* @suspend : whether or not a suspend operation is in progress
* @enabled : whether the SDE CRTC is currently enabled. updated in the
* commit-thread, not state-swap time which is earlier, so
@@ -294,7 +293,6 @@ struct sde_crtc {
struct sde_crtc_fps_info fps_info;
struct device *sysfs_dev;
struct kernfs_node *vsync_event_sf;
bool vblank_requested;
bool suspend;
bool enabled;