Searched refs:NVVAL_GET (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/dispnv50/ |
| A D | head.c | 115 asyh->dither.enable = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, ENABLE); in nv50_head_atomic_check_dither() 116 asyh->dither.bits = NVVAL_GET(mode, NV507D, HEAD_SET_DITHER_CONTROL, BITS); in nv50_head_atomic_check_dither() 117 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/ |
| A D | drf.h | 77 #define NVVAL_GET(A...) NVVAL_GET_(X, ##A, NVVAL_GET_I, NVVAL_GET_N)(X, ##A) macro
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| A D | r535.c | 1297 switch (NVVAL_GET(ctrl->maxLinkRate, NV0073_CTRL_CMD, DP_GET_CAPS, MAX_LINK_RATE)) { in r535_outp_new()
|
Completed in 14 milliseconds