summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
/td>mode:
authorArchit Taneja <architt@codeaurora.org>2016-05-09 12:14:49 +0530
committerRob Clark <robdclark@gmail.com>2016-07-16 10:08:58 -0400
commit031d63dd9d06b7f70b060e461b18ccdd2e7e80bc (patch)
treeada4cc61b3e8ad2f1ce79a57e810fc613be3c7a0
parent7b59c7e44940cae1b5506ab9fbe69d7bd202b3ca (diff)
drm/msm/mdp5: Update the register offsets of MDP5 sub-blocks
The MDP5 sub-block register offsets are relative to the top level MDSS register address. Now that we have the start of MDP5 register address space, provide the offsets relative to that. This involves subtracting the offsets with 0x1000 or 0x100 depending on the MDP5 version. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat