You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
gpu: ipu-v3: Add ipu_idmac_enable_watermark()
Adds the function ipu_idmac_enable_watermark(), which enables or disables watermarking in the IDMAC channel. Enabling watermarking can increase a channel's AXI bus arbitration priority. Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
committed by
Philipp Zabel
parent
6930afdccf
commit
2bcf577eb6
@@ -160,6 +160,7 @@ void ipu_idmac_put(struct ipuv3_channel *);
|
||||
|
||||
int ipu_idmac_enable_channel(struct ipuv3_channel *channel);
|
||||
int ipu_idmac_disable_channel(struct ipuv3_channel *channel);
|
||||
void ipu_idmac_enable_watermark(struct ipuv3_channel *channel, bool enable);
|
||||
int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms);
|
||||
|
||||
void ipu_idmac_set_double_buffer(struct ipuv3_channel *channel,
|
||||
|
||||
Reference in New Issue
Block a user