repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
drivers
/
intel
/
gma
/
gma.ads
blob
5cb45da8e73c89929ddfb9e95484f8d14284de29
1
-- SPDX-License-Identifier: GPL-2.0-only
2
3
with
Interfaces
.
C
;
4
5
with
HW
.
GFX
.
EDID
;
6
7
package
GMA
is
8
9
function
read_edid
10
(
raw_edid
:
out
HW
.
GFX
.
EDID
.
Raw_EDID_Data
;
11
port
:
in
Interfaces
.
C
.
int
)
12
return
Interfaces
.
C
.
int
13
with
14
Side_Effects
,
Export
,
Convention
=>
C
,
External_Name
=>
"gma_read_edid"
;
15
16
end
GMA
;