OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ramht
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/
channv50.h
18
struct nvkm_ramht *
ramht
;
member in struct:nv50_fifo_chan
nouveau_nvkm_engine_fifo_nv17.c
33
#include <core/
ramht
.h>
61
struct nvkm_ramht *
ramht
= imem->
ramht
;
local in function:nv17_fifo_init
69
((
ramht
->bits - 9) << 16) |
70
(
ramht
->gpuobj->addr >> 8));
nouveau_nvkm_engine_fifo_nv40.c
33
#include <core/
ramht
.h>
71
struct nvkm_ramht *
ramht
= imem->
ramht
;
local in function:nv40_fifo_init
80
((
ramht
->bits - 9) << 16) |
81
(
ramht
->gpuobj->addr >> 8));
nouveau_nvkm_engine_fifo_nv04.c
34
#include <core/
ramht
.h>
309
struct nvkm_ramht *
ramht
= imem->
ramht
;
local in function:nv04_fifo_init
317
((
ramht
->bits - 9) << 16) |
318
(
ramht
->gpuobj->addr >> 8));
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
instmem.h
19
struct nvkm_ramht *
ramht
;
member in struct:nvkm_instmem
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
nouveau_nvkm_core_ramht.c
27
#include <core/
ramht
.h>
32
nvkm_ramht_hash(struct nvkm_ramht *
ramht
, int chid, u32 handle)
37
hash ^= (handle & ((1 <<
ramht
->bits) - 1));
38
handle >>=
ramht
->bits;
41
hash ^= chid << (
ramht
->bits - 4);
46
nvkm_ramht_search(struct nvkm_ramht *
ramht
, int chid, u32 handle)
50
co = ho = nvkm_ramht_hash(
ramht
, chid, handle);
52
if (
ramht
->data[co].chid == chid) {
53
if (
ramht
->data[co].handle == handle)
54
return
ramht
->data[co].inst
137
struct nvkm_
ramht
*
ramht
= *p
ramht
;
local in function:nvkm_ramht_del
149
struct nvkm_
ramht
*
ramht
;
local in function:nvkm_ramht_new
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nv50.h
43
struct nvkm_ramht *
ramht
;
member in struct:nv50_disp
Completed in 66 milliseconds
Indexes created Tue Sep 23 02:09:52 GMT 2025