commit | 28a8194c12f8c8bb46aecd4cb1f36bac716714c4 | [log] [tgz] |
---|---|---|
author | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Wed Aug 14 19:14:17 2013 +0200 |
committer | Patrik Jakobsson <patrik.r.jakobsson@gmail.com> | Wed Aug 14 20:44:52 2013 +0200 |
tree | ecefead41789d5dd66d9970c5d45462cf17439f4 | |
parent | 367e44080e20f77fa7b0f2db83fd6367da59b6c3 [diff] |
drm/gma500/cdv: Add and hook up chip op for watermarks Add a callback hook to the chip ops struct to allow chips to have their specific fifo watermark update function. Currently only cdv actually tries to set wms based on crtc configuration but if/when the other chips needs it we can attach a callback for them as well. Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>