repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/ivpu: Enable HWS by default on all platforms
[drm/drm-misc.git]
/
include
/
video
/
nomodeset.h
blob
8f8688b8beabe0e2899154f8ceb261e1c0485bb2
1
/* SPDX-License-Identifier: MIT */
2
3
#ifndef VIDEO_NOMODESET_H
4
#define VIDEO_NOMODESET_H
5
6
bool
video_firmware_drivers_only
(
void
);
7
8
#endif