commit | e0e344e620b11b76376027087574f8ae1c7807fd | [log] [tgz] |
---|---|---|
author | Jyri Sarha <jsarha@ti.com> | Wed Jun 22 17:21:06 2016 +0300 |
committer | Jyri Sarha <jsarha@ti.com> | Mon Aug 08 23:05:19 2016 +0300 |
tree | 1004844bcce22407bcc64f4997d39f3134259c76 | |
parent | d81b7f34034034e17409809a71d013ae314ae81c [diff] |
drm/tilcdc: Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb() Change tilcdc_crtc_page_flip() to tilcdc_crtc_update_fb(). The function is not used as a page_flip() callback anymore so it is only confusing to call it that. The function should only be used by dummy primary plane commit() callback. Signed-off-by: Jyri Sarha <jsarha@ti.com>