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 */
fied
authorBen Skeggs <bskeggs@redhat.com>2016-12-06 08:59:31 +1000
committerBen Skeggs <bskeggs@redhat.com>2016-12-06 09:08:23 +1000
commit8ca99316fd6fcdd87357d3291f38a5dc09a7e106 (patch)
treee3477dd237cac2bc8d21aa8eded3ebe66154284e
parent0b2fe6594fa2c54c080a89d563eb16ea7b4c4a29 (diff)
drm/nouveau/bios/mxm: handle digital connector table 1.1
I suspect the version bump is just to signify that the table now specifies pad macro/links instead of SOR/sublinks. For our usage of the table, just recognising the new version is enough. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat