commit | 9d098192c3d45ab6dd90ae87d649950a9ef70ccb | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed Feb 19 17:35:48 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Feb 28 15:15:57 2014 -0800 |
tree | a0f48fbc9a60e411cd499a22ac013f85fbb0aeeb | |
parent | 6aae48ff18f2fcfb533d2b448ecae16d1de006c1 [diff] |
mei: revamp writing slot counting Since txe use doorbell and not circular buffer we have to cheat in write slot counting, txe always consume all the slots upon write. In order for it to work we need to track slots using mei_hbuf_empty_slots() instead of tracking it in mei layer Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>