Home
last modified time | relevance | path

Searched refs:NVVAL_GET (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dgh100.c34 if (NVVAL_GET(data, NV_PRISCV, RISCV_CPUCTL, HALTED)) in gh100_gsp_fini()
65 return !NVVAL_GET(data, NV_PFALCON, FALCON_HWCFG2, RISCV_BR_PRIV_LOCKDOWN); in gh100_gsp_lockdown_released()
/linux/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead.c120 asyh->dither.enable = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, ENABLE); in nv50_head_atomic_check_dither()
121 asyh->dither.bits = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, BITS); in nv50_head_atomic_check_dither()
122 asyh->dither.mode = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, MODE); in nv50_head_atomic_check_dither()
/linux/drivers/gpu/drm/nouveau/include/nvhw/
H A Ddrf.h77 #define NVVAL_GET(A...) NVVAL_GET_(X, ##A, NVVAL_GET_I, NVVAL_GET_N)(X, ##A) macro