OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stolen_size
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_memory.c
431
mmsize -= pI830->
stolen_size
;
551
if (offset + size >= pI830->
stolen_size
)
616
if ((flags & NEED_PHYSICAL_ADDR) && mem->offset < pI830->
stolen_size
) {
631
mem->offset = ROUND_TO(pI830->
stolen_size
, alignment);
634
if ((flags & NEED_NON_STOLEN) && mem->offset < pI830->
stolen_size
) {
635
mem->offset = ROUND_TO(pI830->
stolen_size
, alignment);
674
if (mem->offset + mem->size <= pI830->
stolen_size
)
677
if (mem->offset < pI830->
stolen_size
)
678
mem->agp_offset = pI830->
stolen_size
;
893
if (mem->offset >= pI830->
stolen_size
&
[
all
...]
i830_driver.c
1357
pI830->
stolen_size
= I830DetectMemory(pScrn);
2412
pScrn->videoRam = pI830->
stolen_size
/ KB(1);
2414
if (sys_mem + (pI830->
stolen_size
/ 1024) < pScrn->videoRam) {
2415
pScrn->videoRam = sys_mem + (pI830->
stolen_size
/ 1024);
2417
if (sys_mem + (pI830->
stolen_size
/ 1024) <
i830.h
149
* This is either @offset or pI830->
stolen_size
351
long
stolen_size
; /**< bytes of pre-bound stolen memory */
member in struct:_I830Rec
Completed in 8 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026